Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A198170
Primes from merging of 3 successive digits in decimal expansion of Pi.
23
653, 643, 433, 383, 419, 197, 971, 937, 751, 307, 421, 211, 821, 823, 647, 709, 223, 317, 359, 811, 701, 193, 521, 211, 229, 881, 109, 659, 593, 461, 823, 233, 337, 271, 821, 607, 491, 127, 587, 631, 881, 881, 829, 409, 643, 367, 113, 521, 941, 151, 433, 727
OFFSET
1,1
COMMENTS
Leading zeros are not permitted, so each term is 3 digits in length.
LINKS
MATHEMATICA
Select[FromDigits/@Partition[RealDigits[Pi, 10, 1000][[1]], 3, 1], IntegerLength[#]==3&&PrimeQ[#]&]
KEYWORD
nonn,base
AUTHOR
Harvey P. Dale, Oct 21 2011
STATUS
approved