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!)
A291488 Expansion of the series reversion of -1 + Product_{k>=1} 1/(1 - x^k)^k. 0
1, -3, 12, -58, 318, -1896, 11966, -78595, 531486, -3674324, 25845131, -184348434, 1330147092, -9690872427, 71189146313, -526703176813, 3921274277132, -29354616797397, 220824254874928, -1668453804382315, 12655766723174710, -96340024533522759, 735747052686408916, -5635489764030599334 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Reversion of g.f. (with constant term omitted) for A000219.
LINKS
N. J. A. Sloane, Transforms
Eric Weisstein's World of Mathematics, Series Reversion
FORMULA
G.f. A(x) satisfies: -1 + Product_{k>=1} 1/(1 - A(x)^k)^k = x.
MATHEMATICA
nmax = 24; Rest[CoefficientList[InverseSeries[Series[-1 + Product[1/(1 - x^k)^k, {k, 1, nmax}], {x, 0, nmax}], x], x]]
nmax = 24; Rest[CoefficientList[InverseSeries[Series[-1 + Exp[Sum[DivisorSigma[2, k] x^k/k, {k, 1, nmax}]], {x, 0, nmax}], x], x]]
CROSSREFS
Sequence in context: A369616 A369594 A369403 * A090363 A115086 A258173
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Aug 24 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 23 07:42 EDT 2024. Contains 371905 sequences. (Running on oeis4.)