OFFSET
1,1
COMMENTS
There are a finite number of terms, considering all terms up to 10^66 using English names of large numbers and various conventional extensions thereof (see Wikipedia link). - Michael S. Branicky, May 27 2024
LINKS
Kyle Stern, Table of n, a(n) for n = 1..100
Wikipedia, Names of Large Numbers
FORMULA
A075774(a(n)) = 4. - Michael S. Branicky, May 27 2024
EXAMPLE
27 = "twen-ty sev-en", 101 = "one hun-dred one"
PROG
(Python) # uses function in A075774
print([k for k in range(500) if A075774(k) == 4]) # Michael S. Branicky, May 27 2024
CROSSREFS
KEYWORD
easy,nonn,fini,word
AUTHOR
Kyle Stern, Sep 28 2010
EXTENSIONS
Corrected by Kyle Stern, Sep 30 2010
STATUS
approved