login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A102869
Smallest nonnegative integer whose standard American English name has n vowels.
3
2, 0, 11, 14, 102, 101, 111, 114, 1014, 1102, 1101, 1111, 1014, 11114, 14114, 101111, 101114, 111114, 114114
OFFSET
1,1
COMMENTS
a(n) = the least k such that V(k) = n, where V(n) = the number of vowels in the standard English name of a nonnegative integer. V(n) begins (with offset 0): 2,2,1,2,2,2,1,2,2,2,1,3... Extended by Ray Chandler.
EXAMPLE
a(1) = 2 [twO], where "two" is the smallest integer with 1 vowel.
a(2) = 0 [zErO], where "zero" is the smallest integer with 2 vowels.
a(3) = 11 [ElEvEn]
a(4) = 14 [fOUrtEEn]
a(5) = 102 [OnE hUndrEd twO]
a(6) = 101 [OnE hUndrEd OnE]
a(7) = 111 [OnE hUndrEd ElEvEn]
a(8) = 114 [OnE hUndrEd fOUrtEEn]
a(9) = 1014 [OnE thOUsAnd fOUrtEEn]
a(10) = 1102 [OnE thOUsAnd OnE hUndrEd twO]
a(11) = 1101 [OnE thOUsAnd OnE hUndrEd OnE]
a(12) = 1111 [OnE thOUsAnd OnE hUndrEd ElEvEn]
a(13) = 1014 [OnE thOUsAnd fOUrtEEn]
a(14) = 11114 [ElEvEn thOUsAnd OnE hUndrEd fOUrtEEn]
a(15) = 14114 [fOUrtEEn thOUsAnd OnE hUndrEd fOUrtEEn]
a(16) = 101111 [OnE hUndrEd OnE thOUsAnd OnE hUndrEd ElEvEn]
a(17) = 101114 [OnE hUndrEd OnE thOUsAnd OnE hUndrEd fOUrtEEn]
a(18) = 111114 [OnE hUndrEd ElEvEn thOUsAnd OnE hUndrEd fOUrtEEn]
a(19) = 114114 [OnE hUndrEd fOUrtEEn thOUsAnd OnE hUndrEd fOUrtEEn]
CROSSREFS
Sequence in context: A138542 A057862 A265512 * A274177 A364375 A075533
KEYWORD
easy,nonn,word
AUTHOR
Jonathan Vos Post, Mar 01 2005
STATUS
approved