OFFSET
1,1
COMMENTS
There are 107 terms, considering all terms up to 10^66 using English names of large numbers and various conventional extensions thereof (see Wikipedia link), since quadrillion, quintillion, etc. each have three or more syllables themselves. Terms like "one googol" (or possibly "a googol"), "two googol," ..., "twelve googol" are unconventional, hence disallowed. - Michael S. Branicky, May 28 2024
LINKS
Michael S. Branicky, Table of n, a(n) for n = 1..107
Wikipedia, Names of Large Numbers
FORMULA
A075774(a(n)) = 3. - Michael S. Branicky, May 27 2024
EXAMPLE
a(2) = 17 is the second number whose name in American English has exactly three syllables: "seventeen".
PROG
(Python) # uses function in A075774
print([k for k in range(501) if A075774(k) == 3]) # Michael S. Branicky, May 27 2024
CROSSREFS
KEYWORD
nonn,easy,fini,full,word,less
AUTHOR
Marc Groz, May 13 2024
STATUS
approved