A228906 A diagonal of triangle A228904.
1, 2, 7, 62, 1031, 24782, 774180, 29763855, 1359654560, 71984907423, 4335406418694, 292753300447894, 21909289407621069, 1800106653483146619, 161097567109713138999, 15599377878403186676330, 1625083531855929644443019, 181238001661004834528467994, 21545324993880123460418461719
Offset: 1
Keywords
Crossrefs
Cf. A228904.
Programs
-
PARI
{a(n)=polcoeff(polcoeff(exp(sum(m=1, n, x^m/m*sum(j=0, m, binomial(m*j, j^2)*y^j))+x*O(x^n)), n, x), n-1, y)} for(n=1, 20, print1(a(n), ", "))
Comments