login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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
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; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Row sums are: 2*n!;
{2, 2, 4, 12, 48, 240, 1440, 10080, 80640, 725760,...}
LINKS
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: A153731 A262226 A298158 * A064307 A165883 A370950
KEYWORD
uned,sign
AUTHOR
Roger L. Bagula, Jan 18 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)