%I #24 Jun 11 2021 12:25:30
%S 43,52,40,65,82,45,54,60,43,69,45,38,28,53,68,71,84,90,73,99,77,133,
%T 121,146,163,126,135,141,124,150,90,168,156,181,198,161,170,176,159,
%U 185,86,164,152,177,194,157,166,172,155,181,92,170,158,183,200,163,172,178,161
%N Write the Spanish name for n (ignoring spaces) and add numerical values of letters using a=1, b=2, ..., ñ=15, ..., y=26, z=27, n >= 0.
%C Spanish has one more letter than English: ñ is the 15th letter.
%e From _Omar E. Pol_, May 10 2021: (Start)
%e ----------------------------------------------------
%e n Name Calculation a(n)
%e ----------------------------------------------------
%e 0 Cero 3 + 5 + 19 + 16 = 43
%e 1 Uno 22 + 14 + 16 = 52
%e 2 Dos 4 + 16 + 20 = 40
%e 3 Tres 21 + 19 + 5 + 20 = 65
%e 4 Cuatro 3 + 22 + 1 + 21 + 19 + 16 = 82
%e 5 Cinco 3 + 9 + 14 + 3 + 16 = 45
%e 6 Seis 20 + 5 + 9 + 20 = 54
%e 7 Siete 20 + 9 + 5 + 21 + 5 = 60
%e 8 Ocho 16 + 3 + 8 + 16 = 43
%e 9 Nueve 14 + 22 + 5 + 23 + 5 = 69
%e 10 Diez 4 + 9 + 5 + 27 = 45
%e 11 Once 16 + 14 + 3 + 5 = 38
%e 12 Doce 4 + 16 + 3 + 5 = 28
%e ... (End)
%Y For analogs in other languages see A073327 (U.S. English), A169639 (French), A119945 (German).
%K nonn,word
%O 0,1
%A _Claudio Meller_, Jun 09 2009
%E Name edited and offset corrected by _Omar E. Pol_, Jun 10 2021