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!)
A318129 Number of sets of nonempty subsets of {1,...,n} with intersection {}. 9
1, 1, 3, 91, 31827, 2147158387, 9223372011085950171, 170141183460469231602560095290109272523, 57896044618658097711785492504343953923912733397452774312538303978325772978595 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Binomial transform of A318128.
a(n) = A318130(n) - 2^(2^(n - 1) - 1).
EXAMPLE
The a(2) = 3 sets of sets are {}, {{1},{2}}, {{1},{2},{1,2}}.
MATHEMATICA
Table[Length[Select[Subsets[Rest[Subsets[Range[n]]]], Or[#=={}, Intersection@@#=={}]&]], {n, 0, 4}]
CROSSREFS
Sequence in context: A156754 A331672 A213978 * A119121 A213987 A297479
KEYWORD
nonn
AUTHOR
Gus Wiseman, Aug 18 2018
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 March 29 09:32 EDT 2024. Contains 371268 sequences. (Running on oeis4.)