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 A109300 #11 Nov 23 2013 19:40:45 %S A109300 1,1,7,999999991 %N A109300 a(n) = number of positive integers whose rote height in gammas is n. %C A109300 a(n) is the sequence of first differences of A050924. Conversely, A050924 is the sequence of partial sums of a(n). This can be seen as follows. Let P(0) c P(1) c ... c P(n) c ... be an increasing sequence of sets of partial functions that is defined by the recursion: P(0) = {the empty function}, P(n+1) = {partial functions: P(n) -> P(n)}. Then |P(n)| = A050924(n+1) = number of positive integers of rote height at most n, hence |P(n)| - |P(n-1)| = a(n) = number of positive integers of rote height exactly n. %H A109300 J. Awbrey, <a href="https://oeis.org/wiki/Riffs_and_Rotes">Riffs and Rotes</a> %F A109300 a(n) is defined by the recursion a(n+1) = (b(n) + 1)^b(n) - b(n), where a(0) = 1 and b(n) = Sum_[0, n] a(i). %e A109300 Table of Rotes and Primal Functions for Positive Integers of Rote Height 2 %e A109300 ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` %e A109300 o-o ` ` o-o ` ` ` o-o ` o-o o-o ` ` o-o o-o ` ` ` o-o o-o ` ` o-o o-o o-o %e A109300 | ` ` ` | ` ` ` ` | ` ` | ` | ` ` ` | ` | ` ` ` ` | ` | ` ` ` | ` | ` | ` %e A109300 o-o ` o-o ` ` o-o o-o ` o---o ` ` o-o ` o-o ` o-o o---o ` ` o-o ` o---o ` %e A109300 | ` ` | ` ` ` | ` | ` ` | ` ` ` ` | ` ` | ` ` | ` | ` ` ` ` | ` ` | ` ` ` %e A109300 O ` ` O ` ` ` O===O ` ` O ` ` ` ` O=====O ` ` O===O ` ` ` ` O=====O ` ` ` %e A109300 ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` %e A109300 2:1 ` 1:2 ` ` 1:1 2:1 ` 2:2 ` ` ` 1:2 2:1 ` ` 1:1 2:2 ` ` ` 1:2 2:2 ` ` ` %e A109300 ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` %e A109300 3 ` ` 4 ` ` ` 6 ` ` ` ` 9 ` ` ` ` 12` ` ` ` ` 18` ` ` ` ` ` 36` ` ` ` ` ` %e A109300 ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` %Y A109300 Cf. A007097, A050924, A061396, A062504, A062537, A062860. %Y A109300 Cf. A109301, A106177, A108352, A108371, A111791 to A111800. %K A109300 nonn %O A109300 0,3 %A A109300 _Jon Awbrey_, Jul 04 2005, revised Sep 06 2005