|
| |
|
|
A055200
|
|
a(-1) = 2; for n >= 0, a(n) is the 10^n-th digit of e after the decimal point.
|
|
0
| |
|
|
2, 7, 4, 4, 4, 8, 8, 8, 6, 2, 1, 6
(list; graph; refs; listen; history; internal format)
|
|
|
|
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: A196501 A066766 A145433 * A093590 A065629 A049249
Adjacent sequences: A055197 A055198 A055199 * 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
|
| |
|
|