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!)
A318130 Number of sets of subsets of {1,...,n} with intersection {}. 4
2, 3, 11, 219, 64595, 4294642035, 18446744047940725979, 340282366920938463334247399005993378251, 115792089237316195423570985008687907850547725730273056332267095982282337798563 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
Binomial transform of A131288.
Inverse binomial transform of A119563(n) = 2^(2^n) + 2^n - 1.
EXAMPLE
The a(2) = 11 sets of sets:
{}
{{}}
{{},{1}}
{{},{2}}
{{1},{2}}
{{},{1,2}}
{{},{1},{2}}
{{},{1},{1,2}}
{{},{2},{1,2}}
{{1},{2},{1,2}}
{{},{1},{2},{1,2}}
MATHEMATICA
Table[Length[Select[Subsets[Subsets[Range[n]]], Or[#=={}, Intersection@@#=={}]&]], {n, 0, 4}]
CROSSREFS
Sequence in context: A135161 A066100 A029497 * A109809 A211349 A096456
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 May 9 16:51 EDT 2024. Contains 372354 sequences. (Running on oeis4.)