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!)
A014813 a(n) = Sum_{k=0..n} ceiling(k^3/n). 0
1, 5, 13, 26, 47, 76, 115, 164, 228, 307, 401, 512, 643, 794, 967, 1162, 1385, 1632, 1909, 2214, 2551, 2920, 3323, 3760, 4235, 4751, 5301, 5900, 6539, 7222, 7951, 8724, 9553, 10429, 11357, 12336, 13375, 14468, 15619, 16828, 18101, 19435, 20833, 22296, 23826 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
M. Eichler and D. Zagier, The Theory of Jacobi Forms, Birkhauser, 1985, p. 103.
LINKS
MAPLE
f := m->add( ceil(nu^3/m), nu=0..m): seq(f(m), m=1..45);
MATHEMATICA
Table[Sum[Ceiling[k^3/n], {k, 0, n}], {n, 50}] (* Harvey P. Dale, May 05 2019 *)
PROG
(Magma) [&+[Ceiling(k^3/n): k in [0..n]]: n in [1..60]]; // Vincenzo Librandi, May 31 2019
CROSSREFS
Sequence in context: A299259 A008778 A299277 * A180671 A211637 A256111
KEYWORD
nonn
AUTHOR
EXTENSIONS
Title improved by Sean A. Irvine, Nov 21 2018
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)