OFFSET
1,1
COMMENTS
This sequence uses American English spellings; e.g., 84672 ends in "six hundred seventy-two", not "six hundred and seventy-two" (cf. A006944). Also, for purposes of this sequence, hyphens are treated as spaces, so "seventy-two" is counted as two words ("seventy two"). - Jon E. Schoenfield, Nov 18 2018
a(10) > 10^138 if it exists. - Jonathan Pappas, Mar 12 2021
LINKS
Jonathan Pappas, Python program
EXAMPLE
84672 = "eighty four thousand six hundred seventy two" = 6*4*8*3*7*7*3 = 84672.
MATHEMATICA
Select[Range[10^5], Times@@StringLength/@StringSplit[StringReplace[#~IntegerName~"Words", {", "->"", "-"->" "}]]==#&] (* Giorgos Kalogeropoulos, Mar 20 2021 *)
PROG
CROSSREFS
KEYWORD
dumb,nonn,word
AUTHOR
Michael Kleber, Dec 01 2000
EXTENSIONS
a(7)-a(9) from Jonathan Pappas, Mar 12 2021
STATUS
approved