OFFSET
0,2
COMMENTS
This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = 24, g(n) = -n. - Seiichi Manyama, Dec 30 2017
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..1000
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 + k*q^k)^-24, {k, 1, nmax}], {q, 0, nmax}], q]] (* G. C. Greubel, Jul 20 2018 *)
PROG
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1+n*q^n)^-24)) \\ G. C. Greubel, Jul 20 2018
CROSSREFS
KEYWORD
sign
AUTHOR
STATUS
approved