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!)
A362627 Euler transform of sigma_n(n) (sum of n-th powers of divisors of n). 0
1, 1, 6, 34, 322, 3588, 52844, 900082, 18111465, 411941506, 10548286788, 298667744593, 9286665651198, 314077164671106, 11484692279345752, 451291302965764596, 18966834595501974235, 848853415894558707472, 40305029983754331855502, 2023571200162099967806430, 107109031661019664234558776 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
Eric Weisstein's World of Mathematics, Euler Transform
FORMULA
G.f.: Product_{k>=1} 1/(1 - x^k)^sigma(k,k).
a(n) = (1/n)*Sum_{k=1..n} a(n-k)*b(k) for n>1, a(0)=1, where b(k) = Sum_{d|k} d*sigma(d,d).
MATHEMATICA
a = Table[DivisorSigma[n, n], {n, 20}]; CoefficientList[Series[Product[1/(1 - x^m)^a[[m]], {m, 20}], {x, 0, 20}], x]
CROSSREFS
Cf. A023887 (sigma_n(n)), A061256, A350503, A353233.
Sequence in context: A355887 A337350 A245466 * A284330 A125759 A062819
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Apr 28 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 April 30 15:01 EDT 2024. Contains 372134 sequences. (Running on oeis4.)