login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154816 A triangular sequence of polynomial coefficients: p(x,n)=((-1)^(n + 1)*(x - 1)^(n + 1)*Sum[(5*m + 4)^n*x^m, {m, 0, Infinity}] + (-1)^(n + 1)*(x - 1)^(n + 1)*Sum[(5*m + 1)^n*x^m, {m, 0, Infinity}]). 0
2, 5, 5, 17, 66, 17, 65, 685, 685, 65, 257, 6572, 16342, 6572, 257, 1025, 60675, 313300, 313300, 60675, 1025, 4097, 549418, 5340455, 10712060, 5340455, 549418, 4097, 16385, 4931825, 84856215, 303945575, 303945575, 84856215, 4931825, 16385 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Row sums are:

{2, 10, 100, 1500, 30000, 750000, 22500000, 787500000, 31500000000,

1417500000000, 70875000000000}

FORMULA

p(x,n)=((-1)^(n + 1)*(x - 1)^(n + 1)*Sum[(5*m + 4)^n*x^m, {m, 0, Infinity}] +

(-1)^(n + 1)*(x - 1)^(n + 1)*Sum[(5*m + 1)^n*x^m, {m, 0, Infinity}]);

t(n,m)=coefficients(p(x,n))

EXAMPLE

{2},

{5, 5},

{17, 66, 17},

{65, 685, 685, 65},

{257, 6572, 16342, 6572, 257},

{1025, 60675, 313300, 313300, 60675, 1025},

{4097, 549418, 5340455, 10712060, 5340455, 549418, 4097},

{16385, 4931825, 84856215, 303945575, 303945575, 84856215, 4931825, 16385},

{65537, 44136504, 1289970236, 7671841928, 13487971590, 7671841928, 1289970236, 44136504, 65537},

{262145, 394876735, 19055809150, 179073190690, 510225861280, 510225861280, 179073190690, 19055809150, 394876735, 262145},

{1048577, 3535716230, 276229994965, 3958390776760, 17297519264170, 27803646398596, 17297519264170, 3958390776760, 276229994965, 3535716230, 1048577}

MATHEMATICA

Clear[p]; p[x_, n_] = ((-1)^( n + 1)*(x - 1)^(n + 1)*Sum[(5*m + 4)^n*x^m, {m, 0, Infinity}] +

(-1)^(n + 1)*(x - 1)^(n + 1)*Sum[(5*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: A081235 A082534 A165659 * A140600 A056396 A085043

Adjacent sequences:  A154813 A154814 A154815 * A154817 A154818 A154819

KEYWORD

nonn,tabl,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jan 15 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.