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!)
A319361 a(n) = [x^n] exp(Sum_{k>=1} sigma_n(k)*x^k/k). 1
1, 1, 3, 14, 136, 2411, 88903, 6309849, 866470849, 240522266760, 132000248840652, 141226630324344532, 306101744973083495408, 1327520858367342045830198, 11328405846086223895036194126, 196814026990537767059856457640779, 6894163531963490274906095710739747873 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^n] Product_{k>=1} 1/(1 - x^k)^(k^(n-1)).
MATHEMATICA
Table[SeriesCoefficient[Exp[Sum[DivisorSigma[n, k] x^k/k, {k, 1, n}]], {x, 0, n}], {n, 0, 16}]
Table[SeriesCoefficient[Product[1/(1 - x^k)^(k^(n - 1)), {k, 1, n}], {x, 0, n}], {n, 0, 16}]
CROSSREFS
Diagonal of A144048.
Sequence in context: A365997 A126933 A073550 * A367422 A002966 A075654
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 17 2018
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 May 6 13:11 EDT 2024. Contains 372293 sequences. (Running on oeis4.)