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!)
A338662 a(n) = Sum_{d|n} (n/d)^d * binomial(d+n/d-1, d). 7
1, 5, 10, 29, 26, 123, 50, 305, 352, 668, 122, 3844, 170, 2593, 9704, 13825, 290, 41598, 362, 118259, 107986, 33047, 530, 929102, 394376, 130744, 1203580, 2737415, 842, 9910225, 962, 13315073, 14199222, 2404670, 33547310, 136502007, 1370, 10555795, 168405072, 548460064, 1682 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k >= 1} (1/(1 - k * x^k)^k - 1).
If p is prime, a(p) = 1 + p^2.
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^# * Binomial[# + n/# - 1, #] &]; Array[a, 40] (* Amiram Eldar, Apr 22 2021 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^d*binomial(d+n/d-1, d));
(PARI) N=66; x='x+O('x^N); Vec(sum(k=1, N, 1/(1-k*x^k)^k-1))
CROSSREFS
Sequence in context: A134129 A240515 A105862 * A093029 A105505 A005514
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 22 2021
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 April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)