login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Partial maxima of A081450.
1

%I #8 Mar 10 2015 12:36:37

%S 3,5,7,8,14,17,23,28,32,40,43,44,49,75,77,83,91,95,101,132,174,182,

%T 210,223,224,285

%N Partial maxima of A081450.

%o (PARI) t=17; m=0; g=0; for(m=2, 200, while(1, for(k=1, 10^12, if(isprime(k^2+t), t=t+k^2; g=k/6; break)); if(g>m, print1(g", "); m=g)))

%K nonn

%O 1,1

%A _Ralf Stephan_, Mar 21 2003

%E More terms from Lambert Klasen (Lambert.Klasen(AT)gmx.net), Sep 05 2005