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 A091463 #14 Dec 27 2019 06:34:29 %S A091463 4,52,1060,21301,427873,8594032,172615738,3467079760,69638158519 %N A091463 a(n) is the smallest j such that 1/1 + 1/4 + 1/7 + ... + 1/j exceeds n. %F A091463 The next term is approximately the previous term * e^3. %t A091463 s = 0; k = 1; Do[ While[s = N[s + 1/k, 24]; s <= n, k += 3]; Print[k]; k += 3, {n, 1, 7}] %Y A091463 Cf. A002387, A056053, A056054, A091462, A091464. %K A091463 nonn,more %O A091463 1,1 %A A091463 _Robert G. Wilson v_, Jan 12 2004 %E A091463 Name edited by _Jon E. Schoenfield_, Dec 20 2019 %E A091463 a(8)-a(9) from _Hugo Pfoertner_, Dec 27 2019