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!)
A306456 Expansion of Product_{j>=1} (1 - (-1 + Product_{k>=1} (1 - x^k))^j). 1
1, 1, 0, -2, -1, -2, -3, -10, -15, -19, -17, 7, 59, 116, 102, -74, -468, -775, -242, 2111, 6388, 10102, 7421, -8768, -40024, -73196, -75164, -288, 182990, 445127, 639603, 478509, -380391, -2042730, -3922746, -4484102, -1857055, 4235012, 10177841, 8792321, -4085840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: g(g(x) - 1), where g(x) = g.f. of A010815.
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[(1 - (-1 + Product[(1 - x^k), {k, 1, nmax}])^j), {j, 1, nmax}], {x, 0, nmax}], x]
nmax = 40; CoefficientList[Series[QPochhammer[QPochhammer[x] - 1], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A176954 A034952 A337549 * A178463 A213593 A350026
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 05 2019
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)