%I #8 Apr 23 2013 03:03:11
%S 23846264338327,38462643383279,53594081284811,11055596446229,
%T 46229489549303,44612847564823,19091456485669,81748815209209,
%U 36789259036001,95194151160943,91953092186117,61173819326117
%N Primes from merging of 14 successive digits in decimal expansion of Pi.
%H Vincenzo Librandi, <a href="/A104834/b104834.txt">Table of n, a(n) for n = 1..1000</a>
%t With[{pi = FromDigits/@Partition[RealDigits[Pi, 10, 700][[1]], 14, 1]}, Select[pi, PrimeQ]] (* _Vincenzo Librandi_, Apr 21 2013 *)
%Y Cf. A104819 - A104842.
%K nonn,base
%O 1,1
%A _Zak Seidov_, Mar 27 2005