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!)
A363648 Expansion of Sum_{k>0} (1/(1 - (k*x)^k)^4 - 1). 5
4, 26, 128, 1219, 12556, 195278, 3294292, 67773349, 1550075836, 40097713880, 1141246682808, 35686524105658, 1211500426369572, 44454809534927314, 1751576172678539608, 73789791194939982793, 3308961047545347057848, 157387135278770854655312 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = Sum_{d|n} (n/d)^n * binomial(d+3,3).
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^n * Binomial[# + 3, 3] &]; Array[a, 20] (* Amiram Eldar, Jul 17 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^n*binomial(d+3, 3));
CROSSREFS
Cf. A363640.
Sequence in context: A211166 A245460 A261738 * A184263 A058408 A053906
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 July 16 04:20 EDT 2024. Contains 374343 sequences. (Running on oeis4.)