login
A185362
Decimal expansion of 2^(1/e).
1
1, 2, 9, 0, 4, 5, 4, 6, 4, 9, 0, 8, 7, 5, 8, 5, 4, 8, 5, 4, 9, 3, 1, 6, 4, 3, 6, 6, 1, 2, 8, 3, 6, 4, 5, 3, 1, 4, 8, 8, 7, 2, 4, 7, 4, 2, 8, 8, 9, 7, 9, 9, 6, 6, 3, 7, 2, 1, 8, 1, 2, 7, 4, 2, 7, 5, 3, 6, 3, 8, 8, 1, 8, 2, 1, 1, 7, 5, 3, 0, 5, 2, 3, 1, 3, 9
OFFSET
1,2
LINKS
MAPLE
evalf(2^exp(-1), 100); # Wesley Ivan Hurt, Jun 28 2017
MATHEMATICA
RealDigits[N[2^(1/E), 200]][[1]]
PROG
(PARI) 2^exp(-1) \\ Charles R Greathouse IV, Apr 25 2016
CROSSREFS
Cf. A068985, decimal expansion of 1/e; A003417 with an initial 0 added, continued fraction of 1/e.
Sequence in context: A264920 A324833 A019969 * A140239 A221200 A221245
KEYWORD
nonn,cons
AUTHOR
STATUS
approved