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!)
A290333 a(n) is the smallest k which satisfies (j^2 + k)/(j + k^2) = n where j,k are integers and j >= k > 0. 3
1, 3, 2, 4, 11, 27, 3, 12, 5, 31, 2, 95, 3, 495, 36, 7, 69, 8, 10, 231, 17, 8, 5, 80, 4, 3, 68, 47, 5, 11, 12, 23, 2147, 19, 6, 324, 4, 6107, 14, 31, 6585, 803, 12, 164, 14, 11, 5, 252, 75, 351, 8, 160, 17, 1317755, 19, 12, 50, 24, 2040, 5751, 5, 24255, 17, 1024, 521, 26847, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Zhining Yang, Blog
EXAMPLE
a(5) = 11 since 5 = (27^2 + 11)/(27 + 11^2) and there is no integer k < 11 such that 5 = (j^2 + k)/(j + k^2) with j > k > 1.
PROG
(PARI) for(n=1, 100, for(b=1, 10^8, t=b*(b*n-1); a=floor((n+sqrt(n*n+4*t))/2); if(a*(a-n)==t, print1(b, ", "); break)))
CROSSREFS
Cf. A290332.
Sequence in context: A349853 A319103 A332647 * A137824 A019321 A336435
KEYWORD
nonn
AUTHOR
Zhining Yang, Jul 27 2017
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 March 28 07:33 EDT 2024. Contains 371235 sequences. (Running on oeis4.)