%I #9 Dec 28 2015 04:40:54
%S 1,2,3,4,6,9,12,18,36,5,7,8,10,13,14,15,16,20,21,23,24,25,26,27,28,30,
%T 35,37,39,40,42,45,46,48,49,50,52,54,56,60,61,63,64,65,69,70,72,74,75,
%U 78,80,81,84,90,91,92,98,100
%N Positive integers sorted by rote height, as measured by A109301.
%H J. Awbrey, <a href="https://oeis.org/wiki/Riffs_and_Rotes">Riffs and Rotes</a>
%e Table in which the h-th row lists the positive integers of rote height h:
%e h | m such that rhig(m) = A109301(m) = h
%e --+------------------------------------------------------
%e 0 | 1
%e --+------------------------------------------------------
%e 1 | 2
%e --+------------------------------------------------------
%e 2 | 3 4 6 9 12 18 36
%e --+------------------------------------------------------
%e 3 | 5 7 8 10 13 14 15 16 20 21 23 24 25 26 27 28 30
%e | 35 37 39 40 42 45 46 48 49 50 52 54 56 60 61 63
%e | 64 65 69 70 72 74 75 78 80 81 84 90 91 92 98 100 ...
%e --+------------------------------------------------------
%e 4 | 11 17 19 22 29 32 33 34 38 41 43 44 47 51 53 55
%e | 57 58 66 68 71 73 76 77 82 83 85 86 87 88 89 94
%e | 95 96 97 99 ...
%e --+------------------------------------------------------
%e 5 | 31 59 62 67 79 93 ...
%e --+------------------------------------------------------
%e First column = A007097. Count in h^th row = A109300(h).
%e Cumulative count up through the h^th row = A050924(h+1).
%Y Cf. A007097, A050924, A061396, A062504, A062537, A062860.
%Y Cf. A109300, A109301, A111792 to A111800.
%K nonn,tabf
%O 1,2
%A _Jon Awbrey_, Aug 24 2005, revised Sep 02 2005