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!)
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; text; internal format)
OFFSET
1,1
LINKS
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: A236184 A201530 A085997 * A154649 A100040 A197271
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 30 2002
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 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)