|
Search: id:A118180
|
|
|
| A118180 |
|
Triangle T, read by rows, defined by: T(n,k) = (3^k)^(n-k) for n>=k>=0. For any column vector C, the matrix product of T*C transforms the g.f. of C: Sum_{n>=0} c(n)*x^n into the g.f.: Sum_{n>=0} c(n)*x^n/(1-3^n*x). |
|
+0 7
|
|
| 1, 1, 1, 1, 3, 1, 1, 9, 9, 1, 1, 27, 81, 27, 1, 1, 81, 729, 729, 81, 1, 1, 243, 6561, 19683, 6561, 243, 1, 1, 729, 59049, 531441, 531441, 59049, 729, 1, 1, 2187, 531441, 14348907, 43046721, 14348907, 531441, 2187, 1, 1, 6561, 4782969, 387420489
(list; table; graph; listen)
|
|
|
OFFSET
|
0,5
|
|
|
FORMULA
|
G.f.: A(x,y) = Sum_{n>=0} x^n/(1-3^n*x*y). G.f. satisfies: A(x,y) = 1/(1-x*y) + x*A(x,3*y).
Equals ConvOffsStoT transform of the 3^n series: (1, 3, 9, 27,...); e.g., ConvOffs transform of (1, 3, 9, 27) = (1, 27, 81, 27, 1). - Gary W. Adamson (qntmpkt(AT)yahoo.com), Apr 21 2008
|
|
EXAMPLE
|
A(x,y) = 1/(1-xy) + x/(1-3xy) + x^2/(1-9xy) + x^3/(1-27xy) + ...
Triangle begins:
1;
1, 1;
1, 3, 1;
1, 9, 9, 1;
1, 27, 81, 27, 1;
1, 81, 729, 729, 81, 1;
1, 243, 6561, 19683, 6561, 243, 1;
1, 729, 59049, 531441, 531441, 59049, 729, 1;
1, 2187, 531441, 14348907, 43046721, 14348907, 531441, 2187, 1; ...
The matrix inverse T^-1 starts:
1;
-1, 1;
2, -3, 1;
-10, 18, -9, 1;
134, -270, 162,-27, 1;
-4942, 10854, -7290, 1458, -81, 1; ...
where [T^-1](n,k) = A118183(n-k)*(3^k)^(n-k).
|
|
MAPLE
|
T(n, k)=if(n<k|k<0, 0, (3^k)^(n-k) )
|
|
CROSSREFS
|
Cf. A118181 (row sums), A118182 (antidiagonal sums); A118183, A118184; variants: A117401 (q=2), A118185 (q=4), A118190 (q=5).
Cf. A117401 = ConvOffsStoT transform of 2^n.
Adjacent sequences: A118177 A118178 A118179 this_sequence A118181 A118182 A118183
Sequence in context: A142992 A050153 A106340 this_sequence A045912 A106268 A060543
|
|
KEYWORD
|
nonn,tabl
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Apr 15 2006
|
|
|
Search completed in 0.002 seconds
|