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 A050924 #15 Aug 13 2020 19:22:20 %S A050924 0,1,2,9,1000000000 %N A050924 a(n) = (a(n-1)+1)^(a(n-1)), a(0) = 0. %C A050924 Let S(1) c S(2) c ... c S(n) c ... be an increasing sequence of sets of partial functions that is defined as follows: S(0) = empty set, S(n) = {partial functions: S(n-1) -> S(n-1)}. Then |S(n)| = a(n). - _Jon Awbrey_, Jul 04 2005 %H A050924 J. Awbrey, <a href="https://oeis.org/wiki/Riffs_and_Rotes">Riffs and Rotes</a> %t A050924 NestList[(#+1)^#&,0,4] (* _Harvey P. Dale_, Aug 13 2020 *) %Y A050924 Cf. A109300, A109301. %K A050924 easy,nonn %O A050924 0,3 %A A050924 Klaus Strassburger (strass(AT)ddfi.uni-duesseldorf.de), Dec 30 1999 %E A050924 The next term is approximately e * 10^9000000000, with nine-place accuracy. - _Franklin T. Adams-Watters_, Nov 16 2006 %E A050924 a(5) = 2.7182818270999043223766*10^9000000000 = e * 10^9000000000 * 0.9999999995000000004583. - _Jon E. Schoenfield_, Nov 24 2013