Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A147290
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A147290 A Pascal triangle with an Eulerian-number shift: p(x,n)=If[n < 1, (x + 1)^(n + 1), (x + 1)^(n + 1) + (1 - x)^(n + 1)*PolyLog[ -n, x]]. +0
1
1, 1, 1, 1, 3, 1, 1, 4, 4, 1, 1, 5, 10, 5, 1, 1, 6, 21, 21, 6, 1, 1, 7, 41, 86, 41, 7, 1, 1, 8, 78, 337, 337, 78, 8, 1, 1, 9, 148, 1247, 2486, 1247, 148, 9, 1, 1, 10, 283, 4377, 15745, 15745, 4377, 283, 10, 1, 1, 11, 547, 14728, 88444, 156442, 88444, 14728, 547, 11, 1, 1 (list; table; graph; listen)
OFFSET

-1,5

COMMENT

Row sums are {1, 2, 5, 10, 22, 56, 184, 848, 5296, 40832, 363904, 3630848, ...}.

FORMULA

p(x,n)=If[n < 1, (x + 1)^(n + 1), (x + 1)^(n + 1) + (1 - x)^(n + 1)*PolyLog[ -n, x]]; t(n,m)=Coefficients(p(x,n)0.

EXAMPLE

{1}, {1, 1}, {1, 3, 1}, {1, 4, 4, 1}, {1, 5, 10, 5, 1}, {1, 6, 21, 21, 6, 1}, \ {1, 7, 41, 86, 41, 7, 1}, {1, 8, 78, 337, 337, 78, 8, 1}, {1, 9, 148, 1247, 2486, 1247, 148, 9, 1}, {1, 10, 283, 4377, 15745, 15745, 4377, 283, 10, 1}, {1, 11, 547, 14728, 88444, 156442, 88444, 14728, 547, 11, 1}, {1, 12, 1068, 48005, 455522, 1310816, 1310816, 455522, 48005, 1068, 12, 1}

MATHEMATICA

Clear[p, n, m]; p[x_, n_] = If[n < 1, (x + 1)^(n + 1), (x + 1)^(n + 1) + (1 - x)^(n + 1)*PolyLog[ -n, x]]; Table[FullSimplify[ExpandAll[p[x, n]]], {n, -1, 10}]; Table[CoefficientList[FullSimplify[ExpandAll[p[x, n]]], x], {n, -1, 10}]; Flatten[%]

CROSSREFS

Sequence in context: A028262 A050177 A013580 this_sequence A026670 A131402 A026626

Adjacent sequences: A147287 A147288 A147289 this_sequence A147291 A147292 A147293

KEYWORD

nonn,tabl

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Nov 04 2008

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Nov 07 2008

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 17 23:40 EST 2009. Contains 171025 sequences.


AT&T Labs Research