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!)
A070930 Smallest integer >= 0 of the form x^3 - n^4. 0
0, 11, 44, 87, 104, 35, 343, 0, 298, 648, 984, 1216, 1230, 888, 28, 3385, 1663, 5616, 2330, 6375, 631, 4072, 7655, 11224, 14599, 17576, 0, 21400, 21719, 20584, 17671, 12632, 5095, 31295, 20250, 5543, 32463, 12016, 39196, 11353, 37527, 440, 24150 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n)=0 if n is a cube.
LINKS
FORMULA
a(n) = ceiling(n^(4/3))^3 - n^4.
MATHEMATICA
Array[Ceiling[#^(4/3)]^3-#^4&, 50] (* Harvey P. Dale, Dec 24 2015 *)
PROG
(PARI) for(n=1, 100, print1(ceil(n^(4/3))^3-n^4, ", "))
CROSSREFS
Cf. A068527.
Sequence in context: A010819 A022703 A061976 * A033584 A248126 A253445
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 20 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 13:58 EDT 2024. Contains 371960 sequences. (Running on oeis4.)