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!)
A339354 G.f.: Sum_{k>=1} k^3 * x^(k*(k + 1)) / (1 - x^k). 4
0, 1, 1, 1, 1, 9, 1, 9, 1, 9, 1, 36, 1, 9, 28, 9, 1, 36, 1, 73, 28, 9, 1, 100, 1, 9, 28, 73, 1, 161, 1, 73, 28, 9, 126, 100, 1, 9, 28, 198, 1, 252, 1, 73, 153, 9, 1, 316, 1, 134, 28, 73, 1, 252, 126, 416, 28, 9, 1, 441, 1, 9, 371, 73, 126, 252, 1, 73, 28, 477, 1, 828, 1, 9, 153, 73, 344 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
COMMENTS
Sum of cubes of divisors of n that are smaller than sqrt(n).
LINKS
MATHEMATICA
nmax = 77; CoefficientList[Series[Sum[k^3 x^(k (k + 1))/(1 - x^k), {k, 1, nmax}], {x, 0, nmax}], x] // Rest
Table[DivisorSum[n, #^3 &, # < Sqrt[n] &], {n, 77}]
PROG
(PARI) a(n) = sumdiv(n, d, if (d^2 < n, d^3)); \\ Michel Marcus, Dec 02 2020
CROSSREFS
Sequence in context: A010690 A224835 A329725 * A280375 A067617 A230458
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 01 2020
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 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)