The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A094734 Number of connected 2-element multiantichains on a labeled n-set. 1
0, 1, 1, 4, 19, 76, 271, 904, 2899, 9076, 27991, 85504, 259579, 784876, 2366911, 7125304, 21425059, 64373476, 193317031, 580344304, 1741819339, 5227030876, 15684238351, 47059006504, 141189602419, 423593973076, 1270832250871, 3812597415904, 11437993574299 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: (1/2!)*(exp(3*x) - 3*exp(2*x) + 5*exp(x) - 3).
From Colin Barker, Jul 13 2013: (Start)
a(n) = (5 - 3*2^n + 3^n)/2 for n > 0.
a(n) = 6*a(n-1) - 11*a(n-2) + 6*a(n-3) for n > 3.
G.f.: -x*(9*x^2-5*x+1)/((x-1)*(2*x-1)*(3*x-1)). (End)
MATHEMATICA
Join[{0}, LinearRecurrence[{6, -11, 6}, {1, 1, 4}, 30]] (* Harvey P. Dale, Nov 28 2014 *)
PROG
(PARI) x='x+O('x^50); concat([0], Vec(serlaplace((1/2!)*(exp(3*x) - 3*exp(2*x) + 5*exp(x) - 3)))) \\ G. C. Greubel, Oct 07 2017
CROSSREFS
Sequence in context: A096978 A186810 A167478 * A094578 A130132 A037590
KEYWORD
nonn,easy
AUTHOR
Goran Kilibarda, Vladeta Jovovic, May 24 2004
EXTENSIONS
More terms from Colin Barker, Jul 13 2013
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 May 14 04:33 EDT 2024. Contains 372528 sequences. (Running on oeis4.)