login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081452 Partial maxima of A081448. 1
4, 5, 7, 8, 11, 25, 29, 31, 33, 35, 75, 85, 87, 88, 90, 95, 130, 135, 155, 162, 169, 188, 190, 193, 195, 245 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..26.

PROG

(PARI) t=5: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: A139201 A049649 A050575 * A047492 A023629 A033164

Adjacent sequences:  A081449 A081450 A081451 * A081453 A081454 A081455

KEYWORD

nonn

AUTHOR

Ralf Stephan, Mar 21 2003

EXTENSIONS

More terms from Lambert Klasen (Lambert.Klasen(AT)gmx.net), Aug 30 2005

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 04:41 EDT 2013. Contains 225428 sequences.