OFFSET
0,2
COMMENTS
Equivalently, the number of pair of permutations (sigma,tau) up to simultaneous conjugacy on a set of size 6*n with sigma^3=tau^2=1 with no fixed point.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..300
FORMULA
Euler transform of A129114. - Andrew Howroyd, Jan 29 2025
PROG
(PARI)
D(m, k)={my(g=gcd(m, k)); sumdiv(g, d, my(j=m/d); x^j*eulerphi(d)*k^(j-1)/j)}
seq(n)={my(t=6*n); Vec(prod(k=1, t, my(A=O(x^(t\k+1)), p=serconvol(exp(A + D(3, k)), exp(A + D(2, k)))); sum(r=0, t\k, if(k*r%6==0, r!*polcoef(p, r)/(k^r)*x^(k*r/6)), O(x*x^n)) ))} \\ Andrew Howroyd, Jan 29 2025
CROSSREFS
KEYWORD
nonn,changed
AUTHOR
Samuel A. Vidal, Mar 30 2007
EXTENSIONS
a(17) onwards from Andrew Howroyd, Jan 28 2025
STATUS
approved