cp's OEIS Frontend

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.

Showing 1-3 of 3 results.

A000655 a(n) = number of letters in a(n-1), a(1) = 1 (in English).

Original entry on oeis.org

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, 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, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4
Offset: 1

Views

Author

Keywords

Comments

Decimal expansion of 1219/900. - Elmo R. Oliveira, May 05 2024

Examples

			One, three, five, four, four, four, ...
		

Crossrefs

Cf. A005589 (number of letters).
Cf. A061504 (French), A101432 (Spanish), A328263 (Polish).

Programs

  • Mathematica
    Nest[Append[#, StringLength@ IntegerName[#[[-1]], "Words"]] &, {1}, 105] (* Michael De Vlieger, Feb 17 2021 *)

Formula

a(n) = 4 for n > 3, with a(1) = 1, a(2) = 3 and a(3) = 5. - Wesley Ivan Hurt, Oct 03 2020
E.g.f.: - 4 - 3*x - (1/2)*x^2 + (1/6)*x^3 + 4*exp(x). - Alejandro J. Becerra Jr., Feb 17 2021
G.f.: x*(1+2*x+2*x^2-x^3)/(1-x). - Elmo R. Oliveira, Jun 25 2024

A101432 Each term is the number of letters in the Spanish name of the previous term.

Original entry on oeis.org

1, 3, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4
Offset: 0

Views

Author

Kevin Langdon (kevin.langdon(AT)polymath-systems.com), Jan 17 2005; corrected May 24 2005

Keywords

Examples

			Uno tres cuatro seis cuatro seis ...
		

Crossrefs

Cf. A011762 (number of letters).
Cf. A000655 (English), A061504 (French), A328263 (Polish).

Formula

a(n) = 5-(-1)^n for n>1, with a(0)=1 and a(1)=3. - Wesley Ivan Hurt, Oct 03 2020

Extensions

More terms from Kara A. Houck (kah979(AT)psu.edu), Apr 20 2006

A328263 a(n) = number of letters in a(n-1) (in Polish), with a(1) = 1.

Original entry on oeis.org

1, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6, 5, 4, 6
Offset: 1

Views

Author

Robert Bilinski, Oct 09 2019

Keywords

Comments

a(1) = 1; for n>1, a(n) = numbers of letters in Polish name for a(n-1).
Decimal expansion of 515/333. - Elmo R. Oliveira, May 05 2024

Examples

			Jeden, pięć, cztery, sześć, pięć, ...
		

Crossrefs

Cf. A008962 (number of letters).
Cf. A000655 (English), A061504 (French), A101432 (Spanish).

Formula

a(n) = a(n-3) for n > 4. - Elmo R. Oliveira, May 05 2024
Showing 1-3 of 3 results.