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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069018 Smallest square k>0 such that n*k +1 is also a square or 0 if no such term exists. i.e. when n is a square. 1
0, 4, 1, 0, 16, 4, 9, 1, 0, 36, 9, 4, 32400, 16, 1, 0, 64, 16, 1521, 4, 144, 1764, 25, 1, 0, 100, 25, 576, 3312400, 4, 74529, 9, 16, 36, 1, 0, 144, 36, 16, 9, 102400, 4, 281961, 900, 576, 12873744, 49, 1, 0, 196, 49, 8100, 82810000, 4356, 144, 4, 400, 6625476 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Program and terms from Robert G. Wilson v.

MAPLE

Do[k = 0; If[ !IntegerQ[ Sqrt[n]], k = 1; While[ !IntegerQ[ Sqrt[n*k^2 + 1]], k++ ]]; Print[k^2], {n, 1, 35}]

CROSSREFS

Sequence in context: A060638 A007789 A081114 * A156811 A130636 A117414

Adjacent sequences:  A069015 A069016 A069017 * A069019 A069020 A069021

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 02 2002

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 February 16 01:31 EST 2012. Contains 205860 sequences.