OFFSET
0,2
COMMENTS
The number 0.a(0)a(1)a(2)...=0.124816... is a rich (or disjunctive) number. - Robert FERREOL, Apr 01 2020
REFERENCES
Archimedeans Problems Drive, Eureka, 11 (1949), 10.
David Gale, Tracking the Automatic ANT And Other Mathematical Explorations, 1998, pp. 42-43.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
LINKS
N. J. A. Sloane, Table of n, a(n) for n = 0..9999
MATHEMATICA
2^Range[0, 25] // IntegerDigits // Flatten (* Jean-François Alcover, Feb 08 2016 *)
PROG
(Scala) (List.fill(32)(2: BigInt)).scanLeft(1: BigInt)(_ * _).map(_.toString.toCharArray).flatten.map(_.toInt - 48) // Alonso del Arte, Mar 28 2020
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
N. J. A. Sloane; entry revised by N. J. A. Sloane, Jun 10 2012
STATUS
approved