[go: up one dir, main page]

login
Primes from merging of ten consecutive digits in decimal expansion of Catalan's Constant, in the order in which they occur.
2

%I #14 Dec 10 2014 01:59:52

%S 5460351493,5149323841,3565129261,9957903589,3325859059,2585905943,

%T 1584069953,3319460519,8659090247,5835260219,5576104823,2357339423,

%U 6189977069,4041808621,6217941101,2179411019,2487537187,1131571261,4398500173,7388749561,4621624339

%N Primes from merging of ten consecutive digits in decimal expansion of Catalan's Constant, in the order in which they occur.

%C Leading zeros not permitted, i.e., each prime contains ten digits, and the terms are listed in the order in which they occur, i.e., they are not sorted.

%H Harvey P. Dale, <a href="/A213254/b213254.txt">Table of n, a(n) for n = 1..1000</a>

%t Take[Select[FromDigits/@Partition[RealDigits[Catalan,10,2000][[1]],10,1], PrimeQ[#]&&IntegerLength[#]==10&],40]

%Y Cf. A104949, A104924.

%K nonn,base

%O 1,1

%A _Harvey P. Dale_, Jun 07 2012