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!)
A094730 Number of connected ordered 3-element multiantichains on a labeled n-set. 1
0, 1, 1, 25, 337, 4321, 46681, 437305, 3721537, 29740561, 228000361, 1699890985, 12435686737, 89792976001, 642488104441, 4567920215065, 32331017955937, 228106608326641, 1605738151030921, 11285298643841545, 79223419486529137 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: exp(7*x) - 6*exp(5*x) + 3*exp(4*x) + 17*exp(3*x) - 30*exp(2*x) + 21*exp(x) - 6.
Empirical g.f.: -x*(5040*x^5 - 2686*x^4 + 843*x^3 - 193*x^2 + 21*x - 1) / ((x-1)*(2*x-1)*(3*x-1)*(4*x-1)*(5*x-1)*(7*x-1)). - Colin Barker, Jul 07 2013
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Exp[7*x] - 6*Exp[5*x] + 3*Exp[4*x] + 17*Exp[3*x] - 30*Exp[2*x] + 21*Exp[x] - 6, {x, 0, nmax}], x] Range[0, nmax]!] (* G. C. Greubel, Oct 08 2017 *)
PROG
(PARI) x='x+O('x^50); concat([0], Vec(serlaplace(exp(7*x) - 6*exp(5*x) + 3*exp(4*x) + 17*exp(3*x) - 30*exp(2*x) + 21*exp(x) - 6))) \\ G. C. Greubel, Oct 08 2017
CROSSREFS
Sequence in context: A022589 A344656 A199657 * A265930 A265922 A136736
KEYWORD
nonn
AUTHOR
Goran Kilibarda, Vladeta Jovovic, May 24 2004
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 19 03:15 EDT 2024. Contains 371782 sequences. (Running on oeis4.)