cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A318129 Number of sets of nonempty subsets of {1,...,n} with intersection {}.

Original entry on oeis.org

1, 1, 3, 91, 31827, 2147158387, 9223372011085950171, 170141183460469231602560095290109272523, 57896044618658097711785492504343953923912733397452774312538303978325772978595
Offset: 0

Views

Author

Gus Wiseman, Aug 18 2018

Keywords

Examples

			The a(2) = 3 sets of sets are {}, {{1},{2}}, {{1},{2},{1,2}}.
		

Crossrefs

Programs

  • Mathematica
    Table[Length[Select[Subsets[Rest[Subsets[Range[n]]]],Or[#=={},Intersection@@#=={}]&]],{n,0,4}]

Formula

Binomial transform of A318128.
a(n) = A318130(n) - 2^(2^n - 1). [corrected]