|
Search: id:A127905
|
|
|
| A127905 |
|
Construct triangle in which n-th row is obtained by expanding (1+x+x^3)^n and take the next-to-central column. |
|
+0 1
|
|
| 0, 1, 2, 3, 8, 25, 66, 168, 456, 1269, 3490, 9581, 26544, 73944, 206220, 576045, 1613264, 4527661, 12725946, 35818135, 100950440, 284869263, 804726934, 2275500998, 6440230392, 18242735800, 51714552656
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
a(n)=n*A071879(n-1).
|
|
FORMULA
|
a(n)=n*sum{k=0..floor((n-1)/3), C(n-1,3k)*C(3k,k)/(2k+1)}; a(n)=sum{k=0..floor((n-1)/3), (3k+1)*C(n,3k+1)*C(3k,k)/(2k+1)}; a(n)=sum{k=0..n-1, sum{j=0..floor(k/3), C(k,3j)*C(3j+1,j)}};
|
|
MAPLE
|
(PARI) a(n)=if(n<0, 0, polcoeff((1+x+x^3)^n, n-1)); (PARI) a(n)=if(n<0, 0, n++; n*polcoeff(serreverse(x/(1+x+x^3)+x*O(x^n)), n)).
|
|
CROSSREFS
|
Cf. A005717.
Adjacent sequences: A127902 A127903 A127904 this_sequence A127906 A127907 A127908
Sequence in context: A120260 A002619 A129202 this_sequence A009224 A065619 A111121
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Paul Barry (pbarry(AT)wit.ie), Feb 05 2007
|
|
|
Search completed in 0.002 seconds
|