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!)
A363640 Expansion of Sum_{k>0} (1/(1 - k*x^k)^4 - 1). 5
4, 18, 32, 91, 76, 358, 148, 917, 796, 2368, 408, 10354, 612, 16586, 16984, 52873, 1208, 180408, 1616, 374934, 271408, 749070, 2692, 3350370, 178376, 4592968, 4349008, 13197802, 5076, 45402484, 6108, 74470417, 64515400, 149432876, 10324768, 652324677, 10028 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = Sum_{d|n} (n/d)^d * binomial(d+3,3).
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^# * Binomial[# + 3, 3] &]; Array[a, 40] (* Amiram Eldar, Jul 17 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^d*binomial(d+3, 3));
CROSSREFS
Sequence in context: A130656 A292161 A346866 * A053191 A003474 A337003
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 8 12:18 EDT 2024. Contains 372333 sequences. (Running on oeis4.)