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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153818 a(n)=Sum_{k=1..n} floor(n^2/k^2) 2
1, 5, 12, 22, 35, 53, 72, 96, 123, 153, 184, 222, 260, 304, 351, 402, 453, 510, 568, 633, 697, 765, 839, 916, 994, 1077, 1164, 1252, 1342, 1443, 1535, 1641, 1747, 1856, 1969, 2083, 2200, 2321, 2447, 2579, 2705, 2844, 2979, 3123, 3269, 3417, 3570, 3726, 3881 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

How to express Sum_{k=1..n} floor(n^2/k^2) as a function of Sum_{k=1..n} floor(n/k) ? [From Ctibor O. Zizka (c.zizka(AT)email.cz), Feb 14 2009]

EXAMPLE

a(4)=22 because floor(16/1)+floor(16/4)+floor(16/9)+floor(16,16)=16+4+1+1=22. [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 13 2009]

MAPLE

a := proc (n) options operator, arrow: sum(floor(n^2/k^2), k = 1 .. n) end proc: seq(a(n), n = 1 .. 50); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 13 2009]

CROSSREFS

Cf. A006218

Sequence in context: A000326 A022795 A025734 * A069627 A034971 A025740

Adjacent sequences:  A153815 A153816 A153817 * A153819 A153820 A153821

KEYWORD

easy,nonn

AUTHOR

Ctibor O. Zizka (c.zizka(AT)email.cz), Jan 02 2009

EXTENSIONS

Definition edited by Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 13 2009

Extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 13 2009

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 February 13 10:39 EST 2012. Contains 205459 sequences.