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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066256 a(n) = k which produces the smallest number m > 1 of the form m=(k^2+n)/(n^2+k). 1
5, 5, 10, 10, 26, 37, 12, 65, 30, 27, 38, 145, 109, 197, 226, 62, 290, 129, 108, 401, 442, 69, 56, 577, 130, 48, 730, 464, 105, 103, 300, 220, 1090, 363, 147, 222, 194, 1445, 184, 902, 1682, 387, 588, 390, 391, 263, 258, 133, 350, 2501, 2119, 1484, 549, 2917 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

MATHEMATICA

Do[k = 1; While[m = (k^2 + n)/(n^2 + k); !IntegerQ[m] || m == 1, k++ ]; Print[k], {n, 2, 75} ]

CROSSREFS

Cf. A066257.

Sequence in context: A003882 A168284 A166598 * A029842 A112436 A109064

Adjacent sequences:  A066253 A066254 A066255 * A066257 A066258 A066259

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Dec 31 2001

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 03 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 14 04:29 EST 2012. Contains 205570 sequences.