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.

A011762 Number of letters in n (in Spanish).

Original entry on oeis.org

4, 3, 3, 4, 6, 5, 4, 5, 4, 5, 4, 4, 4, 5, 7, 6, 9, 10, 9, 10, 6, 9, 9, 10, 12, 11, 10, 11, 10, 11, 7, 11, 11, 12, 14, 13, 12, 13, 12, 13, 8, 12, 12, 13, 15, 14, 13, 14, 13, 14, 9, 13, 13, 14, 16, 15, 14, 15, 14, 15, 7, 11, 11, 12, 14, 13, 12, 13, 12, 13, 7, 11, 11, 12, 14, 13, 12, 13, 12
Offset: 0

Views

Author

Juan-Carlos Lerman (jclerm(AT)aztec.asu.edu)

Keywords

Comments

Spaces are ignored.

Programs

  • Mathematica
    Table[Length[Select[Characters[IntegerName[n,{"Spanish"}]],LetterQ]],{n,0,78}] (* James C. McMahon, Mar 31 2024 *)

Extensions

Extended by Ray Chandler, Jul 16 2009