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!)
A344675 a(n) = Sum_{k=1..n} floor(n^3/k^3). 5
1, 9, 31, 75, 146, 256, 406, 610, 870, 1194, 1590, 2069, 2631, 3286, 4043, 4910, 5889, 6997, 8228, 9600, 11114, 12781, 14605, 16599, 18760, 21106, 23636, 26363, 29292, 32429, 35781, 39359, 43169, 47212, 51505, 56054, 60855, 65924, 71268, 76898, 82807, 89021 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
In general, for m > 1, Sum_{k=1..n} floor(n^m/k^m) ~ zeta(m)*n^m + zeta(1/m)*n.
LINKS
FORMULA
a(n) ~ zeta(3)*n^3 + zeta(1/3)*n.
MATHEMATICA
Table[Sum[Floor[n^3/k^3], {k, 1, n}], {n, 1, 50}]
CROSSREFS
Sequence in context: A288419 A168297 A004126 * A177342 A224000 A373061
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, May 26 2021
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 June 30 04:37 EDT 2024. Contains 373861 sequences. (Running on oeis4.)