%I #8 Oct 12 2013 15:14:05
%S 5,17,37,577,8101,14401,22501,32401,44101,176401,5336101,48024901,
%T 85377601,341510401,533610001,129859329601,12770402544901,
%U 16679709446401,94083986096101,6021375110150401,11384162317628101
%N Table read by rows where i-th row consists of primes P of the form P=(j*P(i)#)^2 +1 with 0 < j < P(i+1). Here P(i)# = A002110(i).
%e Table begins:
%e 5,17,
%e 37,577,
%e 8101,14401,22501,32401,
%e 44101,176401,
%e 5336101,48024901,85377601,341510401,533610001,
%e 129859329601,
%e 12770402544901,16679709446401
%o (PARI) {for(i=1,8, p=prod(j=1,i, prime(j)); for(j=1, prime(i+1)-1, c=(j*p)^2+1; if(isprime(c),print1(c ",")); ););}
%Y Cf. A087714-A087716.
%K nonn,tabf
%O 0,1
%A _Pierre CAMI_, Sep 30 2003
%E Edited by _Ray Chandler_, Sep 30 2003