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!)
A359275 a(n) = greatest integer k such that (n+k)^2 <= n^3. 0
0, 0, 0, 2, 4, 6, 8, 11, 14, 18, 21, 25, 29, 33, 38, 43, 48, 53, 58, 63, 69, 75, 81, 87, 93, 100, 106, 113, 120, 127, 134, 141, 149, 156, 164, 172, 180, 188, 196, 204, 212, 221, 230, 238, 247, 256, 265, 275, 284, 294, 303, 313, 322, 332, 342, 352, 363, 373 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = -n + [n^(3/2)], where [ ] = floor.
EXAMPLE
a(7) = 11 because (7+11)^2 <= 7^3 < (7+12)^2.
MATHEMATICA
a[n_] := Select[-1 + Range[1300], (n + #)^2 <= n^3 < (n + # + 1)^2 &]
Flatten[Table[a[n], {n, 0, 100}]]
CROSSREFS
Sequence in context: A339573 A060655 A117490 * A032514 A011858 A183144
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 26 2023
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 23 17:39 EDT 2024. Contains 372765 sequences. (Running on oeis4.)