login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014817 Sum( floor( k^2/n ), k=1..n). 1
1, 2, 4, 7, 9, 13, 18, 24, 29, 34, 42, 51, 57, 67, 78, 90, 97, 110, 122, 137, 149, 163, 180, 198, 211, 226, 246, 265, 281, 303, 324, 348, 365, 386, 412, 439, 457, 483, 512, 540, 561, 590, 618, 651, 679, 709, 742 (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

Table of n, a(n) for n=1..47.

MAPLE

f := m->sum( floor((k)^2/m), k=0..m);

PROG

(PARI) A014817(n)=sum(k=1, n, k^2\n)  \\ - M. F. Hasler, Dec 11 2010

CROSSREFS

Cf. A177041.

Sequence in context: A183873 A036386 A099847 * A139444 A090893 A100486

Adjacent sequences:  A014814 A014815 A014816 * A014818 A014819 A014820

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane.

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 15:27 EDT 2013. Contains 225433 sequences.