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!)
A363610 Expansion of Sum_{k>0} x^(3*k)/(1-x^k)^3. 6
0, 0, 1, 3, 6, 11, 15, 24, 29, 42, 45, 69, 66, 93, 98, 129, 120, 175, 153, 216, 206, 255, 231, 343, 282, 366, 354, 447, 378, 550, 435, 594, 542, 648, 582, 828, 630, 819, 770, 978, 780, 1114, 861, 1161, 1072, 1221, 1035, 1529, 1143, 1494, 1346, 1644, 1326, 1878, 1482, 1953 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
G.f.: Sum_{k>0} binomial(k-1,2) * x^k/(1 - x^k).
a(n) = Sum_{d|n} binomial(d-1,2).
MATHEMATICA
a[n_] := DivisorSum[n, Binomial[# - 1, 2] &]; Array[a, 50] (* Amiram Eldar, Jul 25 2023 *)
PROG
(PARI) my(N=60, x='x+O('x^N)); concat([0, 0], Vec(sum(k=1, N, x^(3*k)/(1-x^k)^3)))
CROSSREFS
Sequence in context: A059753 A256001 A131665 * A132158 A363644 A363652
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jun 11 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 August 31 11:54 EDT 2024. Contains 375560 sequences. (Running on oeis4.)