A161801 G.f. is Q_0(q) where Q_0(q^4) is a series quadrisection of the g.f. of A161800.
1, -6, -8, 112, -86, -752, 1360, 1216, -5384, 10762, -8176, -59888, 130160, 47696, -306336, 485952, -632982, -1582304, 4638088, 343120, -6514672, 8034464, -16636656, -20670528, 82724176, 17877578, -114481936, 52539968, -178638656
Offset: 0
Keywords
Examples
G.f.: Q_0(q) = 1 - 6*q - 8*q^2 + 112*q^3 - 86*q^4 - 752*q^5 + 1360*q^6 +...
Programs
-
PARI
{a(n)=local(L=sum(m=1, 4*n,2*2^valuation(m,2)*sumdiv(m, d, -(-1)^d*d)*x^m/m)+x*O(x^(4*n))); polcoeff(exp(L), 4*n)}
Comments