|
Search: id:A154853
|
|
|
| A154853 |
|
Symmetrical triangular sequence: p(x,n) =((-1)^(n + 1)*(x - 1)^(n + 1)*Sum[(3*m + 2)^ n*x^m, {m, 0, Infinity}] - (-1)^(n + 1)*(x - 1)^(n + 1)* Sum[(3*m + 1)^n*x^m, {m, 0, Infinity}]. |
|
+0 1
|
|
| 1, -1, 3, 0, -3, 7, 33, -33, -7, 15, 294, 0, -294, -15, 31, 1915, 3820, -3820, -1915, -31, 63, 11088, 65115, 0, -65115, -11088, -63, 127, 60725, 783237, 1019935, -1019935, -783237, -60725, -127, 255, 322794, 8095794, 26928930, 0, -26928930, -8095794
(list; table; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
Row sums are are zero.
|
|
FORMULA
|
p(x,n) = ((-1)^(n + 1)*(x - 1)^(n + 1)*Sum[(3*m + 2)^ n*x^m, {m, 0, Infinity}]
- (-1)^(n + 1)*(x - 1)^(n + 1)* Sum[(3*m + 1)^n*x^m, {m, 0, Infinity}];
t(n,m)=coefficients(p(x,n))
|
|
EXAMPLE
|
{0},
{1, -1},
{3, 0, -3},
{7, 33, -33, -7},
{15, 294, 0, -294, -15},
{31, 1915, 3820, -3820, -1915, -31},
{63, 11088, 65115, 0, -65115, -11088, -63},
{127, 60725, 783237, 1019935, -1019935, -783237, -60725, -127},
{255, 322794, 8095794, 26928930, 0, -26928930, -8095794, -322794, -255},
{511, 1685871, 76977306, 495339306, 498145536, -498145536, -495339306, -76977306, -1685871, -511},
{1023, 8705796, 695435301, 7712761176, 18166178646, 0, -18166178646, -7712761176, -695435301, -8705796, -1023}
|
|
MATHEMATICA
|
Clear[p]; p[x_, n_] = ((-1)^(n + 1)*(x - 1)^(n + 1)*Sum[(3*m + 2)^ n*x^m, {m, 0, Infinity}]
- (-1)^(n + 1)*(x - 1)^(n + 1)* Sum[(3*m + 1)^n*x^m, {m, 0, Infinity}];
Table[FullSimplify[ExpandAll[p[x, n]]], {n, 0, 10}];
Table[CoefficientList[FullSimplify[ExpandAll[p[x, n]]], x], {n, 0, 10}];
Flatten[%]
|
|
CROSSREFS
|
Sequence in context: A074694 A127803 A021771 this_sequence A139214 A010030 A117940
Adjacent sequences: A154850 A154851 A154852 this_sequence A154854 A154855 A154856
|
|
KEYWORD
|
tabl,uned,tabl,sign
|
|
AUTHOR
|
Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jan 16 2009
|
|
|
Search completed in 0.002 seconds
|