|
| |
|
|
A099040
|
|
Riordan array (1,2+2x).
|
|
1
| |
|
|
1, 0, 2, 0, 2, 4, 0, 0, 8, 8, 0, 0, 4, 24, 16, 0, 0, 0, 24, 64, 32, 0, 0, 0, 8, 96, 160, 64, 0, 0, 0, 0, 64, 320, 384, 128, 0, 0, 0, 0, 16, 320, 960, 896, 256, 0, 0, 0, 0, 0, 160, 1280, 2688, 2048, 512, 0, 0, 0, 0, 0, 32, 960, 4480, 7168, 4608, 1024, 0, 0, 0, 0, 0, 0, 384, 4480
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
COMMENTS
| Row sums give A002605. Diagonal sums give A052907.
The Riordan array (1,s+tx) defines T(n,k)=binomial(k,n-k)s^k(t/s)^(n-k). The row sums satisfy a(n)=s*a(n-1)+t*a(n-2) and the diagonal sums satisfy a(n)=s*a(n-2)+t*a(n-3).
|
|
|
FORMULA
| Number triangle T(n, k)=2^k*binomial(k, n-k); Columns have g.f. (2x+2x^2)^k.
T(n,k)=A026729(n,k)*2^k . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Jul 28 2006
|
|
|
EXAMPLE
| Rows begin {1}, {0,2}, {0,2,4}, {0,0,8,8}, {0,0,4,24,16}, {0,0,0,24,64,32},...
|
|
|
CROSSREFS
| Cf. A026729, A038208.
Sequence in context: A206823 A151668 A086151 * A185296 A136717 A136716
Adjacent sequences: A099037 A099038 A099039 * A099041 A099042 A099043
|
|
|
KEYWORD
| easy,nonn,tabl
|
|
|
AUTHOR
| Paul Barry (pbarry(AT)wit.ie), Sep 23 2004
|
| |
|
|