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!)
A294956 a(n) = Sum_{d|n} d^(d + n/d). 7
1, 9, 82, 1041, 15626, 280212, 5764802, 134221889, 3486785131, 100000078254, 3138428376722, 106993207077516, 3937376385699290, 155568095598166344, 6568408355713287812, 295147905180426634241, 14063084452067724991010 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
L.g.f.: -log(Product_{k>=1} (1 - k*x^k)^(k^(k-1))) = Sum_{k>=1} a(k)*x^k/k. - Seiichi Manyama, Jun 09 2019
G.f.: Sum_{k>0} k^(k+1) * x^k / (1 - k * x^k). - Seiichi Manyama, Jan 11 2023
MATHEMATICA
sd[n_]:=Total[#^(#+n/#)&/@Divisors[n]]; Array[sd, 20] (* Harvey P. Dale, Mar 28 2021 *)
PROG
(PARI) a(n) = sumdiv(n, d, d^(d+n/d));
(PARI) N=20; x='x+O('x^N); Vec(x*deriv(-log(prod(k=1, N, (1-k*x^k)^(k^(k-1)))))) \\ Seiichi Manyama, Jun 09 2019
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=1, N, k^(k+1)*x^k/(1-k*x^k))) \\ Seiichi Manyama, Jan 11 2023
CROSSREFS
Sequence in context: A248848 A045741 A283498 * A294645 A338663 A308668
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 12 2017
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)