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 A000655 #33 Jun 26 2024 09:33:32 %S A000655 1,3,5,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, %T A000655 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, %U A000655 4,4,4,4,4,4,4,4,4,4,4,4 %N A000655 a(n) = number of letters in a(n-1), a(1) = 1 (in English). %C A000655 Decimal expansion of 1219/900. - _Elmo R. Oliveira_, May 05 2024 %H A000655 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1). %F A000655 a(n) = 4 for n > 3, with a(1) = 1, a(2) = 3 and a(3) = 5. - _Wesley Ivan Hurt_, Oct 03 2020 %F A000655 E.g.f.: - 4 - 3*x - (1/2)*x^2 + (1/6)*x^3 + 4*exp(x). - _Alejandro J. Becerra Jr._, Feb 17 2021 %F A000655 G.f.: x*(1+2*x+2*x^2-x^3)/(1-x). - _Elmo R. Oliveira_, Jun 25 2024 %e A000655 One, three, five, four, four, four, ... %t A000655 Nest[Append[#, StringLength@ IntegerName[#[[-1]], "Words"]] &, {1}, 105] (* _Michael De Vlieger_, Feb 17 2021 *) %Y A000655 Cf. A005589 (number of letters). %Y A000655 Cf. A061504 (French), A101432 (Spanish), A328263 (Polish). %K A000655 nonn,word,easy %O A000655 1,2 %A A000655 _N. J. A. Sloane_