A187118 Rows sums of triangle A187115.
1, 3, 12, 67, 512, 5143, 64988, 995334, 17948683, 372703529, 8759307844, 229843336284, 6660078541359, 211201170221925, 7274712426981184, 270441300892307916, 10791919593795653296, 460087687818627367809
Offset: 2
Keywords
Programs
-
PARI
{a(n)=local(Rn=y^2);for(m=2,n,Rn=subst(truncate(Rn),y,y+y^2+O(y^m)));subst(truncate(Rn),y,1)}
Comments