|
Search: id:A084614
|
|
|
| A084614 |
|
Triangle, read by rows, where the n-th row lists the (2n+1) coefficients of (1+x-3x^2)^n. |
|
+0 3
|
|
| 1, 1, 1, -3, 1, 2, -5, -6, 9, 1, 3, -6, -17, 18, 27, -27, 1, 4, -6, -32, 19, 96, -54, -108, 81, 1, 5, -5, -50, 5, 211, -15, -450, 135, 405, -243, 1, 6, -3, -70, -30, 366, 181, -1098, -270, 1890, -243, -1458, 729, 1, 7, 0, -91, -91, 546, 637, -2015, -1911, 4914, 2457, -7371, 0, 5103, -2187, 1, 8, 4, -112, -182, 728, 1456
(list; table; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
EXAMPLE
|
Rows:
{1},
{1,1,-3},
{1,2,-5,-6,9},
{1,3,-6,-17,18,27,-27},
{1,4,-6,-32,19,96,-54,-108,81},
{1,5,-5,-50,5,211,-15,-450,135,405,-243},
{1,6,-3,-70,-30,366,181,-1098,-270,1890,-243,-1458,729},
|
|
PROGRAM
|
(PARI) for(n=0, 12, for(k=0, 2*n, t=polcoeff((1+x-3*x^2)^n, k, x); print1(t", ")); print(" "))
|
|
CROSSREFS
|
Cf. A002426, A084600-A084613, A084615.
Sequence in context: A033765 A033777 A033801 this_sequence A050058 A144204 A048226
Adjacent sequences: A084611 A084612 A084613 this_sequence A084615 A084616 A084617
|
|
KEYWORD
|
sign,tabl
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Jun 01 2003
|
|
|
Search completed in 0.002 seconds
|