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-2 of 2 results.

A001162 Numbers containing an odd number of letters.

Original entry on oeis.org

1, 2, 3, 6, 7, 8, 10, 15, 16, 17, 21, 22, 23, 26, 27, 28, 31, 32, 33, 36, 37, 38, 40, 44, 45, 49, 50, 54, 55, 59, 60, 64, 65, 69, 70, 74, 75, 79, 81, 82, 83, 86, 87, 88, 91, 92, 93, 96, 97, 98
Offset: 1

Views

Author

William P. Everts [ bille(AT)regenisys.com ]

Keywords

Crossrefs

Cf. A005589, complement of A001161.

A336822 Integers with an even number of letters when written in Spanish.

Original entry on oeis.org

3, 4, 6, 8, 10, 11, 12, 15, 17, 19, 20, 23, 24, 26, 28, 33, 34, 36, 38, 40, 41, 42, 45, 47, 49, 53, 54, 56, 63, 64, 66, 68, 73, 74, 76, 78, 83, 84, 86, 88, 93, 94, 96, 98, 100, 103, 104, 106, 108, 110, 111, 112, 115, 117, 119, 120, 123, 124, 126, 128, 133, 134, 136, 138, 140, 141, 142, 145, 147, 149
Offset: 1

Views

Author

Rodolfo Kurchan, Aug 04 2020

Keywords

Examples

			a(4) = 8 because 8 in Spanish is written "ocho" and has 4 letters.
		

References

  • Rodolfo Kurchan, Problem 15, Diversiones con NĂºmeros y Figuras, (2000).

Crossrefs

Cf. A001161.

Programs

  • Mathematica
    Select[Range@ 150, EvenQ@ StringLength@ StringDelete[IntegerName[#, {"Spanish"}], " "] &] (* Michael De Vlieger, Aug 21 2020 *)
Showing 1-2 of 2 results.