|
|
EXAMPLE
| A(x) = 1 + x + 2*x^2 + 8*x^3 + 50*x^4 + 412*x^5 + 4120*x^6 +...
The g.f. of A120955 is:
x/series_reversion(x*A(x)) = 1 + x + x^2 + 4*x^3 + 25*x^4 + 206*x^5 +...
Compare terms to see that A120955(n) = a(n)/2 for n>=2.
A(x*A(x)) = 1 + x + 3*x^2 + 14*x^3 + 92*x^4 + 774*x^5 +...
A(x)*(2-x) = 2 + x + 3*x^2 + 14*x^3 + 92*x^4 + 774*x^5 +...
Contribution from Paul D. Hanna (pauldhanna(AT)juno.com), Sep 04 2010: (Start)
Let G(x) = x*A(x), then
A(x) = 1 + G(x)/2 + G(G(x))/2^2 + G(G(G(x)))/2^3 + G(G(G(G(x))))/2^4 + G(G(G(G(G(x)))))/2^5 +...
The table of coefficients in the iterations of G(x)=x*A(x) begin:
[1, 1, 2, 8, 50, 412, 4120, 47840, 628130, ...];
[1, 2, 6, 27, 170, 1380, 13580, 155568, 2020526, ...];
[1, 3, 12, 63, 422, 3482, 34208, 389007, 5010678, ...];
[1, 4, 20, 122, 892, 7690, 76900, 878032, 11284106, ...];
[1, 5, 30, 210, 1690, 15490, 160464, 1864844, 24130948, ...];
[1, 6, 42, 333, 2950, 29002, 315184, 3775392, 49699640, ...];
[1, 7, 56, 497, 4830, 51100, 587104, 7318983, 98962072, ...];
[1, 8, 72, 708, 7512, 85532, 1043032, 13621120, 190640924, ...];
[1, 9, 90, 972, 11202, 137040, 1776264, 24394608, 355390206, ...]; ...
in which the following sum along column k equals a(k+1):
a(2) = 2 = 1/2 + 2/4 + 3/8+ 4/16 + 5/32 + 6/64 +...
a(3) = 8 = 2/2 + 6/4 + 12/8 + 20/16 + 30/32 + 42/64 + ...
a(4) = 50 = 8/2 + 27/4 + 63/8 + 122/16 + 210/32 + 333/64 +...
a(5) = 412 = 50/2 + 170/4 + 422/8 + 892/16 + 1690/32 + 2950/64 +... (End)
|