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”).
%I #6 Nov 23 2013 19:41:32
%S 1,1,2,2,4,2,10,8,1,24,32,16
%N Triangle T(g, h) = number of rotes of weight g and height h, both in gammas.
%C T(g, h) = |{positive integers m : A062537(m) = g and A109301(m) = h}|.
%C Row sums = A061396. Column sums = A109300. See A111792 for details.
%C Main diagonal T(j, j) = 2^(j-1) for j > 0, T(0, 0) = 1.
%H J. Awbrey, <a href="https://oeis.org/wiki/Riffs_and_Rotes">Riffs and Rotes</a>
%e Table T(g, h), omitting zeros, starts out as follows:
%e g\h| 0 ` 1 ` 2 ` 3 ` 4 ` 5
%e ---+-----------------------
%e `0 | 1
%e `1 | ` ` 1
%e `2 | ` ` ` ` 2
%e `3 | ` ` ` ` 2 ` 4
%e `4 | ` ` ` ` 2 `10 ` 8
%e `5 | ` ` ` ` 1 `24 `32 `16
%Y Cf. A007097, A050924, A061396, A062504, A062537, A062860.
%Y Cf. A109300, A109301, A111791, A111792, A111794, A111800.
%K nonn,tabf
%O 1,3
%A _Jon Awbrey_, Aug 26 2005, revised Aug 28 2005