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!)
A232267 Least k>=0 such that n^3 + k^2 is a square. 1
0, 0, 1, 3, 0, 10, 3, 21, 8, 0, 15, 55, 6, 78, 35, 15, 0, 136, 27, 171, 10, 42, 99, 253, 10, 0, 143, 81, 42, 406, 15, 465, 64, 88, 255, 35, 0, 666, 323, 91, 3, 820, 21, 903, 55, 66, 483, 1081, 48, 0, 125, 85, 39, 1378, 81, 165, 28, 76, 783, 1711, 15, 1830, 899, 63 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
Table[k = 0; While[! IntegerQ[Sqrt[n^3 + k^2]], k++]; k, {n, 0, 100}] (* T. D. Noe, Nov 22 2013 *)
CROSSREFS
Sequence in context: A095364 A094052 A161678 * A293939 A342926 A119957
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Nov 21 2013
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 August 29 03:06 EDT 2024. Contains 375510 sequences. (Running on oeis4.)