So, I've wondered if there are irrationals where I can calculate some digit $n\in\mathbb{N}$ when given only the $k_n\in \mathbb{N}_0$ ($k_n<n-1$) digits before them. Preferrably $k_n\in o(n)$.
I think this is one of the problems which is easy to state but hard to answer.
So of course, if $k_n$ would be positive and fixed, this is just asking when digits of an irrational can be expressed as a recurrence relation $(d_n)$ with recursion depth $k$ (as pointed out in the comments, with fixed $k$ such a number would always be rational). And of course there are infinite examples where the digit sequence can be easily described, e.g. the Louville number $\sum 10^{-\ell!}$ ($d_n=1$ if and only if $n=\ell!$ for some $\ell\in\mathbb{N}_0$, else $d_n=0$, so $k_n=0$), the 123...-Sequence (slightly more complicated closed form) and any multiple of them.
So I'm asking: Do you know any irrational that wasn't (more or less) defined by a digit sequence but turned out to have (a relatively easy) one?
By "more or less" I mean that I count the 123...-Sequence to the obvious ones. By "relatively easy" I mean any formula that isn't cheating the question. E.g. "$\pi$ has the digit sequence that describes the digits of $\pi$" is not helping, writing $$d_n (\pi) = \left\lfloor 10^n \pi\right\rfloor - 10\left\lfloor 10^{n-1} \pi\right\rfloor$$ or substituting $\pi$ by a formula evaluating to it in one of the two is not helping either and not in the spirit of the question. The irrational number should not be used in the formula.
EDIT: Through a related question I found the promising article On the rapid computation of various polylogarithmic constants from David Bailey, Peter Borwein and Simon Plouffe in which they describe an algorithm for finding any digit of a number of the form $$\sum_{\ell=0}^\infty \frac{p(\ell)}{b^{c\ell}q(\ell)}$$ where $p$ and $q$ are polynomials and $c$ is a positive integer. They also show that $\pi$, $\pi^2$, $\log(2)$ and $\log^2(2)$ happen to be of this form. If their $\frac{p(\ell)}{q(\ell)}$vwould always be nonnegative integers, they would form the desired examples, but from what I understand from the paper it is not so easy. I want something more substantial than simple computability.