A357520 Expansion of Product_{k>=0} (1 - x^Lucas(k)).
1, -1, -1, 0, 0, 2, 0, -1, 0, 0, 1, -1, -1, 1, 0, 1, -1, -1, 0, 1, 1, -1, 0, 0, 0, 1, -1, -1, 0, 0, 2, 0, 0, -1, -1, 1, 0, 0, 0, 0, 1, -1, -1, 0, 0, 2, 0, -1, 0, 0, 1, 0, -2, 0, 0, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, 0, 0, 2, 0, -1, 0, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 0, -1, 0, 2, 0, 0, -1, -1, 1
Offset: 0
Keywords
Programs
-
Mathematica
nmax = 100; CoefficientList[Series[Product[(1 - x^LucasL[k]), {k, 0, 20}], {x, 0, nmax}], x]
Comments