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.

A323790 Number of non-isomorphic weight-n sets of sets of sets.

This page as a plain text file.
%I A323790 #6 Jan 28 2019 08:07:13
%S A323790 1,1,3,9,33,113,474,1985
%N A323790 Number of non-isomorphic weight-n sets of sets of sets.
%C A323790 Non-isomorphic sets of sets are counted by A283877.
%C A323790 All sets and multisets must be finite, and only the outermost may be empty.
%C A323790 The weight of an atom is 1, and the weight of a multiset is the sum of weights of its elements, counting multiplicity.
%e A323790 Non-isomorphic representatives of the a(1) = 1 through a(3) = 9 sets of sets of sets:
%e A323790   {{1}}  {{12}}      {{123}}
%e A323790          {{1}{2}}    {{1}{12}}
%e A323790          {{1}}{{2}}  {{1}{23}}
%e A323790                      {{1}}{{12}}
%e A323790                      {{1}}{{23}}
%e A323790                      {{1}{2}{3}}
%e A323790                      {{1}}{{1}{2}}
%e A323790                      {{1}}{{2}{3}}
%e A323790                      {{1}}{{2}}{{3}}
%e A323790 Non-isomorphic representatives of the a(4) = 33 sets of sets of sets:
%e A323790   {{1234}}             {{1}{123}}         {{1}{2}{12}}       {{1}}{{1}{12}}
%e A323790   {{1}{234}}           {{12}{13}}         {{1}}{{2}{12}}
%e A323790   {{12}{34}}           {{1}}{{123}}       {{12}}{{1}{2}}
%e A323790   {{1}}{{234}}         {{1}{2}{13}}       {{1}}{{2}}{{12}}
%e A323790   {{1}{2}{34}}         {{12}}{{13}}       {{1}}{{2}}{{1}{2}}
%e A323790   {{12}}{{34}}         {{1}}{{1}{23}}
%e A323790   {{1}}{{2}{34}}       {{1}}{{2}{13}}
%e A323790   {{1}{2}{3}{4}}       {{12}}{{1}{3}}
%e A323790   {{12}}{{3}{4}}       {{2}}{{1}{13}}
%e A323790   {{1}}{{2}}{{34}}     {{1}}{{1}{2}{3}}
%e A323790   {{1}}{{2}{3}{4}}     {{1}}{{2}}{{13}}
%e A323790   {{1}{2}}{{3}{4}}     {{1}{2}}{{1}{3}}
%e A323790   {{1}}{{2}}{{3}{4}}   {{1}}{{2}}{{1}{3}}
%e A323790   {{1}}{{2}}{{3}}{{4}}
%Y A323790 Cf. A004111, A007716, A049311, A050326, A050343, A283877, A306186, A316980, A318564, A318565, A318566, A318812.
%Y A323790 Cf. A323787, A323788, A323789, A323791, A323792, A323793, A323794, A323795.
%K A323790 nonn,more
%O A323790 0,3
%A A323790 _Gus Wiseman_, Jan 27 2019