login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A109916
a(n) = n-th digit after decimal point in e^n.
0
7, 8, 5, 1, 5, 3, 4, 4, 5, 7, 1, 0, 3, 4, 1, 0, 3, 3, 7, 4, 5, 4, 7, 2, 9, 9, 9, 0, 4, 5, 0, 1, 4, 1, 2, 7, 3, 5, 1, 6, 5, 1, 9, 9, 4, 5, 2, 2, 0, 8, 3, 0, 9, 9, 8, 7, 4, 7, 3, 2, 3, 0, 7, 1, 9, 1, 4, 2, 4, 7, 5, 2, 4, 6, 0, 7, 7, 2, 3, 3, 8, 1, 5, 2, 3, 5, 6, 2, 1, 9, 2, 2, 1, 5, 8, 4, 2, 6, 0, 6, 2, 4, 6, 3, 1
OFFSET
1,1
MATHEMATICA
f[n_] := Block[{rd = RealDigits[E^n, 10, 200]}, rd[[1, rd[[2]] + n]]]; Table[ f[n], {n, 105}] (* Robert G. Wilson v, Jul 18 2005 *)
CROSSREFS
Sequence in context: A195340 A019794 A020829 * A277053 A370466 A076415
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Jul 16 2005
EXTENSIONS
More terms from Robert G. Wilson v, Jul 18 2005
STATUS
approved