login
A173183
a(n) the smallest number whose name in Spanish has the letter N in the n-th position starting from the end.
0
100, 1, 5, 100000, 9, 22, 23, 25, 24, 34, 51, 53, 55, 54
OFFSET
1,1
REFERENCES
Bulletin Los Acertijeros 77, June 1996, problem 608 by Rodolfo Kurchan.
EXAMPLE
a(1) = 100 because "cieN" has an N as its last letter (i.e., 1st, counting from the end) and is the smallest such number;
a(2) = 1 because 1 is the smallest number whose name in Spanish ("uNo") has an N as its next-to-last letter (i.e., 2nd, counting from the end);
Similarly, a(3) = 5 ("ciNco"), a(4) = 100000 ("cieNmil"), and a(5) = 9 ("Nueve").
CROSSREFS
Sequence in context: A283066 A267440 A154230 * A172179 A147804 A164847
KEYWORD
nonn,word,more
AUTHOR
Rodolfo Kurchan, Feb 11 2010
EXTENSIONS
Edited by Jon E. Schoenfield, Oct 06 2018
a(9)-a(14) from Alvin Hoover Belt, May 05 2020
STATUS
approved