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.

A161377 Position of first letter of n in alphabet (in Spanish).

Original entry on oeis.org

3, 22, 4, 21, 3, 3, 20, 20, 16, 14, 4, 16, 4, 21, 3, 18, 4, 4, 4, 4, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 16
Offset: 0

Views

Author

Claudio Meller, Jun 08 2009

Keywords

Comments

The 15th letter in the Spanish alphabet is ñ. - J. Lowell, Feb 02 2021
The 27 letters in the Spanish alphabet are ABCDEFGHIJKLMNÑOPQRSTUVWXYZ, abcdefghijklmnñopqrstuvwxyz. - Omar E. Pol, Feb 03 2021

Examples

			0 = Cero begins with 'C' and 'C' is the third letter, hence a(0) = 3.
1 = Uno begins with 'U' and 'U' is the 22nd letter in the Spanish alphabet, hence a(1) = 22.
2 = Dos begins with 'D' and 'D' is the fourth letter, hence a(2) = 4.
		

Crossrefs

Cf. A005606.

Extensions

Offset corrected by Álvar Ibeas, Sep 18 2020