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.

A161406 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.

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