A161805 A trisection of A161804: a(n) = A161804(3n) for n>=0.
1, 12, 66, 255, 903, 2970, 8571, 23001, 59763, 145164, 333693, 751059, 1623009, 3363576, 6872307, 13677228, 26351985, 50309910, 94392525, 172538934, 313558506, 563064207, 988996095, 1730456433, 3001805067, 5106353439
Offset: 0
Keywords
Examples
G.f.: T_0(q) = 1 + 12*q + 66*q^2 + 255*q^3 + 903*q^4 + 2970*q^5 +...
Programs
-
PARI
{a(n)=local(L=sum(m=1, 3*n,3*3^valuation(m,3)*sumdiv(m, d, -(-1)^d*d)*x^m/m)+x*O(x^(3*n))); polcoeff(exp(L), 3*n)}
Comments