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.
%I A306019 #15 Jan 16 2024 17:32:56 %S A306019 1,1,2,2,4,2,10,2,17,14,33,2,167,2,186,491,785,2,5839,2,11123,53454, %T A306019 15229,2,1102924,53537,193382,16334183,12411062,2,382413555,2, %U A306019 993814248,9763321547,53394774,1778595972,402119882757,2,1111261718,9674133468473,16955983996383 %N A306019 Number of non-isomorphic set-systems of weight n in which all parts have the same size. %C A306019 A set-system of weight n is a finite set of finite nonempty sets whose sizes sum to n. %H A306019 Andrew Howroyd, <a href="/A306019/b306019.txt">Table of n, a(n) for n = 0..50</a> %F A306019 a(p) = 2 for prime p. - _Andrew Howroyd_, Aug 29 2019 %F A306019 a(n) = Sum_{d|n} A331508(n/d, d) for n > 0. - _Andrew Howroyd_, Jan 16 2024 %e A306019 Non-isomorphic representatives of the a(6) = 10 set-systems: %e A306019 {{1,2,3,4,5,6}} %e A306019 {{1,2,3},{4,5,6}} %e A306019 {{1,2,5},{3,4,5}} %e A306019 {{1,3,4},{2,3,4}} %e A306019 {{1,2},{1,3},{2,3}} %e A306019 {{1,2},{3,4},{5,6}} %e A306019 {{1,2},{3,5},{4,5}} %e A306019 {{1,3},{2,4},{3,4}} %e A306019 {{1,4},{2,4},{3,4}} %e A306019 {{1},{2},{3},{4},{5},{6}} %o A306019 (PARI) \\ See A331508 for T(n,k). %o A306019 a(n) = {if(n==0, 1, sumdiv(n, d, if(d==1 || d==n, 1, T(n/d, d))))} \\ _Andrew Howroyd_, Jan 16 2024 %Y A306019 Cf. A000005, A001315, A007716, A038041, A049311, A283877, A298422, A306017, A306018, A306020, A306021. %K A306019 nonn %O A306019 0,3 %A A306019 _Gus Wiseman_, Jun 17 2018 %E A306019 Terms a(12) and beyond from _Andrew Howroyd_, Sep 01 2019