|
| |
|
|
A179995
|
|
Generating function A(5,t)(1+t+t^2)/(1-t)^6; A(5,t) Eulerian polynomial.
|
|
0
|
|
|
|
1, 33, 276, 1299, 4392, 11925, 27708, 57351, 108624, 191817, 320100, 509883, 781176, 1157949, 1668492, 2345775, 3227808, 4358001, 5785524, 7565667, 9760200, 12437733, 15674076, 19552599, 24164592, 29609625, 35995908
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,2
|
|
|
COMMENTS
|
The Eulerian polynomials A(n,t) are here defined in accordance with the Digital Library of Mathematical Functions, Table 26.14.1.
|
|
|
LINKS
|
Table of n, a(n) for n=0..26.
OeisWiki, Eulerian polynomials.
|
|
|
MAPLE
|
gfA179995 := proc(t) local i;
add([1, 27, 93, 118, 93, 27, 1][i+1]*t^i, i=0..5)/(1-t)^6 end:
seq(coeff(series(gfA179995(t), t, 24), t, j), j=0..16);
|
|
|
CROSSREFS
|
Cf. A158799, A008486, A005918, A027602, A160827 which have generating functions of type A(n, t)(1+t+t^2)/(1-t)^(n+1).
Sequence in context: A061223 A119782 A008515 * A000539 A023874 A020291
Adjacent sequences: A179992 A179993 A179994 * A179996 A179997 A179998
|
|
|
KEYWORD
|
nonn
|
|
|
AUTHOR
|
Peter Luschny, Aug 05 2010
|
|
|
STATUS
|
approved
|
| |
|
|