login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081453 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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)