OFFSET
0,4
LINKS
Kathrin Bringmann and Johann Franke, An asymptotic formula for the number of n-dimensional representations of SU(3), arXiv:2107.03261 [math.RT], 2021.
Dan Romik, On the number of n-dimensional representations of SU(3), the Bernoulli numbers, and the Witten zeta function, arXiv:1503.03776 [math.NT], 2015-2016.
FORMULA
G.f.: Product_{j,k>=1} 1/(1-x^(j*k*(j+k)/2)).
PROG
(PARI) fij(lim) = my(imax = ceil((sqrt(8*lim+1)-1)/2), list=List()); for (i=1, imax, for (j=1, imax, if ((p=i*j*(i+j)/2) <= lim, listput(list, p)))); list;
lista(nn) = my(v=fij(nn), x='x+O('x^nn), w=Vec(prod(k=1, #v, 1/(1-x^v[k])))); vector(nn, k, w[k]);
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Marcus, Jul 08 2021
STATUS
approved