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!)
A218049 Smallest k such that the n numbers k^2 + 1, (k+1)^2 + 1, ..., (k+n-1)^2 + 1 are divisible by a square. 0
7, 117, 5742, 455356, 35952791 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3) = 5742 as 5742^2+1, 5743^2+1 and 5744^2+1 are divisible by squares.
5742^2+1 = 5 * 17 ^ 2 * 22817;
5743^2+1 = 2 * 5 ^ 2 * 701 x 941;
5744^2+1 = 109 ^ 2 * 2777.
MATHEMATICA
cnt = 0; k = 0; Table[While[cnt < n, k++; If[! SquareFreeQ[k^2+1], cnt++, cnt = 0]]; k - n + 1, {n, 4}]
CROSSREFS
Sequence in context: A297308 A077394 A009696 * A097202 A163202 A213112
KEYWORD
nonn,hard
AUTHOR
Michel Lagneau, Oct 19 2012
EXTENSIONS
a(5) from Giovanni Resta, Oct 21 2012
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 July 15 15:36 EDT 2024. Contains 374333 sequences. (Running on oeis4.)