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”).

A081453
Partial maxima of A081450.
1
3, 5, 7, 8, 14, 17, 23, 28, 32, 40, 43, 44, 49, 75, 77, 83, 91, 95, 101, 132, 174, 182, 210, 223, 224, 285
OFFSET
1,1
PROG
(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)))
CROSSREFS
Sequence in context: A127458 A039003 A229860 * A352105 A345343 A200655
KEYWORD
nonn
AUTHOR
Ralf Stephan, Mar 21 2003
EXTENSIONS
More terms from Lambert Klasen (Lambert.Klasen(AT)gmx.net), Sep 05 2005
STATUS
approved