The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A066506 Least k > n^2 such that (k^3+1)/(n^2+1) is an integer. 0
3, 9, 19, 33, 43, 48, 99, 69, 163, 201, 197, 289, 339, 393, 451, 513, 579, 374, 411, 801, 543, 644, 1059, 791, 725, 1353, 739, 1244, 863, 1801, 1063, 2049, 1699, 1245, 1905, 1663, 2739, 2889, 3043, 3201, 3363, 3529, 2099, 2383, 4051, 2783, 3059, 4609, 2973, 3525 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 2*n^2 + 1 for n = 1, 2, 3, 4, 7, 9, 10, 12, 13, 14, 15, 16, 17, 20, 23, 26, ...
PROG
(PARI) a(n) = {my(d=n^2+1); for(k=d, oo, if((k^3+1)%d==0, return(k))); } \\ Jinyuan Wang, Apr 05 2020
CROSSREFS
Sequence in context: A194139 A194115 A226184 * A058331 A328950 A049749
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 04 2002
EXTENSIONS
Name clarified and more terms from Jinyuan Wang, Apr 05 2020
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 May 20 18:27 EDT 2024. Contains 372720 sequences. (Running on oeis4.)