|
|
A076301
|
|
Related to number of labeled partially ordered sets.
|
|
1
|
|
|
1, 1, 3, 15, 96, 720, 6120, 57960, 604800, 6894720, 85276800, 1137628800, 16286054400, 249080832000, 4053790540800, 69960578688000, 1276290183168000, 24542432538624000, 496183962193920000, 10522301185363968000
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,3
|
|
LINKS
|
|
|
FORMULA
|
E.g.f.: -(2-4*x + 3*x^2)/(-6*x^2 - 2 + 6*x + 2*x^3).
|
|
MAPLE
|
seq(1/4*(4-n+n^2)*n!, n=0..30);
|
|
MATHEMATICA
|
Table[(4 -n +n^2)*n!/4, {n, 0, 30}] (* G. C. Greubel, May 04 2018 *)
|
|
PROG
|
(PARI) for(n=0, 30, print1((4 -n +n^2)*n!/4, ", ")) \\ G. C. Greubel, May 04 2018
(Magma) [(4 -n +n^2)*Factorial(n)/4: n in [0..30]]; // G. C. Greubel, May 04 2018
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Detlef Pauly (dettodet(AT)yahoo.de), Mar 14 2003
|
|
STATUS
|
approved
|
|
|
|