|
Search: id:A065977
|
|
|
| A065977 |
|
Numbers n such that n divides the number formed by the first n decimal digits of e (A039920(n)). |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
MATHEMATICA
|
d = Drop[ First[ RealDigits[E, 10, 10^5 +1]], 1]; Do[ If[ IntegerQ[ FromDigits[Take[d, n]]/n], Print[n]], {n, 1, 65240} ]
|
|
CROSSREFS
|
Sequence in context: A135439 A138370 A049733 this_sequence A106636 A050109 A134441
Adjacent sequences: A065974 A065975 A065976 this_sequence A065978 A065979 A065980
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Jason Earls (zevi_35711(AT)yahoo.com), Dec 09 2001
|
|
EXTENSIONS
|
One more term from Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 10 2001
|
|
|
Search completed in 0.002 seconds
|