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!)
A363647 Expansion of Sum_{k>0} (1/(1 - (k*x)^k)^3 - 1). 8
3, 18, 91, 879, 9396, 145010, 2470665, 50728749, 1162458352, 30058615320, 855935011911, 26761537897338, 908625319776864, 33340089815701086, 1313681976619686558, 55341921135416377497, 2481720785659010292702, 118040125809311823596960 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = Sum_{d|n} (n/d)^n * binomial(d+2,2).
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^n * Binomial[# + 2, 2] &]; Array[a, 20] (* Amiram Eldar, Jul 17 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^n*binomial(d+2, 2));
CROSSREFS
Cf. A363639.
Sequence in context: A272492 A092691 A064671 * A058409 A125833 A129547
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 August 11 10:40 EDT 2024. Contains 375068 sequences. (Running on oeis4.)