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!)
A259255 With a(1) = 1, a(n) is the smallest number not already in the sequence such that -1 + Product_{i=1..n} a(i) is a square. 1
1, 2, 5, 17, 13, 97, 3077, 155333, 147223992353, 182758163483477540989, 634072602906397751091977058984828897557 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) v=[1]; n=1; while(n<10^6, s=-1+n*prod(i=1, #v, v[i]); if(issquare(s)&&! vecsearch(vecsort(v), n), v=concat(v, n); n=0); n++); v
CROSSREFS
Sequence in context: A366609 A178198 A005529 * A274903 A206029 A057282
KEYWORD
nonn,hard,more
AUTHOR
Derek Orr, Jun 22 2015
EXTENSIONS
a(9)-a(11) from Giovanni Resta, Jun 22 2015
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 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)