A104834 Primes from merging of 14 successive digits in decimal expansion of Pi.
23846264338327, 38462643383279, 53594081284811, 11055596446229, 46229489549303, 44612847564823, 19091456485669, 81748815209209, 36789259036001, 95194151160943, 91953092186117, 61173819326117
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
With[{pi = FromDigits/@Partition[RealDigits[Pi, 10, 700][[1]], 14, 1]}, Select[pi, PrimeQ]] (* Vincenzo Librandi, Apr 21 2013 *)