OFFSET
0,2
COMMENTS
The q^(kn) term of any single factor of the product (1-(4q)^k)^(1/2) is (-2)*A000108(n-1). Hence these numbers are related to the Catalan numbers A000108 by a partition-based convolution.
Sequence appears to be positive and negative roughly half the time.
This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = -1/2, g(n) = 4^n. - Seiichi Manyama, Apr 20 2018
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..1000
FORMULA
G.f.: Product_{k>=1} (1 - (4x)^k)^(1/2).
MATHEMATICA
Series[Product[(1 - (4 q)^k)^(1/2), {k, 1, 100}], {q, 0, 100}]
PROG
(PARI) q='q+O('q^99); Vec(eta(4*q)^(1/2)) \\ Altug Alkan, Apr 20 2018
CROSSREFS
KEYWORD
sign,easy
AUTHOR
William J. Keith, Jan 18 2018
STATUS
approved