|
EXAMPLE
|
O.g.f.: A(x) = 1 + x/(1-2x) + x^2/((1-2x)*(1-6x)) + x^3/((1-2x)*(1-6x)*(1-12x)) + x^4/((1-2x)*(1-6x)*(1-12x)*(1-20x)) + ...
Also generated by iterated binomial transforms in the following way:
[1,3,13,81,669,6955,88505,...] = BINOMIAL^2([1,1,5,31,253,2673,34833,..]);
[1,5,31,253,2673,34833,541879,...] = BINOMIAL^4([1,1,7,57,577,7389,...]);
[1,7,57,577,7389,115983,2151493,...] = BINOMIAL^6([1,1,9,91,1101,16497,...]);
[1,9,91,1101,16497,301669,..] = BINOMIAL^8([1,1,11,133,1873,32061,..]);
[1,11,133,1873,32061,666579,...] = BINOMIAL^10([1,1,13,183,2941,56529,...]);
etc.
|