A104833 Primes from merging of 13 successive digits in decimal expansion of Pi.
9265358979323, 8253421170679, 5940812848111, 6648213393607, 1748815209209, 1520920962829, 6282925409171, 5213841469519, 5194151160943, 4330572703657, 7595919530921, 9530921861173, 921861173819, 1738193261179, 8548074462379
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
With[{pi = FromDigits/@Partition[RealDigits[Pi, 10, 600][[1]], 13, 1]}, Select[pi, PrimeQ]] (* Vincenzo Librandi, Apr 21 2013 *)