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!)
A014785 a(n) = Sum_{0<=k<=n} ceiling(k^2/n). 1
1, 3, 6, 9, 13, 18, 24, 30, 35, 43, 52, 61, 69, 80, 92, 102, 113, 125, 140, 155, 169, 184, 202, 220, 231, 251, 270, 291, 309, 332, 354, 376, 397, 419, 446, 469, 493, 520, 550, 578, 601, 631, 660, 693, 721, 754, 788 (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 := n->sum( ceil(k^2/n), k=0..n);
MATHEMATICA
Table[Sum[Ceiling[k^2/n], {k, 0, n}], {n, 50}] (* Harvey P. Dale, Oct 24 2013 *)
PROG
(Magma) [&+[Ceiling(k^2/n):k in [0..n]]:n in [1..50]]; // Marius A. Burtea, Dec 31 2019
CROSSREFS
Cf. A014817 (with floor), A177041 (with round).
Sequence in context: A143975 A005488 A048202 * A132352 A033436 A059293
KEYWORD
nonn
AUTHOR
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 30 17:05 EDT 2024. Contains 372139 sequences. (Running on oeis4.)