Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A154989
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A154989 Symmetrical triangle sequence from polynomials: q(x,n)=(-1)^n*(Sum[(k + 1)^n*x^k/k, {k, 1, Infinity}] + Log[1 - x])*(x - 1)^n/x; p(x,n)=q(x,n)+x^n*q(1/x,n). +0
1
2, 1, 1, 10, -16, 10, 11, -5, -5, 11, 36, -58, 92, -58, 36, 57, 21, 42, 42, 21, 57, 134, 156, 618, -376, 618, 156, 134, 247, 1303, 2529, 961, 961, 2529, 1303, 247, 520, 5162, 17524, 12646, 8936, 12646, 17524, 5162, 520, 1013, 19393, 99880, 153472, 89122 (list; graph; listen)
OFFSET

1,1

COMMENT

Row sums are: 2*n!;

{2, 2, 4, 12, 48, 240, 1440, 10080, 80640, 725760,...}

FORMULA

q(x,n)=(-1)^n*(Sum[(k + 1)^n*x^k/k, {k, 1, Infinity}] + Log[1 - x])*(x - 1)^n/x;

p(x,n)=q(x,n)+x^n*q(1/x,n);

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

EXAMPLE

{2},

{1, 1},

{10, -16, 10},

{11, -5, -5, 11},

{36, -58, 92, -58, 36},

{57, 21, 42, 42, 21, 57},

{134, 156, 618, -376, 618, 156, 134},

{247, 1303, 2529, 961, 961, 2529, 1303, 247},

{520, 5162, 17524, 12646, 8936, 12646, 17524, 5162, 520},

{1013, 19393, 99880, 153472, 89122, 89122, 153472, 99880, 19393, 1013}

MATHEMATICA

Clear[p, x, n];

p[x_, n_] = (-1)^n*(Sum[(k + 1)^n*x^k/k, {k, 1, Infinity}] + Log[1 - x])*(x - 1)^n/x;

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

Table[CoefficientList[FullSimplify[ExpandAll[p[x, n]]], x] + Reverse[CoefficientList[FullSimplify[ExpandAll[p[x, n]]], x]], {n, 1, 10}];

Flatten[%]

CROSSREFS

Sequence in context: A054768 A104251 A153731 this_sequence A064307 A165883 A110905

Adjacent sequences: A154986 A154987 A154988 this_sequence A154990 A154991 A154992

KEYWORD

uned,sign

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 December 10 12:37 EST 2009. Contains 170569 sequences.


AT&T Labs Research