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.

A291057 Cardinality of the smallest nonempty class of length minimal languages with exactly n nonempty words each over a countably infinite alphabet such that within each prefix of a word every letter of the alphabet is at least as frequent as the subsequent alphabet letter.

This page as a plain text file.
%I A291057 #27 Jul 14 2024 12:35:53
%S A291057 1,1,2,1,4,6,4,1,10,45,120,210,252,210,120,45,10,1,26,325,2600,14950,
%T A291057 65780,230230,657800,1562275,3124550,5311735,7726160,9657700,10400600,
%U A291057 9657700,7726160,5311735,3124550,1562275,657800,230230,65780,14950,2600,325,26,1
%N A291057 Cardinality of the smallest nonempty class of length minimal languages with exactly n nonempty words each over a countably infinite alphabet such that within each prefix of a word every letter of the alphabet is at least as frequent as the subsequent alphabet letter.
%C A291057 a(n) is the smallest nonzero term in column n of A293815.
%H A291057 Alois P. Heinz, <a href="/A291057/b291057.txt">Table of n, a(n) for n = 0..1115</a>
%e A291057 a(0) = 1: {{}}.
%e A291057 a(1) = 1: {{a}}.
%e A291057 a(2) = 2: {{a,aa}, {a,ab}}.
%e A291057 a(3) = 1: {{a,aa,ab}}.
%e A291057 a(4) = 4: {{a,aa,ab,aaa}, {a,aa,ab,aab}, {a,aa,ab,aba}, {a,aa,ab,abc}}.
%e A291057 a(5) = 6: {{a,aa,ab,aaa,aab}, {a,aa,ab,aaa,aba}, {a,aa,ab,aaa,abc}, {a,aa,aab,aba}, {a,aa,ab,aab,ab,abc}, {a,aa,ab,aba,abc}}.
%e A291057 a(6) = 4: {{a,aa,ab,aaa,aab,aba}, {a,aa,ab,aaa,aab,abc}, {a,aa,ab,aaa,aba,abc}, {a,aa,ab,aab,aba,abc}}.
%e A291057 a(7) = 1: {{a,aa,ab,aaa,aab,aba,abc}}.
%e A291057 Breaking the sequence into lines after each 1 gives an irregular triangle whose j-th row equals the A000085(j)-th row of A007318 without its leftmost term. The leftmost column of this triangle is A000085:
%e A291057    1;
%e A291057    1;
%e A291057    2,   1;
%e A291057    4,   6,    4,     1;
%e A291057   10,  45,  120,   210,   252,    210,    120,      45,      10,   1;
%e A291057   26, 325, 2600, 14950, 65780, 230230, 657800, 1562275, 3124550, ...
%e A291057   ...
%Y A291057 Cf. A000085, A007318, A293815, A294129.
%K A291057 nonn,look
%O A291057 0,3
%A A291057 _Alois P. Heinz_, Oct 20 2017