A208898 A diagonal of rectangular table A208896: a(n) = A208896(n+2,n).
1, 1, 2, 9, 72, 880, 14946, 331177, 9157984, 305879724, 12036430600, 547226046939, 28298540270928, 1643380366183920, 106042236588594096, 7535372761616117625, 585204851983514095424, 49344635724104556446660, 4491848127809479571999928, 439231681095730953672503448
Offset: 0
Keywords
Examples
a(n)/n = [1,1,3,18,176,2491,47311,1144748,33986636,1203643060,...] for n>=1.
Programs
-
PARI
{a(n)=local(ROW=1+x+x*O(x^n));for(i=0,n,ROW=1+x*ROW^(n+2)*deriv(x/ROW));polcoeff(ROW,n)} for(n=0,20,print1(a(n),", "))
Formula
a(n) is divisible by n for n>=1.
Comments