|
| |
|
|
A104847
|
|
Primes from merging of 6 successive digits in decimal expansion of e.
|
|
22
| |
|
|
904523, 360287, 624977, 757247, 995957, 967627, 630353, 759457, 594571, 932003, 904357, 290033, 307381, 381323, 627943, 525101, 738341, 341879, 418793, 884167, 847741, 560297, 606737, 328709, 977209, 720931, 169283, 695369, 644549, 312773
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
COMMENTS
| Leading zeroes are not permitted, so each term is 6 digits in length. [From Harvey P. Dale, Oct 23 2011]
|
|
|
MATHEMATICA
| With[{len=6}, FromDigits/@Select[Partition[RealDigits[E, 10, 1000][[1]], len, 1], PrimeQ[FromDigits[#]]&&IntegerLength[FromDigits[#]]==len&]] (* From Harvey P. Dale, Oct 23 2011 *)
|
|
|
CROSSREFS
| Cf. A104843 - A104862.
Sequence in context: A184456 A190391 A154547 * A179735 A015333 A141461
Adjacent sequences: A104844 A104845 A104846 * A104848 A104849 A104850
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Andrew G. West (WestA(AT)wlu.edu), Mar 27 2005
|
| |
|
|