A104836 Primes from merging of 16 successive digits in decimal expansion of Pi.
8628034825342117, 3844609550582231, 1055596446229489, 5964462294895493, 6229489549303819, 3038196442881097, 8700660631558817, 6094330572703657, 9591953092186117, 1861173819326117, 8193261179310511, 4623799627495673
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[FromDigits/@Partition[RealDigits[\[Pi],10,500][[1]], 16,1], PrimeQ] (* Harvey P. Dale, Jun 20 2011 *)