editing
approved
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”).
editing
approved
1;
1, 1;
2, 2, 2;
2, 3, 3, 3;
3, 4, 5, 5, 5;
2, 5, 6, 7, 7, 7;
4, 6, 9, 10, 11, 11, 11;
2, 7, 10, 13, 14, 15, 15, 15;
Diagonal Main diagonal gives: A000041.
approved
editing
editing
approved
C. Ji, <a href="https://arxiv.org/abs/1608.06025">Enumerative Properties of Posets Corresponding to a Certain Class of No Strategy Games</a>, arXiv:1608.06025 [math.CO], 2016
approved
editing
editing
approved
C. Ji, <a href="https://arxiv.org/abs/1608.06025">Enumerative Properties of Posets Corresponding to a Certain Class of No Strategy Games</a>, arXiv:1608.06025 [math.CO], 2016
approved
editing
editing
approved
T:= (n, k)-> `if` (n=0, 1, 0) +add (b(n-i, i, k), i=1..n):
seq (seq (T(n, k), k=0..n), n=0..20);
approved
editing
proposed
approved
editing
proposed