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!)
A246537 The number of collections F of subsets of {1,2,...,n} such that the union of F is not an element of F. 2
1, 1, 3, 97, 32199, 2147318437, 9223372023969379707, 170141183460469231667123699412802366921, 57896044618658097711785492504343953925273862865136528165617039157077296866063 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Equivalently, the number of partial orders (on some subset of the powerset of {1,2,...,n} ordered by set inclusion) that contain no maximal elements (the empty family) or at least two maximal elements.
LINKS
FORMULA
a(n) = 2^(2^n) - Sum_{k=0..n} C(n,k)*2^(2^k-1).
a(n) = 2^(2^n) - A246418(n).
EXAMPLE
a(2) = 3 because we have: {}, {{1},{2}}, {{},{1},{2}}.
MATHEMATICA
Table[2^(2^n) - Sum[Binomial[n, k] 2^(2^k - 1), {k, 0, n}], {n, 0,
10}]
CROSSREFS
Cf. A246418.
Sequence in context: A243155 A201843 A278202 * A057014 A334723 A167582
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Aug 28 2014
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 June 8 09:36 EDT 2024. Contains 373217 sequences. (Running on oeis4.)