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!)
A147532 Shifted Pascal sequence: p(x,n)=(1 + x)^(n + 1) + If[n < 2, 0, x*((1 - x)^(n + 1)*PolyLog[ -n, x]/x + (1 + x)^(n - 1))/2]. 0
1, 1, 1, 1, 2, 1, 1, 4, 4, 1, 1, 5, 9, 5, 1, 1, 6, 17, 17, 6, 1, 1, 7, 30, 56, 30, 7, 1, 1, 8, 52, 191, 191, 52, 8, 1, 1, 9, 91, 659, 1288, 659, 91, 9, 1, 1, 10, 163, 2241, 7953, 7953, 2241, 163, 10, 1, 1, 11, 300, 7438, 44355, 78382, 44355, 7438, 300, 11, 1, 1, 12, 566, 24103 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,5
COMMENTS
Row sums are: {1, 2, 4, 10, 21, 48, 132, 504, 2808, 20736, 182592, 1816704}.
LINKS
FORMULA
p(x,n)=(1 + x)^(n + 1) + If[n < 2, 0, x*((1 - x)^(n + 1)*PolyLog[ -n, x]/x + (1 + x)^(n - 1))/2]; t(n,m)=coefficients(p(x,n)).
EXAMPLE
{1}, {1, 1}, {1, 2, 1}, {1, 4, 4, 1}, {1, 5, 9, 5, 1}, {1, 6, 17, 17, 6, 1}, {1, 7, 30, 56, 30, 7, 1}, {1, 8, 52, 191, 191, 52, 8, 1}, {1, 9, 91, 659, 1288, 659, 91, 9, 1}, {1, 10, 163, 2241, 7953, 7953, 2241, 163, 10, 1}, {1, 11, 300, 7438, 44355, 78382, 44355, 7438, 300, 11, 1}, {1, 12, 566, 24103, 227968, 655702, 655702, 227968, 24103, 566, 12, 1}
MATHEMATICA
Clear[t, p, x, n]; p[x_, n_] = (1 + x)^(n + 1) + If[n < 2, 0, x*((1 - x)^(n + 1)*PolyLog[ -n, x]/x + (1 + x)^(n - 1))/2]; Table[CoefficientList[FullSimplify[ExpandAll[p[x, n]]], x], {n, -1, 10}]; Flatten[%]
CROSSREFS
Sequence in context: A026637 A026659 A026386 * A283796 A156580 A157528
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Nov 06 2008
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 28 03:01 EDT 2024. Contains 372020 sequences. (Running on oeis4.)