The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A291645 Expansion of the series reversion of -1 + Product_{k>=1} (1 + x^(k^2)). 0

%I #5 Aug 28 2017 20:17:35

%S 1,0,0,-1,-1,0,4,9,4,-23,-78,-78,132,694,1088,-443,-6169,-13452,-4646,

%T 52247,155891,143796,-391672,-1715015,-2481013,2107735,17836000,

%U 35704800,3037215,-172386166,-465009936,-338007604,1487272659,5624864403,7125599375,-10208041482

%N Expansion of the series reversion of -1 + Product_{k>=1} (1 + x^(k^2)).

%C Reversion of g.f. (with constant term omitted) for A033461.

%H N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/SeriesReversion.html">Series Reversion</a>

%H <a href="/index/Res#revert">Index entries for reversions of series</a>

%F G.f. A(x) satisfies: -1 + Product_{k>=1} (1 + A(x)^(k^2)) = x.

%t nmax = 36; Rest[CoefficientList[InverseSeries[Series[-1 + Product[1 + x^k^2, {k, 1, nmax}], {x, 0, nmax}], x], x]]

%Y Cf. A007312, A033461, A050393, A291489.

%K sign

%O 1,7

%A _Ilya Gutkovskiy_, Aug 28 2017

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 June 2 00:37 EDT 2024. Contains 373032 sequences. (Running on oeis4.)