|
Search: id:A055200
|
|
|
| A055200 |
|
a(-1) = 2; for n >= 0, a(n) is the 10^n-th digit of e after the decimal point. |
|
+0 1
|
|
| 2, 7, 4, 4, 4, 8, 8, 8, 6, 2, 1, 6
(list; graph; listen)
|
|
|
OFFSET
|
-1,1
|
|
|
EXAMPLE
|
7 is the first digit of e after the decimal point, 4 is the 10-th decimal digit of e, etc.
|
|
MATHEMATICA
|
Do[Print[IntegerPart[Mod[N[E*Floor[10^(10^n)], 10^n + 25], 10]]], {n, -1, 7}] (from David Baugh)
|
|
CROSSREFS
|
Sequence in context: A110637 A092943 A066766 this_sequence A093590 A065629 A049249
Adjacent sequences: A055197 A055198 A055199 this_sequence A055201 A055202 A055203
|
|
KEYWORD
|
base,nonn,dumb
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 30 2000
|
|
EXTENSIONS
|
Four more terms from David Baugh, Apr 23 2004
|
|
|
Search completed in 0.002 seconds
|