login
Position of first letter of n in alphabet (in Spanish).
3

%I #32 Feb 03 2021 23:13:54

%S 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,

%T 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,

%U 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

%N Position of first letter of n in alphabet (in Spanish).

%C The 15th letter in the Spanish alphabet is ñ. - _J. Lowell_, Feb 02 2021

%C The 27 letters in the Spanish alphabet are ABCDEFGHIJKLMNÑOPQRSTUVWXYZ, abcdefghijklmnñopqrstuvwxyz. - _Omar E. Pol_, Feb 03 2021

%H Álvar Ibeas, <a href="/A161377/b161377.txt">Table of n, a(n) for n = 0..10000</a>

%H Wikipedia, <a href="https://en.wikipedia.org/wiki/Spanish_orthography#Alphabet_in_Spanish">Spanish orthography</a>

%e 0 = Cero begins with 'C' and 'C' is the third letter, hence a(0) = 3.

%e 1 = Uno begins with 'U' and 'U' is the 22nd letter in the Spanish alphabet, hence a(1) = 22.

%e 2 = Dos begins with 'D' and 'D' is the fourth letter, hence a(2) = 4.

%Y Cf. A005606.

%K nonn,word

%O 0,1

%A _Claudio Meller_, Jun 08 2009

%E Offset corrected by _Álvar Ibeas_, Sep 18 2020