login
A198163
Primes from merging of 3 successive digits in decimal expansion of sqrt(2).
27
421, 373, 887, 569, 967, 769, 317, 797, 379, 907, 107, 503, 641, 157, 727, 229, 149, 709, 659, 557, 571, 701, 109, 599, 997, 971, 919, 523, 839, 397, 251, 463, 331, 829, 523, 239, 547, 457, 877, 599, 617, 983, 557, 337, 857, 701, 113, 997, 503, 277, 823, 929
OFFSET
1,1
COMMENTS
Leading zeros are not permitted, so each term is 3 digits in length.
LINKS
MATHEMATICA
With[{len=3}, Select[FromDigits/@Partition[RealDigits[Sqrt[2], 10, 1000][[1]], len, 1], IntegerLength[#]==len&&PrimeQ[#]&]]
KEYWORD
nonn,base
AUTHOR
Harvey P. Dale, Oct 21 2011
STATUS
approved