Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A154984
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A154984 Polynomial recursion:m=2; p(x,n)=(x + 1)*p(x, n - 1) + 2^(m + n - 1)*x*p(x, n - 2)+If[n >= 3, 2^(n - 2)*x*p(x, n - 2), 0]. +0
1
1, 1, 1, 1, 10, 1, 1, 29, 29, 1, 1, 66, 418, 66, 1, 1, 139, 2572, 2572, 139, 1, 1, 284, 12215, 65336, 12215, 284, 1, 1, 573, 52531, 818287, 818287, 52531, 573, 1, 1, 1150, 216688, 7906658, 39270110, 7906658, 216688, 1150, 1, 1, 2303, 877934, 68639058 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Row sums are:

{1, 2, 12, 60, 552, 5424, 90336, 1742784, 55519104, 2118725376, 132153466368,...}.

FORMULA

m=2; p(x,n)=(x + 1)*p(x, n - 1) + 2^(m + n - 1)*x*p(x, n - 2)

+If[n >= 3, 2^(n - 2)*x*p(x, n - 2), 0];

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

EXAMPLE

{1},

{1, 1},

{1, 10, 1},

{1, 29, 29, 1},

{1, 66, 418, 66, 1},

{1, 139, 2572, 2572, 139, 1},

{1, 284, 12215, 65336, 12215, 284, 1},

{1, 573, 52531, 818287, 818287, 52531, 573, 1},

{1, 1150, 216688, 7906658, 39270110, 7906658, 216688, 1150, 1},

{1, 2303, 877934, 68639058, 989843392, 989843392, 68639058, 877934, 2303, 1},

{1, 4608, 3529837, 568766144, 19275422482, 92458020224, 19275422482, 568766144, 3529837, 4608, 1}

MATHEMATICA

Clear[p, n, m, x]; m = 2; p[x, 0] = 1; p[x, 1] = x + 1;

p[x, n] = (x + 1)*p[ x, n - 1] + 2^(m + n - 1)*x*p[x, n - 2]

+ If[n >= 3, 2^(n - 2)*x*p[x, n - 2], 0];

Table[ExpandAll[p[x, n]], {n, 0, 10}];

Table[CoefficientList[ExpandAll[p[x, n]], x], {n, 0, 10}];

Flatten[%]

CROSSREFS

Sequence in context: A159041 A154979 A146765 this_sequence A008958 A157277 A157629

Adjacent sequences: A154981 A154982 A154983 this_sequence A154985 A154986 A154987

KEYWORD

nonn,tabl,uned

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research