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!)
A363644 Expansion of Sum_{k>0} x^(3*k)/(1 - k*x^k)^3. 4
0, 0, 1, 3, 6, 11, 15, 27, 29, 60, 45, 145, 66, 318, 146, 789, 120, 2199, 153, 4890, 1406, 11730, 231, 34175, 426, 67884, 20738, 163956, 378, 453341, 435, 882153, 295742, 1966608, 10230, 5656484, 630, 10027674, 3897938, 23069916, 780, 63648517, 861, 113050536 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = Sum_{d|n} (n/d)^(d-3) * binomial(d-1,2).
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^(# - 3)*Binomial[# - 1, 2] &]; Array[a, 50] (* Amiram Eldar, Jul 18 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^(d-3)*binomial(d-1, 2));
CROSSREFS
Sequence in context: A131665 A363610 A132158 * A363652 A368586 A310101
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 13 2023
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 May 2 15:37 EDT 2024. Contains 372197 sequences. (Running on oeis4.)