login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A374573
Number of sets of nonempty subsets of [n] where each element appears in at most n subsets.
1
1, 2, 8, 109, 11087, 15312665, 422059040480, 312210595377427422, 7962423724145466121172404, 8668986293188852191645897272339367
OFFSET
0,2
FORMULA
a(n) = A330964(n,n).
EXAMPLE
a(0) = 1: {}.
a(1) = 2: {}, {{1}}.
a(2) = 8: {}, {{1}}, {{2}}, {{1,2}}, {{1},{2}}, {{1},{1,2}}, {{2},{1,2}}, {{1},{2},{1,2}}.
CROSSREFS
Main diagonal of A330964.
Sequence in context: A374875 A322643 A178171 * A132523 A012554 A362727
KEYWORD
nonn,more
AUTHOR
Alois P. Heinz, Jul 11 2024
STATUS
approved