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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071546 Smallest integer > 1 of the form (k^2+1)/(n^2+1). 0
5, 2, 5, 10, 17, 26, 37, 5, 65, 82, 101, 2, 13, 170, 197, 226, 61, 10, 325, 362, 5, 61, 13, 530, 577, 626, 41, 149, 785, 65, 73, 17, 149, 146, 1157, 1226, 41, 74, 1445, 1522, 1601, 317, 397, 373, 1937, 221, 97, 74, 2305, 26, 2501, 130, 493, 2810, 5, 3026, 29 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n)=(A065876(n)^2+1)/(n^2+1)

PROG

(PARI) for(n=1, 70, s=n+1; while((s^2+1)%(n^2+1)>0, s++); print1((s^2+1)/(n^2+1), ", "))

CROSSREFS

Cf. A065876.

Sequence in context: A142702 A201530 A085997 * A154649 A100040 A197271

Adjacent sequences:  A071543 A071544 A071545 * A071547 A071548 A071549

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), May 30 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 17 09:41 EST 2012. Contains 206009 sequences.