login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A146750 Coefficients pf the Pascal sequence minus the Eulerian numbers with first and last columns subtracted: f(n)=2^n - 2n; q(x,n)= = (1 - x)^(n + 1)*PolyLog[ -n, x]; p(x,n) = ((q(x, n)/x - (x + 1)^(n - 1))/x - f[n] - f[n]*x^(n - 3))/x. 0
60, 292, 292, 1176, 2396, 1176, 4272, 15584, 15584, 4272, 14580, 88178, 156120, 88178, 14580, 47804, 455108, 1310228, 1310228, 455108, 47804 (list; graph; refs; listen; history; internal format)
OFFSET

5,1

COMMENTS

Row sums are:{60, 584, 4748, 39712, 361636, 3626280}. First row elements/column are: {60, 292, 1176, 4272, 14580, 47804}.

FORMULA

f(n)=2^n - 2n; q(x,n)= = (1 - x)^(n + 1)*PolyLog[ -n, x]; p(x,n) = ((q(x, n)/x - (x + 1)^(n - 1))/x - f[n] - f[n]*x^(n - 3))/x; t(n,m)=Coefficients(p(x,n)).

EXAMPLE

{2}, {8, 8}, {22, 60, 22}, {52, 292, 292, 52}, {114, 1176, 2396, 1176, 114}, {240, 4272, 15584, 15584, 4272, 240}, {494, 14580, 88178, 156120, 88178, 14580, 494}, {1004, 47804, 455108, 1310228, 1310228, 455108, 47804, 1004}

MATHEMATICA

f[n_] = 2^n - 2n; q[x_, n_] = (1 - x)^(n + 1)*PolyLog[ -n, x]; p[x_, n_] = ((q[x, n]/x - (x + 1)^(n - 1))/x - f[n] - f[n]*x^(n - 3))/x Table[CoefficientList[FullSimplify[ExpandAll[p[x, n]]], x], {n, 5, 10}] Flatten[%]

CROSSREFS

A005803

Sequence in context: A100148 A100151 A179811 * A063497 A096363 A033591

Adjacent sequences:  A146747 A146748 A146749 * A146751 A146752 A146753

KEYWORD

nonn

AUTHOR

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.