|
| |
|
|
A104826
|
|
Primes from merging of 6 successive digits in decimal expansion of Pi.
|
|
27
| |
|
|
314159, 358979, 589793, 462643, 971693, 169399, 592307, 348253, 534211, 808651, 844609, 822317, 725359, 502841, 102701, 288109, 612847, 337867, 104543, 815209, 925409, 917153, 665213, 951941
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,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[Pi, 10, 1000][[1]], len, 1], PrimeQ[FromDigits[#]]&&IntegerLength[FromDigits[#]]==len&]] (* From Harvey P. Dale, Oct 23 2011 *)
|
|
|
CROSSREFS
| Cf. A104819 - A104842.
Sequence in context: A205062 A180461 A102499 * A092014 A205984 A153749
Adjacent sequences: A104823 A104824 A104825 * A104827 A104828 A104829
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Zak Seidov (zakseidov(AT)yahoo.com), Mar 27 2005
|
| |
|
|