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!)
A069019 Smallest square k > 1 such that n*k + 1 is also a square or 0 if no such term exists, i.e., when n is a square. 0
0, 4, 16, 0, 16, 4, 9, 36, 0, 36, 9, 4, 32400, 16, 64, 0, 64, 16, 1521, 4, 144, 1764, 25, 100, 0, 100, 25, 576, 3312400, 4, 74529, 9, 16, 36, 144, 0, 144, 36, 16, 9, 102400, 4, 281961, 900, 576, 12873744, 49, 196, 0, 196, 49, 8100, 82810000, 4356, 144, 4, 400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Terms from Robert G. Wilson v.
LINKS
MATHEMATICA
Do[k = 0; If[ !IntegerQ[ Sqrt[n]], k = 2; While[ !IntegerQ[ Sqrt[n*k^2 + 1]], k++ ]]; Print[k^2], {n, 1, 60}] (* Robert G. Wilson v *)
CROSSREFS
Cf. A069018.
Sequence in context: A330315 A061849 A052107 * A188249 A228559 A165410
KEYWORD
nonn
AUTHOR
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 April 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)