The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A130288 Record indices of A130280: integers n>0 for which min{ m>1 | (2n+1)^2(m^2-1)+1 is a square} < oo but bigger than for all preceding n. 4
1, 2, 11, 14, 18, 23, 27, 34, 38, 44, 54, 59, 74, 158, 179, 284, 524 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Most elements of this sequence seem to be 1,2 or 4 times a prime.
Corresponding values of A130280 are given in A130289. - M. F. Hasler, May 24 2007
LINKS
PROG
(PARI) A130288(L=999, S=1)={local(R, T); for(n=S, L, if(issquare(n) || R>=T=A130280(n), next); print1(n", "); R=T)}
CROSSREFS
Sequence in context: A041971 A299531 A106660 * A287395 A031192 A283930
KEYWORD
nonn
AUTHOR
M. F. Hasler, May 24 2007
STATUS
approved

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 May 16 08:41 EDT 2024. Contains 372552 sequences. (Running on oeis4.)