My question is in the title:
Is $a=0.248163264128…$ a transcendental number? The number $a$ is defined by concatenating the powers of $2$ (in base $10$).
It is possible to express $a$ as a series :
$$a = \sum\limits_{n=1}^{\infty} 2^n \cdot 10^{ -\sum\limits_{k=1}^{n} (\lfloor{ k \cdot \log_{\,10}\,(2) }\rfloor + 1) } \tag{*}$$
I know that $a$ is irrational.
I know that if I consider the powers of $10$ instead the powers of $2$, i.e. if I consider $b=0.10100100010000...$, this number is transcendental.
Looking at the series (*), it seems very difficult to establish the transcendence of $a$. However, it is known (thanks to Kurt Mahler) that numbers as:
$$c = 0.149162536… = \sum\limits_{n=1}^{\infty} n^2 \cdot 10^{ -\sum\limits_{k=1}^{n} (\lfloor{ 2 \cdot \log_{\,10}\,(k) }\rfloor + 1) } \tag{**} $$
are transcendental ($c$ is the concatenation of the square numbers in base $10$ ; the same holds for third powers and so on).
I am aware that this could be a difficult problem. Similar numbers, as Copeland-Erdős constant, are not known to be transcendental. I would really appreciate if anyone had a reference about this number $a$, because I didn't find anything that could help me to determine whether $a$ is transcendental, or whether it is still unknown.
Thank you very much!