%I #7 Aug 02 2021 12:29:38
%S 2,3,13,53,30529,122117,17584849,70339397,22789964629,11030342880437,
%T 9927308592393301,91490075987496662017,23421459452799145476353,
%U 918214896387537699254943013,528891780319221714770847175489,8665362928750128574805560123211777,311953065435004628693000164435623973
%N a(0)=2, a(n) is the smallest prime of the form a(n-1)*k^2 + 1.
%e a(5) = 30529 = 53*24^2 + 1 is the smallest prime of the form 53*k^2 + 1.
%o (PARI) lista(nn) = my(k, p=2); print1(p); for(n=1, nn, k=1; while(!isprime(p*k^2+1), k++); print1(", ", p=p*k^2+1)); \\ _Jinyuan Wang_, Aug 02 2021
%Y Cf. A061092, A093490.
%K nonn
%O 0,1
%A _John L. Drost_, Apr 04 2005
%E a(15)-a(16) from _Jinyuan Wang_, Aug 02 2021