wordnum([one],[],1).
wordnum([two],[],2).
wordnum([three],[],3).
wordnum([four],[],4).
wordnum([five],[],5).
wordnum([six],[],6).
wordnum([seven],[],7).
wordnum([eight],[],8).
wordnum([nine],[],9).
wordnum([ten],[],10).
wordnum([eleven],[],11).
wordnum([twelve],[],12).
wordnum([thirteen],[],13).
wordnum([fourteen],[],14).
wordnum([fifteen],[],15).
wordnum([sixteen],[],16).
wordnum([seventeen],[],17).
wordnum([eighteen],[],18).
wordnum([nineteen],[],19).
wordnum([twenty],[],20).
wordnum([thirty],[],30).
wordnum([forty],[],40).
wordnum([fifty],[],50).
wordnum([sixty],[],60).
wordnum([seventy],[],70).
wordnum([eighty],[],80).
wordnum([ninety],[],90).
wordnum([twenty,one],[],20+1).
wordnum([twenty,two],[],20+2).
wordnum([twenty,three],[],20+3).
wordnum([twenty,four],[],20+4).
wordnum([twenty,five],[],20+5).
wordnum([twenty,six],[],20+6).
wordnum([twenty,seven],[],20+7).
wordnum([twenty,eight],[],20+8).
wordnum([twenty,nine],[],20+9).
wordnum([thirty,one],[],30+1).
wordnum([thirty,two],[],30+2).
wordnum([thirty,three],[],30+3).
wordnum([thirty,four],[],30+4).
wordnum([thirty,five],[],30+5).
wordnum([thirty,six],[],30+6).
wordnum([thirty,seven],[],30+7).
wordnum([thirty,eight],[],30+8).
wordnum([thirty,nine],[],30+9).
wordnum([forty,one],[],40+1).
wordnum([forty,two],[],40+2).
wordnum([forty,three],[],40+3).
wordnum([forty,four],[],40+4).
wordnum([forty,five],[],40+5).
wordnum([forty,six],[],40+6).
wordnum([forty,seven],[],40+7).
wordnum([forty,eight],[],40+8).
wordnum([forty,nine],[],40+9).
wordnum([fifty,one],[],50+1).
wordnum([fifty,two],[],50+2).
wordnum([fifty,three],[],50+3).
wordnum([fifty,four],[],50+4).
wordnum([fifty,five],[],50+5).
wordnum([fifty,six],[],50+6).
wordnum([fifty,seven],[],50+7).
wordnum([fifty,eight],[],50+8).
wordnum([fifty,nine],[],50+9).
wordnum([sixty,one],[],60+1).
wordnum([sixty,two],[],60+2).
wordnum([sixty,three],[],60+3).
wordnum([sixty,four],[],60+4).
wordnum([sixty,five],[],60+5).
wordnum([sixty,six],[],60+6).
wordnum([sixty,seven],[],60+7).
wordnum([sixty,eight],[],60+8).
wordnum([sixty,nine],[],60+9).
wordnum([seventy,one],[],70+1).
wordnum([seventy,two],[],70+2).
wordnum([seventy,three],[],70+3).
wordnum([seventy,four],[],70+4).
wordnum([seventy,five],[],70+5).
wordnum([seventy,six],[],70+6).
wordnum([seventy,seven],[],70+7).
wordnum([seventy,eight],[],70+8).
wordnum([seventy,nine],[],70+9).
wordnum([eighty,one],[],80+1).
wordnum([eighty,two],[],80+2).
wordnum([eighty,three],[],80+3).
wordnum([eighty,four],[],80+4).
wordnum([eighty,five],[],80+5).
wordnum([eighty,six],[],80+6).
wordnum([eighty,seven],[],80+7).
wordnum([eighty,eight],[],80+8).
wordnum([eighty,nine],[],80+9).
wordnum([ninety,one],[],90+1).
wordnum([ninety,two],[],90+2).
wordnum([ninety,three],[],90+3).
wordnum([ninety,four],[],90+4).
wordnum([ninety,five],[],90+5).
wordnum([ninety,six],[],90+6).
wordnum([ninety,seven],[],90+7).
wordnum([ninety,eight],[],90+8).
wordnum([ninety,nine],[],90+9).
wordnum([one,hundred],[],1*100).
wordnum([two,hundred],[],2*100).
wordnum([three,hundred],[],3*100).
wordnum([four,hundred],[],4*100).
wordnum([five,hundred],[],5*100).
wordnum([six,hundred],[],6*100).
wordnum([seven,hundred],[],7*100).
wordnum([eight,hundred],[],8*100).
wordnum([nine,hundred],[],9*100).
wordnum([one,hundred,and,one],[],1*100+1).
wordnum([one,hundred,and,two],[],1*100+2).
wordnum([one,hundred,and,three],[],1*100+3).
wordnum([one,hundred,and,four],[],1*100+4).
wordnum([one,hundred,and,five],[],1*100+5).
wordnum([one,hundred,and,six],[],1*100+6).
wordnum([one,hundred,and,seven],[],1*100+7).
wordnum([one,hundred,and,eight],[],1*100+8).
wordnum([one,hundred,and,nine],[],1*100+9).
wordnum([one,hundred,and,ten],[],1*100+10).
wordnum([one,hundred,and,eleven],[],1*100+11).
wordnum([one,hundred,and,twelve],[],1*100+12).
wordnum([one,hundred,and,thirteen],[],1*100+13).
wordnum([one,hundred,and,fourteen],[],1*100+14).
wordnum([one,hundred,and,fifteen],[],1*100+15).
wordnum([one,hundred,and,sixteen],[],1*100+16).
wordnum([one,hundred,and,seventeen],[],1*100+17).
wordnum([one,hundred,and,eighteen],[],1*100+18).
wordnum([one,hundred,and,nineteen],[],1*100+19).
wordnum([one,hundred,and,twenty],[],1*100+20).
wordnum([one,hundred,and,thirty],[],1*100+30).
wordnum([one,hundred,and,forty],[],1*100+40).
wordnum([one,hundred,and,fifty],[],1*100+50).
wordnum([one,hundred,and,sixty],[],1*100+60).
wordnum([one,hundred,and,seventy],[],1*100+70).
wordnum([one,hundred,and,eighty],[],1*100+80).
wordnum([one,hundred,and,ninety],[],1*100+90).
wordnum([one,hundred,and,twenty,one],[],1*100+(20+1)).
wordnum([one,hundred,and,twenty,two],[],1*100+(20+2)).
wordnum([one,hundred,and,twenty,three],[],1*100+(20+3)).
wordnum([one,hundred,and,twenty,four],[],1*100+(20+4)).
wordnum([one,hundred,and,twenty,five],[],1*100+(20+5)).
wordnum([one,hundred,and,twenty,six],[],1*100+(20+6)).
wordnum([one,hundred,and,twenty,seven],[],1*100+(20+7)).
wordnum([one,hundred,and,twenty,eight],[],1*100+(20+8)).
wordnum([one,hundred,and,twenty,nine],[],1*100+(20+9)).
wordnum([one,hundred,and,thirty,one],[],1*100+(30+1)).
wordnum([one,hundred,and,thirty,two],[],1*100+(30+2)).
wordnum([one,hundred,and,thirty,three],[],1*100+(30+3)).
wordnum([one,hundred,and,thirty,four],[],1*100+(30+4)).
wordnum([one,hundred,and,thirty,five],[],1*100+(30+5)).
wordnum([one,hundred,and,thirty,six],[],1*100+(30+6)).
wordnum([one,hundred,and,thirty,seven],[],1*100+(30+7)).
wordnum([one,hundred,and,thirty,eight],[],1*100+(30+8)).
wordnum([one,hundred,and,thirty,nine],[],1*100+(30+9)).
wordnum([one,hundred,and,forty,one],[],1*100+(40+1)).
wordnum([one,hundred,and,forty,two],[],1*100+(40+2)).
wordnum([one,hundred,and,forty,three],[],1*100+(40+3)).
wordnum([one,hundred,and,forty,four],[],1*100+(40+4)).
wordnum([one,hundred,and,forty,five],[],1*100+(40+5)).
wordnum([one,hundred,and,forty,six],[],1*100+(40+6)).
wordnum([one,hundred,and,forty,seven],[],1*100+(40+7)).
wordnum([one,hundred,and,forty,eight],[],1*100+(40+8)).
wordnum([one,hundred,and,forty,nine],[],1*100+(40+9)).
wordnum([one,hundred,and,fifty,one],[],1*100+(50+1)).
wordnum([one,hundred,and,fifty,two],[],1*100+(50+2)).
wordnum([one,hundred,and,fifty,three],[],1*100+(50+3)).
wordnum([one,hundred,and,fifty,four],[],1*100+(50+4)).
wordnum([one,hundred,and,fifty,five],[],1*100+(50+5)).
wordnum([one,hundred,and,fifty,six],[],1*100+(50+6)).
wordnum([one,hundred,and,fifty,seven],[],1*100+(50+7)).
wordnum([one,hundred,and,fifty,eight],[],1*100+(50+8)).
wordnum([one,hundred,and,fifty,nine],[],1*100+(50+9)).
wordnum([one,hundred,and,sixty,one],[],1*100+(60+1)).
wordnum([one,hundred,and,sixty,two],[],1*100+(60+2)).
wordnum([one,hundred,and,sixty,three],[],1*100+(60+3)).
wordnum([one,hundred,and,sixty,four],[],1*100+(60+4)).
wordnum([one,hundred,and,sixty,five],[],1*100+(60+5)).
wordnum([one,hundred,and,sixty,six],[],1*100+(60+6)).
wordnum([one,hundred,and,sixty,seven],[],1*100+(60+7)).
wordnum([one,hundred,and,sixty,eight],[],1*100+(60+8)).
wordnum([one,hundred,and,sixty,nine],[],1*100+(60+9)).
wordnum([one,hundred,and,seventy,one],[],1*100+(70+1)).
wordnum([one,hundred,and,seventy,two],[],1*100+(70+2)).
wordnum([one,hundred,and,seventy,three],[],1*100+(70+3)).
wordnum([one,hundred,and,seventy,four],[],1*100+(70+4)).
wordnum([one,hundred,and,seventy,five],[],1*100+(70+5)).
wordnum([one,hundred,and,seventy,six],[],1*100+(70+6)).
wordnum([one,hundred,and,seventy,seven],[],1*100+(70+7)).
wordnum([one,hundred,and,seventy,eight],[],1*100+(70+8)).
wordnum([one,hundred,and,seventy,nine],[],1*100+(70+9)).
wordnum([one,hundred,and,eighty,one],[],1*100+(80+1)).
wordnum([one,hundred,and,eighty,two],[],1*100+(80+2)).
wordnum([one,hundred,and,eighty,three],[],1*100+(80+3)).
wordnum([one,hundred,and,eighty,four],[],1*100+(80+4)).
wordnum([one,hundred,and,eighty,five],[],1*100+(80+5)).
wordnum([one,hundred,and,eighty,six],[],1*100+(80+6)).
wordnum([one,hundred,and,eighty,seven],[],1*100+(80+7)).
wordnum([one,hundred,and,eighty,eight],[],1*100+(80+8)).
wordnum([one,hundred,and,eighty,nine],[],1*100+(80+9)).
wordnum([one,hundred,and,ninety,one],[],1*100+(90+1)).
wordnum([one,hundred,and,ninety,two],[],1*100+(90+2)).
wordnum([one,hundred,and,ninety,three],[],1*100+(90+3)).
wordnum([one,hundred,and,ninety,four],[],1*100+(90+4)).
wordnum([one,hundred,and,ninety,five],[],1*100+(90+5)).
wordnum([one,hundred,and,ninety,six],[],1*100+(90+6)).
wordnum([one,hundred,and,ninety,seven],[],1*100+(90+7)).
wordnum([one,hundred,and,ninety,eight],[],1*100+(90+8)).
wordnum([one,hundred,and,ninety,nine],[],1*100+(90+9)).
wordnum([two,hundred,and,one],[],2*100+1).
wordnum([two,hundred,and,two],[],2*100+2).
wordnum([two,hundred,and,three],[],2*100+3).
wordnum([two,hundred,and,four],[],2*100+4).
wordnum([two,hundred,and,five],[],2*100+5).
wordnum([two,hundred,and,six],[],2*100+6).
wordnum([two,hundred,and,seven],[],2*100+7).
wordnum([two,hundred,and,eight],[],2*100+8).
wordnum([two,hundred,and,nine],[],2*100+9).
wordnum([two,hundred,and,ten],[],2*100+10).
wordnum([two,hundred,and,eleven],[],2*100+11).
wordnum([two,hundred,and,twelve],[],2*100+12).
wordnum([two,hundred,and,thirteen],[],2*100+13).
wordnum([two,hundred,and,fourteen],[],2*100+14).
wordnum([two,hundred,and,fifteen],[],2*100+15).
wordnum([two,hundred,and,sixteen],[],2*100+16).
wordnum([two,hundred,and,seventeen],[],2*100+17).
wordnum([two,hundred,and,eighteen],[],2*100+18).
wordnum([two,hundred,and,nineteen],[],2*100+19).
wordnum([two,hundred,and,twenty],[],2*100+20).
wordnum([two,hundred,and,thirty],[],2*100+30).
wordnum([two,hundred,and,forty],[],2*100+40).
wordnum([two,hundred,and,fifty],[],2*100+50).
wordnum([two,hundred,and,sixty],[],2*100+60).
wordnum([two,hundred,and,seventy],[],2*100+70).
wordnum([two,hundred,and,eighty],[],2*100+80).
wordnum([two,hundred,and,ninety],[],2*100+90).
wordnum([two,hundred,and,twenty,one],[],2*100+(20+1)).
wordnum([two,hundred,and,twenty,two],[],2*100+(20+2)).
wordnum([two,hundred,and,twenty,three],[],2*100+(20+3)).
wordnum([two,hundred,and,twenty,four],[],2*100+(20+4)).
wordnum([two,hundred,and,twenty,five],[],2*100+(20+5)).
wordnum([two,hundred,and,twenty,six],[],2*100+(20+6)).
wordnum([two,hundred,and,twenty,seven],[],2*100+(20+7)).
wordnum([two,hundred,and,twenty,eight],[],2*100+(20+8)).
wordnum([two,hundred,and,twenty,nine],[],2*100+(20+9)).
wordnum([two,hundred,and,thirty,one],[],2*100+(30+1)).
wordnum([two,hundred,and,thirty,two],[],2*100+(30+2)).
wordnum([two,hundred,and,thirty,three],[],2*100+(30+3)).
wordnum([two,hundred,and,thirty,four],[],2*100+(30+4)).
wordnum([two,hundred,and,thirty,five],[],2*100+(30+5)).
wordnum([two,hundred,and,thirty,six],[],2*100+(30+6)).
wordnum([two,hundred,and,thirty,seven],[],2*100+(30+7)).
wordnum([two,hundred,and,thirty,eight],[],2*100+(30+8)).
wordnum([two,hundred,and,thirty,nine],[],2*100+(30+9)).
wordnum([two,hundred,and,forty,one],[],2*100+(40+1)).
wordnum([two,hundred,and,forty,two],[],2*100+(40+2)).
wordnum([two,hundred,and,forty,three],[],2*100+(40+3)).
wordnum([two,hundred,and,forty,four],[],2*100+(40+4)).
wordnum([two,hundred,and,forty,five],[],2*100+(40+5)).
wordnum([two,hundred,and,forty,six],[],2*100+(40+6)).
wordnum([two,hundred,and,forty,seven],[],2*100+(40+7)).
wordnum([two,hundred,and,forty,eight],[],2*100+(40+8)).
wordnum([two,hundred,and,forty,nine],[],2*100+(40+9)).
wordnum([two,hundred,and,fifty,one],[],2*100+(50+1)).
wordnum([two,hundred,and,fifty,two],[],2*100+(50+2)).
wordnum([two,hundred,and,fifty,three],[],2*100+(50+3)).
wordnum([two,hundred,and,fifty,four],[],2*100+(50+4)).
wordnum([two,hundred,and,fifty,five],[],2*100+(50+5)).
wordnum([two,hundred,and,fifty,six],[],2*100+(50+6)).
wordnum([two,hundred,and,fifty,seven],[],2*100+(50+7)).
wordnum([two,hundred,and,fifty,eight],[],2*100+(50+8)).
wordnum([two,hundred,and,fifty,nine],[],2*100+(50+9)).
wordnum([two,hundred,and,sixty,one],[],2*100+(60+1)).
wordnum([two,hundred,and,sixty,two],[],2*100+(60+2)).
wordnum([two,hundred,and,sixty,three],[],2*100+(60+3)).
wordnum([two,hundred,and,sixty,four],[],2*100+(60+4)).
wordnum([two,hundred,and,sixty,five],[],2*100+(60+5)).
wordnum([two,hundred,and,sixty,six],[],2*100+(60+6)).
wordnum([two,hundred,and,sixty,seven],[],2*100+(60+7)).
wordnum([two,hundred,and,sixty,eight],[],2*100+(60+8)).
wordnum([two,hundred,and,sixty,nine],[],2*100+(60+9)).
wordnum([two,hundred,and,seventy,one],[],2*100+(70+1)).
wordnum([two,hundred,and,seventy,two],[],2*100+(70+2)).
wordnum([two,hundred,and,seventy,three],[],2*100+(70+3)).
wordnum([two,hundred,and,seventy,four],[],2*100+(70+4)).
wordnum([two,hundred,and,seventy,five],[],2*100+(70+5)).
wordnum([two,hundred,and,seventy,six],[],2*100+(70+6)).
wordnum([two,hundred,and,seventy,seven],[],2*100+(70+7)).
wordnum([two,hundred,and,seventy,eight],[],2*100+(70+8)).
wordnum([two,hundred,and,seventy,nine],[],2*100+(70+9)).
wordnum([two,hundred,and,eighty,one],[],2*100+(80+1)).
wordnum([two,hundred,and,eighty,two],[],2*100+(80+2)).
wordnum([two,hundred,and,eighty,three],[],2*100+(80+3)).
wordnum([two,hundred,and,eighty,four],[],2*100+(80+4)).
wordnum([two,hundred,and,eighty,five],[],2*100+(80+5)).
wordnum([two,hundred,and,eighty,six],[],2*100+(80+6)).
wordnum([two,hundred,and,eighty,seven],[],2*100+(80+7)).
wordnum([two,hundred,and,eighty,eight],[],2*100+(80+8)).
wordnum([two,hundred,and,eighty,nine],[],2*100+(80+9)).
wordnum([two,hundred,and,ninety,one],[],2*100+(90+1)).
wordnum([two,hundred,and,ninety,two],[],2*100+(90+2)).
wordnum([two,hundred,and,ninety,three],[],2*100+(90+3)).
wordnum([two,hundred,and,ninety,four],[],2*100+(90+4)).
wordnum([two,hundred,and,ninety,five],[],2*100+(90+5)).
wordnum([two,hundred,and,ninety,six],[],2*100+(90+6)).
wordnum([two,hundred,and,ninety,seven],[],2*100+(90+7)).
wordnum([two,hundred,and,ninety,eight],[],2*100+(90+8)).
wordnum([two,hundred,and,ninety,nine],[],2*100+(90+9)).
wordnum([three,hundred,and,one],[],3*100+1).
wordnum([three,hundred,and,two],[],3*100+2).
wordnum([three,hundred,and,three],[],3*100+3).
wordnum([three,hundred,and,four],[],3*100+4).
wordnum([three,hundred,and,five],[],3*100+5).
wordnum([three,hundred,and,six],[],3*100+6).
wordnum([three,hundred,and,seven],[],3*100+7).
wordnum([three,hundred,and,eight],[],3*100+8).
wordnum([three,hundred,and,nine],[],3*100+9).
wordnum([three,hundred,and,ten],[],3*100+10).
wordnum([three,hundred,and,eleven],[],3*100+11).
wordnum([three,hundred,and,twelve],[],3*100+12).
wordnum([three,hundred,and,thirteen],[],3*100+13).
wordnum([three,hundred,and,fourteen],[],3*100+14).
wordnum([three,hundred,and,fifteen],[],3*100+15).
wordnum([three,hundred,and,sixteen],[],3*100+16).
wordnum([three,hundred,and,seventeen],[],3*100+17).
wordnum([three,hundred,and,eighteen],[],3*100+18).
wordnum([three,hundred,and,nineteen],[],3*100+19).
wordnum([three,hundred,and,twenty],[],3*100+20).
wordnum([three,hundred,and,thirty],[],3*100+30).
wordnum([three,hundred,and,forty],[],3*100+40).
wordnum([three,hundred,and,fifty],[],3*100+50).
wordnum([three,hundred,and,sixty],[],3*100+60).
wordnum([three,hundred,and,seventy],[],3*100+70).
wordnum([three,hundred,and,eighty],[],3*100+80).
wordnum([three,hundred,and,ninety],[],3*100+90).
wordnum([three,hundred,and,twenty,one],[],3*100+(20+1)).
wordnum([three,hundred,and,twenty,two],[],3*100+(20+2)).
wordnum([three,hundred,and,twenty,three],[],3*100+(20+3)).
wordnum([three,hundred,and,twenty,four],[],3*100+(20+4)).
wordnum([three,hundred,and,twenty,five],[],3*100+(20+5)).
wordnum([three,hundred,and,twenty,six],[],3*100+(20+6)).
wordnum([three,hundred,and,twenty,seven],[],3*100+(20+7)).
wordnum([three,hundred,and,twenty,eight],[],3*100+(20+8)).
wordnum([three,hundred,and,twenty,nine],[],3*100+(20+9)).
wordnum([three,hundred,and,thirty,one],[],3*100+(30+1)).
wordnum([three,hundred,and,thirty,two],[],3*100+(30+2)).
wordnum([three,hundred,and,thirty,three],[],3*100+(30+3)).
wordnum([three,hundred,and,thirty,four],[],3*100+(30+4)).
wordnum([three,hundred,and,thirty,five],[],3*100+(30+5)).
wordnum([three,hundred,and,thirty,six],[],3*100+(30+6)).
wordnum([three,hundred,and,thirty,seven],[],3*100+(30+7)).
wordnum([three,hundred,and,thirty,eight],[],3*100+(30+8)).
wordnum([three,hundred,and,thirty,nine],[],3*100+(30+9)).
wordnum([three,hundred,and,forty,one],[],3*100+(40+1)).
wordnum([three,hundred,and,forty,two],[],3*100+(40+2)).
wordnum([three,hundred,and,forty,three],[],3*100+(40+3)).
wordnum([three,hundred,and,forty,four],[],3*100+(40+4)).
wordnum([three,hundred,and,forty,five],[],3*100+(40+5)).
wordnum([three,hundred,and,forty,six],[],3*100+(40+6)).
wordnum([three,hundred,and,forty,seven],[],3*100+(40+7)).
wordnum([three,hundred,and,forty,eight],[],3*100+(40+8)).
wordnum([three,hundred,and,forty,nine],[],3*100+(40+9)).
wordnum([three,hundred,and,fifty,one],[],3*100+(50+1)).
wordnum([three,hundred,and,fifty,two],[],3*100+(50+2)).
wordnum([three,hundred,and,fifty,three],[],3*100+(50+3)).
wordnum([three,hundred,and,fifty,four],[],3*100+(50+4)).
wordnum([three,hundred,and,fifty,five],[],3*100+(50+5)).
wordnum([three,hundred,and,fifty,six],[],3*100+(50+6)).
wordnum([three,hundred,and,fifty,seven],[],3*100+(50+7)).
wordnum([three,hundred,and,fifty,eight],[],3*100+(50+8)).
wordnum([three,hundred,and,fifty,nine],[],3*100+(50+9)).
wordnum([three,hundred,and,sixty,one],[],3*100+(60+1)).
wordnum([three,hundred,and,sixty,two],[],3*100+(60+2)).
wordnum([three,hundred,and,sixty,three],[],3*100+(60+3)).
wordnum([three,hundred,and,sixty,four],[],3*100+(60+4)).
wordnum([three,hundred,and,sixty,five],[],3*100+(60+5)).
wordnum([three,hundred,and,sixty,six],[],3*100+(60+6)).
wordnum([three,hundred,and,sixty,seven],[],3*100+(60+7)).
wordnum([three,hundred,and,sixty,eight],[],3*100+(60+8)).
wordnum([three,hundred,and,sixty,nine],[],3*100+(60+9)).
wordnum([three,hundred,and,seventy,one],[],3*100+(70+1)).
wordnum([three,hundred,and,seventy,two],[],3*100+(70+2)).
wordnum([three,hundred,and,seventy,three],[],3*100+(70+3)).
wordnum([three,hundred,and,seventy,four],[],3*100+(70+4)).
wordnum([three,hundred,and,seventy,five],[],3*100+(70+5)).
wordnum([three,hundred,and,seventy,six],[],3*100+(70+6)).
wordnum([three,hundred,and,seventy,seven],[],3*100+(70+7)).
wordnum([three,hundred,and,seventy,eight],[],3*100+(70+8)).
wordnum([three,hundred,and,seventy,nine],[],3*100+(70+9)).
wordnum([three,hundred,and,eighty,one],[],3*100+(80+1)).
wordnum([three,hundred,and,eighty,two],[],3*100+(80+2)).
wordnum([three,hundred,and,eighty,three],[],3*100+(80+3)).
wordnum([three,hundred,and,eighty,four],[],3*100+(80+4)).
wordnum([three,hundred,and,eighty,five],[],3*100+(80+5)).
wordnum([three,hundred,and,eighty,six],[],3*100+(80+6)).
wordnum([three,hundred,and,eighty,seven],[],3*100+(80+7)).
wordnum([three,hundred,and,eighty,eight],[],3*100+(80+8)).
wordnum([three,hundred,and,eighty,nine],[],3*100+(80+9)).
wordnum([three,hundred,and,ninety,one],[],3*100+(90+1)).
wordnum([three,hundred,and,ninety,two],[],3*100+(90+2)).
wordnum([three,hundred,and,ninety,three],[],3*100+(90+3)).
wordnum([three,hundred,and,ninety,four],[],3*100+(90+4)).
wordnum([three,hundred,and,ninety,five],[],3*100+(90+5)).
wordnum([three,hundred,and,ninety,six],[],3*100+(90+6)).
wordnum([three,hundred,and,ninety,seven],[],3*100+(90+7)).
wordnum([three,hundred,and,ninety,eight],[],3*100+(90+8)).
wordnum([three,hundred,and,ninety,nine],[],3*100+(90+9)).
wordnum([four,hundred,and,one],[],4*100+1).
wordnum([four,hundred,and,two],[],4*100+2).
wordnum([four,hundred,and,three],[],4*100+3).
wordnum([four,hundred,and,four],[],4*100+4).
wordnum([four,hundred,and,five],[],4*100+5).
wordnum([four,hundred,and,six],[],4*100+6).
wordnum([four,hundred,and,seven],[],4*100+7).
wordnum([four,hundred,and,eight],[],4*100+8).
wordnum([four,hundred,and,nine],[],4*100+9).
wordnum([four,hundred,and,ten],[],4*100+10).
wordnum([four,hundred,and,eleven],[],4*100+11).
wordnum([four,hundred,and,twelve],[],4*100+12).
wordnum([four,hundred,and,thirteen],[],4*100+13).
wordnum([four,hundred,and,fourteen],[],4*100+14).
wordnum([four,hundred,and,fifteen],[],4*100+15).
wordnum([four,hundred,and,sixteen],[],4*100+16).
wordnum([four,hundred,and,seventeen],[],4*100+17).
wordnum([four,hundred,and,eighteen],[],4*100+18).
wordnum([four,hundred,and,nineteen],[],4*100+19).
wordnum([four,hundred,and,twenty],[],4*100+20).
wordnum([four,hundred,and,thirty],[],4*100+30).
wordnum([four,hundred,and,forty],[],4*100+40).
wordnum([four,hundred,and,fifty],[],4*100+50).
wordnum([four,hundred,and,sixty],[],4*100+60).
wordnum([four,hundred,and,seventy],[],4*100+70).
wordnum([four,hundred,and,eighty],[],4*100+80).
wordnum([four,hundred,and,ninety],[],4*100+90).
wordnum([four,hundred,and,twenty,one],[],4*100+(20+1)).
wordnum([four,hundred,and,twenty,two],[],4*100+(20+2)).
wordnum([four,hundred,and,twenty,three],[],4*100+(20+3)).
wordnum([four,hundred,and,twenty,four],[],4*100+(20+4)).
wordnum([four,hundred,and,twenty,five],[],4*100+(20+5)).
wordnum([four,hundred,and,twenty,six],[],4*100+(20+6)).
wordnum([four,hundred,and,twenty,seven],[],4*100+(20+7)).
wordnum([four,hundred,and,twenty,eight],[],4*100+(20+8)).
wordnum([four,hundred,and,twenty,nine],[],4*100+(20+9)).
wordnum([four,hundred,and,thirty,one],[],4*100+(30+1)).
wordnum([four,hundred,and,thirty,two],[],4*100+(30+2)).
wordnum([four,hundred,and,thirty,three],[],4*100+(30+3)).
wordnum([four,hundred,and,thirty,four],[],4*100+(30+4)).
wordnum([four,hundred,and,thirty,five],[],4*100+(30+5)).
wordnum([four,hundred,and,thirty,six],[],4*100+(30+6)).
wordnum([four,hundred,and,thirty,seven],[],4*100+(30+7)).
wordnum([four,hundred,and,thirty,eight],[],4*100+(30+8)).
wordnum([four,hundred,and,thirty,nine],[],4*100+(30+9)).
wordnum([four,hundred,and,forty,one],[],4*100+(40+1)).
wordnum([four,hundred,and,forty,two],[],4*100+(40+2)).
wordnum([four,hundred,and,forty,three],[],4*100+(40+3)).
wordnum([four,hundred,and,forty,four],[],4*100+(40+4)).
wordnum([four,hundred,and,forty,five],[],4*100+(40+5)).
wordnum([four,hundred,and,forty,six],[],4*100+(40+6)).
wordnum([four,hundred,and,forty,seven],[],4*100+(40+7)).
wordnum([four,hundred,and,forty,eight],[],4*100+(40+8)).
wordnum([four,hundred,and,forty,nine],[],4*100+(40+9)).
wordnum([four,hundred,and,fifty,one],[],4*100+(50+1)).
wordnum([four,hundred,and,fifty,two],[],4*100+(50+2)).
wordnum([four,hundred,and,fifty,three],[],4*100+(50+3)).
wordnum([four,hundred,and,fifty,four],[],4*100+(50+4)).
wordnum([four,hundred,and,fifty,five],[],4*100+(50+5)).
wordnum([four,hundred,and,fifty,six],[],4*100+(50+6)).
wordnum([four,hundred,and,fifty,seven],[],4*100+(50+7)).
wordnum([four,hundred,and,fifty,eight],[],4*100+(50+8)).
wordnum([four,hundred,and,fifty,nine],[],4*100+(50+9)).
wordnum([four,hundred,and,sixty,one],[],4*100+(60+1)).
wordnum([four,hundred,and,sixty,two],[],4*100+(60+2)).
wordnum([four,hundred,and,sixty,three],[],4*100+(60+3)).
wordnum([four,hundred,and,sixty,four],[],4*100+(60+4)).
wordnum([four,hundred,and,sixty,five],[],4*100+(60+5)).
wordnum([four,hundred,and,sixty,six],[],4*100+(60+6)).
wordnum([four,hundred,and,sixty,seven],[],4*100+(60+7)).
wordnum([four,hundred,and,sixty,eight],[],4*100+(60+8)).
wordnum([four,hundred,and,sixty,nine],[],4*100+(60+9)).
wordnum([four,hundred,and,seventy,one],[],4*100+(70+1)).
wordnum([four,hundred,and,seventy,two],[],4*100+(70+2)).
wordnum([four,hundred,and,seventy,three],[],4*100+(70+3)).
wordnum([four,hundred,and,seventy,four],[],4*100+(70+4)).
wordnum([four,hundred,and,seventy,five],[],4*100+(70+5)).
wordnum([four,hundred,and,seventy,six],[],4*100+(70+6)).
wordnum([four,hundred,and,seventy,seven],[],4*100+(70+7)).
wordnum([four,hundred,and,seventy,eight],[],4*100+(70+8)).
wordnum([four,hundred,and,seventy,nine],[],4*100+(70+9)).
wordnum([four,hundred,and,eighty,one],[],4*100+(80+1)).
wordnum([four,hundred,and,eighty,two],[],4*100+(80+2)).
wordnum([four,hundred,and,eighty,three],[],4*100+(80+3)).
wordnum([four,hundred,and,eighty,four],[],4*100+(80+4)).
wordnum([four,hundred,and,eighty,five],[],4*100+(80+5)).
wordnum([four,hundred,and,eighty,six],[],4*100+(80+6)).
wordnum([four,hundred,and,eighty,seven],[],4*100+(80+7)).
wordnum([four,hundred,and,eighty,eight],[],4*100+(80+8)).
wordnum([four,hundred,and,eighty,nine],[],4*100+(80+9)).
wordnum([four,hundred,and,ninety,one],[],4*100+(90+1)).
wordnum([four,hundred,and,ninety,two],[],4*100+(90+2)).
wordnum([four,hundred,and,ninety,three],[],4*100+(90+3)).
wordnum([four,hundred,and,ninety,four],[],4*100+(90+4)).
wordnum([four,hundred,and,ninety,five],[],4*100+(90+5)).
wordnum([four,hundred,and,ninety,six],[],4*100+(90+6)).
wordnum([four,hundred,and,ninety,seven],[],4*100+(90+7)).
wordnum([four,hundred,and,ninety,eight],[],4*100+(90+8)).
wordnum([four,hundred,and,ninety,nine],[],4*100+(90+9)).
wordnum([five,hundred,and,one],[],5*100+1).
wordnum([five,hundred,and,two],[],5*100+2).
wordnum([five,hundred,and,three],[],5*100+3).
wordnum([five,hundred,and,four],[],5*100+4).
wordnum([five,hundred,and,five],[],5*100+5).
wordnum([five,hundred,and,six],[],5*100+6).
wordnum([five,hundred,and,seven],[],5*100+7).
wordnum([five,hundred,and,eight],[],5*100+8).
wordnum([five,hundred,and,nine],[],5*100+9).
wordnum([five,hundred,and,ten],[],5*100+10).
wordnum([five,hundred,and,eleven],[],5*100+11).
wordnum([five,hundred,and,twelve],[],5*100+12).
wordnum([five,hundred,and,thirteen],[],5*100+13).
wordnum([five,hundred,and,fourteen],[],5*100+14).
wordnum([five,hundred,and,fifteen],[],5*100+15).
wordnum([five,hundred,and,sixteen],[],5*100+16).
wordnum([five,hundred,and,seventeen],[],5*100+17).
wordnum([five,hundred,and,eighteen],[],5*100+18).
wordnum([five,hundred,and,nineteen],[],5*100+19).
wordnum([five,hundred,and,twenty],[],5*100+20).
wordnum([five,hundred,and,thirty],[],5*100+30).
wordnum([five,hundred,and,forty],[],5*100+40).
wordnum([five,hundred,and,fifty],[],5*100+50).
wordnum([five,hundred,and,sixty],[],5*100+60).
wordnum([five,hundred,and,seventy],[],5*100+70).
wordnum([five,hundred,and,eighty],[],5*100+80).
wordnum([five,hundred,and,ninety],[],5*100+90).
wordnum([five,hundred,and,twenty,one],[],5*100+(20+1)).
wordnum([five,hundred,and,twenty,two],[],5*100+(20+2)).
wordnum([five,hundred,and,twenty,three],[],5*100+(20+3)).
wordnum([five,hundred,and,twenty,four],[],5*100+(20+4)).
wordnum([five,hundred,and,twenty,five],[],5*100+(20+5)).
wordnum([five,hundred,and,twenty,six],[],5*100+(20+6)).
wordnum([five,hundred,and,twenty,seven],[],5*100+(20+7)).
wordnum([five,hundred,and,twenty,eight],[],5*100+(20+8)).
wordnum([five,hundred,and,twenty,nine],[],5*100+(20+9)).
wordnum([five,hundred,and,thirty,one],[],5*100+(30+1)).
wordnum([five,hundred,and,thirty,two],[],5*100+(30+2)).
wordnum([five,hundred,and,thirty,three],[],5*100+(30+3)).
wordnum([five,hundred,and,thirty,four],[],5*100+(30+4)).
wordnum([five,hundred,and,thirty,five],[],5*100+(30+5)).
wordnum([five,hundred,and,thirty,six],[],5*100+(30+6)).
wordnum([five,hundred,and,thirty,seven],[],5*100+(30+7)).
wordnum([five,hundred,and,thirty,eight],[],5*100+(30+8)).
wordnum([five,hundred,and,thirty,nine],[],5*100+(30+9)).
wordnum([five,hundred,and,forty,one],[],5*100+(40+1)).
wordnum([five,hundred,and,forty,two],[],5*100+(40+2)).
wordnum([five,hundred,and,forty,three],[],5*100+(40+3)).
wordnum([five,hundred,and,forty,four],[],5*100+(40+4)).
wordnum([five,hundred,and,forty,five],[],5*100+(40+5)).
wordnum([five,hundred,and,forty,six],[],5*100+(40+6)).
wordnum([five,hundred,and,forty,seven],[],5*100+(40+7)).
wordnum([five,hundred,and,forty,eight],[],5*100+(40+8)).
wordnum([five,hundred,and,forty,nine],[],5*100+(40+9)).
wordnum([five,hundred,and,fifty,one],[],5*100+(50+1)).
wordnum([five,hundred,and,fifty,two],[],5*100+(50+2)).
wordnum([five,hundred,and,fifty,three],[],5*100+(50+3)).
wordnum([five,hundred,and,fifty,four],[],5*100+(50+4)).
wordnum([five,hundred,and,fifty,five],[],5*100+(50+5)).
wordnum([five,hundred,and,fifty,six],[],5*100+(50+6)).
wordnum([five,hundred,and,fifty,seven],[],5*100+(50+7)).
wordnum([five,hundred,and,fifty,eight],[],5*100+(50+8)).
wordnum([five,hundred,and,fifty,nine],[],5*100+(50+9)).
wordnum([five,hundred,and,sixty,one],[],5*100+(60+1)).
wordnum([five,hundred,and,sixty,two],[],5*100+(60+2)).
wordnum([five,hundred,and,sixty,three],[],5*100+(60+3)).
wordnum([five,hundred,and,sixty,four],[],5*100+(60+4)).
wordnum([five,hundred,and,sixty,five],[],5*100+(60+5)).
wordnum([five,hundred,and,sixty,six],[],5*100+(60+6)).
wordnum([five,hundred,and,sixty,seven],[],5*100+(60+7)).
wordnum([five,hundred,and,sixty,eight],[],5*100+(60+8)).
wordnum([five,hundred,and,sixty,nine],[],5*100+(60+9)).
wordnum([five,hundred,and,seventy,one],[],5*100+(70+1)).
wordnum([five,hundred,and,seventy,two],[],5*100+(70+2)).
wordnum([five,hundred,and,seventy,three],[],5*100+(70+3)).
wordnum([five,hundred,and,seventy,four],[],5*100+(70+4)).
wordnum([five,hundred,and,seventy,five],[],5*100+(70+5)).
wordnum([five,hundred,and,seventy,six],[],5*100+(70+6)).
wordnum([five,hundred,and,seventy,seven],[],5*100+(70+7)).
wordnum([five,hundred,and,seventy,eight],[],5*100+(70+8)).
wordnum([five,hundred,and,seventy,nine],[],5*100+(70+9)).
wordnum([five,hundred,and,eighty,one],[],5*100+(80+1)).
wordnum([five,hundred,and,eighty,two],[],5*100+(80+2)).
wordnum([five,hundred,and,eighty,three],[],5*100+(80+3)).
wordnum([five,hundred,and,eighty,four],[],5*100+(80+4)).
wordnum([five,hundred,and,eighty,five],[],5*100+(80+5)).
wordnum([five,hundred,and,eighty,six],[],5*100+(80+6)).
wordnum([five,hundred,and,eighty,seven],[],5*100+(80+7)).
wordnum([five,hundred,and,eighty,eight],[],5*100+(80+8)).
wordnum([five,hundred,and,eighty,nine],[],5*100+(80+9)).
wordnum([five,hundred,and,ninety,one],[],5*100+(90+1)).
wordnum([five,hundred,and,ninety,two],[],5*100+(90+2)).
wordnum([five,hundred,and,ninety,three],[],5*100+(90+3)).
wordnum([five,hundred,and,ninety,four],[],5*100+(90+4)).
wordnum([five,hundred,and,ninety,five],[],5*100+(90+5)).
wordnum([five,hundred,and,ninety,six],[],5*100+(90+6)).
wordnum([five,hundred,and,ninety,seven],[],5*100+(90+7)).
wordnum([five,hundred,and,ninety,eight],[],5*100+(90+8)).
wordnum([five,hundred,and,ninety,nine],[],5*100+(90+9)).
wordnum([six,hundred,and,one],[],6*100+1).
wordnum([six,hundred,and,two],[],6*100+2).
wordnum([six,hundred,and,three],[],6*100+3).
wordnum([six,hundred,and,four],[],6*100+4).
wordnum([six,hundred,and,five],[],6*100+5).
wordnum([six,hundred,and,six],[],6*100+6).
wordnum([six,hundred,and,seven],[],6*100+7).
wordnum([six,hundred,and,eight],[],6*100+8).
wordnum([six,hundred,and,nine],[],6*100+9).
wordnum([six,hundred,and,ten],[],6*100+10).
wordnum([six,hundred,and,eleven],[],6*100+11).
wordnum([six,hundred,and,twelve],[],6*100+12).
wordnum([six,hundred,and,thirteen],[],6*100+13).
wordnum([six,hundred,and,fourteen],[],6*100+14).
wordnum([six,hundred,and,fifteen],[],6*100+15).
wordnum([six,hundred,and,sixteen],[],6*100+16).
wordnum([six,hundred,and,seventeen],[],6*100+17).
wordnum([six,hundred,and,eighteen],[],6*100+18).
wordnum([six,hundred,and,nineteen],[],6*100+19).
wordnum([six,hundred,and,twenty],[],6*100+20).
wordnum([six,hundred,and,thirty],[],6*100+30).
wordnum([six,hundred,and,forty],[],6*100+40).
wordnum([six,hundred,and,fifty],[],6*100+50).
wordnum([six,hundred,and,sixty],[],6*100+60).
wordnum([six,hundred,and,seventy],[],6*100+70).
wordnum([six,hundred,and,eighty],[],6*100+80).
wordnum([six,hundred,and,ninety],[],6*100+90).
wordnum([six,hundred,and,twenty,one],[],6*100+(20+1)).
wordnum([six,hundred,and,twenty,two],[],6*100+(20+2)).
wordnum([six,hundred,and,twenty,three],[],6*100+(20+3)).
wordnum([six,hundred,and,twenty,four],[],6*100+(20+4)).
wordnum([six,hundred,and,twenty,five],[],6*100+(20+5)).
wordnum([six,hundred,and,twenty,six],[],6*100+(20+6)).
wordnum([six,hundred,and,twenty,seven],[],6*100+(20+7)).
wordnum([six,hundred,and,twenty,eight],[],6*100+(20+8)).
wordnum([six,hundred,and,twenty,nine],[],6*100+(20+9)).
wordnum([six,hundred,and,thirty,one],[],6*100+(30+1)).
wordnum([six,hundred,and,thirty,two],[],6*100+(30+2)).
wordnum([six,hundred,and,thirty,three],[],6*100+(30+3)).
wordnum([six,hundred,and,thirty,four],[],6*100+(30+4)).
wordnum([six,hundred,and,thirty,five],[],6*100+(30+5)).
wordnum([six,hundred,and,thirty,six],[],6*100+(30+6)).
wordnum([six,hundred,and,thirty,seven],[],6*100+(30+7)).
wordnum([six,hundred,and,thirty,eight],[],6*100+(30+8)).
wordnum([six,hundred,and,thirty,nine],[],6*100+(30+9)).
wordnum([six,hundred,and,forty,one],[],6*100+(40+1)).
wordnum([six,hundred,and,forty,two],[],6*100+(40+2)).
wordnum([six,hundred,and,forty,three],[],6*100+(40+3)).
wordnum([six,hundred,and,forty,four],[],6*100+(40+4)).
wordnum([six,hundred,and,forty,five],[],6*100+(40+5)).
wordnum([six,hundred,and,forty,six],[],6*100+(40+6)).
wordnum([six,hundred,and,forty,seven],[],6*100+(40+7)).
wordnum([six,hundred,and,forty,eight],[],6*100+(40+8)).
wordnum([six,hundred,and,forty,nine],[],6*100+(40+9)).
wordnum([six,hundred,and,fifty,one],[],6*100+(50+1)).
wordnum([six,hundred,and,fifty,two],[],6*100+(50+2)).
wordnum([six,hundred,and,fifty,three],[],6*100+(50+3)).
wordnum([six,hundred,and,fifty,four],[],6*100+(50+4)).
wordnum([six,hundred,and,fifty,five],[],6*100+(50+5)).
wordnum([six,hundred,and,fifty,six],[],6*100+(50+6)).
wordnum([six,hundred,and,fifty,seven],[],6*100+(50+7)).
wordnum([six,hundred,and,fifty,eight],[],6*100+(50+8)).
wordnum([six,hundred,and,fifty,nine],[],6*100+(50+9)).
wordnum([six,hundred,and,sixty,one],[],6*100+(60+1)).
wordnum([six,hundred,and,sixty,two],[],6*100+(60+2)).
wordnum([six,hundred,and,sixty,three],[],6*100+(60+3)).
wordnum([six,hundred,and,sixty,four],[],6*100+(60+4)).
wordnum([six,hundred,and,sixty,five],[],6*100+(60+5)).
wordnum([six,hundred,and,sixty,six],[],6*100+(60+6)).
wordnum([six,hundred,and,sixty,seven],[],6*100+(60+7)).
wordnum([six,hundred,and,sixty,eight],[],6*100+(60+8)).
wordnum([six,hundred,and,sixty,nine],[],6*100+(60+9)).
wordnum([six,hundred,and,seventy,one],[],6*100+(70+1)).
wordnum([six,hundred,and,seventy,two],[],6*100+(70+2)).
wordnum([six,hundred,and,seventy,three],[],6*100+(70+3)).
wordnum([six,hundred,and,seventy,four],[],6*100+(70+4)).
wordnum([six,hundred,and,seventy,five],[],6*100+(70+5)).
wordnum([six,hundred,and,seventy,six],[],6*100+(70+6)).
wordnum([six,hundred,and,seventy,seven],[],6*100+(70+7)).
wordnum([six,hundred,and,seventy,eight],[],6*100+(70+8)).
wordnum([six,hundred,and,seventy,nine],[],6*100+(70+9)).
wordnum([six,hundred,and,eighty,one],[],6*100+(80+1)).
wordnum([six,hundred,and,eighty,two],[],6*100+(80+2)).
wordnum([six,hundred,and,eighty,three],[],6*100+(80+3)).
wordnum([six,hundred,and,eighty,four],[],6*100+(80+4)).
wordnum([six,hundred,and,eighty,five],[],6*100+(80+5)).
wordnum([six,hundred,and,eighty,six],[],6*100+(80+6)).
wordnum([six,hundred,and,eighty,seven],[],6*100+(80+7)).
wordnum([six,hundred,and,eighty,eight],[],6*100+(80+8)).
wordnum([six,hundred,and,eighty,nine],[],6*100+(80+9)).
wordnum([six,hundred,and,ninety,one],[],6*100+(90+1)).
wordnum([six,hundred,and,ninety,two],[],6*100+(90+2)).
wordnum([six,hundred,and,ninety,three],[],6*100+(90+3)).
wordnum([six,hundred,and,ninety,four],[],6*100+(90+4)).
wordnum([six,hundred,and,ninety,five],[],6*100+(90+5)).
wordnum([six,hundred,and,ninety,six],[],6*100+(90+6)).
wordnum([six,hundred,and,ninety,seven],[],6*100+(90+7)).
wordnum([six,hundred,and,ninety,eight],[],6*100+(90+8)).
wordnum([six,hundred,and,ninety,nine],[],6*100+(90+9)).
wordnum([seven,hundred,and,one],[],7*100+1).
wordnum([seven,hundred,and,two],[],7*100+2).
wordnum([seven,hundred,and,three],[],7*100+3).
wordnum([seven,hundred,and,four],[],7*100+4).
wordnum([seven,hundred,and,five],[],7*100+5).
wordnum([seven,hundred,and,six],[],7*100+6).
wordnum([seven,hundred,and,seven],[],7*100+7).
wordnum([seven,hundred,and,eight],[],7*100+8).
wordnum([seven,hundred,and,nine],[],7*100+9).
wordnum([seven,hundred,and,ten],[],7*100+10).
wordnum([seven,hundred,and,eleven],[],7*100+11).
wordnum([seven,hundred,and,twelve],[],7*100+12).
wordnum([seven,hundred,and,thirteen],[],7*100+13).
wordnum([seven,hundred,and,fourteen],[],7*100+14).
wordnum([seven,hundred,and,fifteen],[],7*100+15).
wordnum([seven,hundred,and,sixteen],[],7*100+16).
wordnum([seven,hundred,and,seventeen],[],7*100+17).
wordnum([seven,hundred,and,eighteen],[],7*100+18).
wordnum([seven,hundred,and,nineteen],[],7*100+19).
wordnum([seven,hundred,and,twenty],[],7*100+20).
wordnum([seven,hundred,and,thirty],[],7*100+30).
wordnum([seven,hundred,and,forty],[],7*100+40).
wordnum([seven,hundred,and,fifty],[],7*100+50).
wordnum([seven,hundred,and,sixty],[],7*100+60).
wordnum([seven,hundred,and,seventy],[],7*100+70).
wordnum([seven,hundred,and,eighty],[],7*100+80).
wordnum([seven,hundred,and,ninety],[],7*100+90).
wordnum([seven,hundred,and,twenty,one],[],7*100+(20+1)).
wordnum([seven,hundred,and,twenty,two],[],7*100+(20+2)).
wordnum([seven,hundred,and,twenty,three],[],7*100+(20+3)).
wordnum([seven,hundred,and,twenty,four],[],7*100+(20+4)).
wordnum([seven,hundred,and,twenty,five],[],7*100+(20+5)).
wordnum([seven,hundred,and,twenty,six],[],7*100+(20+6)).
wordnum([seven,hundred,and,twenty,seven],[],7*100+(20+7)).
wordnum([seven,hundred,and,twenty,eight],[],7*100+(20+8)).
wordnum([seven,hundred,and,twenty,nine],[],7*100+(20+9)).
wordnum([seven,hundred,and,thirty,one],[],7*100+(30+1)).
wordnum([seven,hundred,and,thirty,two],[],7*100+(30+2)).
wordnum([seven,hundred,and,thirty,three],[],7*100+(30+3)).
wordnum([seven,hundred,and,thirty,four],[],7*100+(30+4)).
wordnum([seven,hundred,and,thirty,five],[],7*100+(30+5)).
wordnum([seven,hundred,and,thirty,six],[],7*100+(30+6)).
wordnum([seven,hundred,and,thirty,seven],[],7*100+(30+7)).
wordnum([seven,hundred,and,thirty,eight],[],7*100+(30+8)).
wordnum([seven,hundred,and,thirty,nine],[],7*100+(30+9)).
wordnum([seven,hundred,and,forty,one],[],7*100+(40+1)).
wordnum([seven,hundred,and,forty,two],[],7*100+(40+2)).
wordnum([seven,hundred,and,forty,three],[],7*100+(40+3)).
wordnum([seven,hundred,and,forty,four],[],7*100+(40+4)).
wordnum([seven,hundred,and,forty,five],[],7*100+(40+5)).
wordnum([seven,hundred,and,forty,six],[],7*100+(40+6)).
wordnum([seven,hundred,and,forty,seven],[],7*100+(40+7)).
wordnum([seven,hundred,and,forty,eight],[],7*100+(40+8)).
wordnum([seven,hundred,and,forty,nine],[],7*100+(40+9)).
wordnum([seven,hundred,and,fifty,one],[],7*100+(50+1)).
wordnum([seven,hundred,and,fifty,two],[],7*100+(50+2)).
wordnum([seven,hundred,and,fifty,three],[],7*100+(50+3)).
wordnum([seven,hundred,and,fifty,four],[],7*100+(50+4)).
wordnum([seven,hundred,and,fifty,five],[],7*100+(50+5)).
wordnum([seven,hundred,and,fifty,six],[],7*100+(50+6)).
wordnum([seven,hundred,and,fifty,seven],[],7*100+(50+7)).
wordnum([seven,hundred,and,fifty,eight],[],7*100+(50+8)).
wordnum([seven,hundred,and,fifty,nine],[],7*100+(50+9)).
wordnum([seven,hundred,and,sixty,one],[],7*100+(60+1)).
wordnum([seven,hundred,and,sixty,two],[],7*100+(60+2)).
wordnum([seven,hundred,and,sixty,three],[],7*100+(60+3)).
wordnum([seven,hundred,and,sixty,four],[],7*100+(60+4)).
wordnum([seven,hundred,and,sixty,five],[],7*100+(60+5)).
wordnum([seven,hundred,and,sixty,six],[],7*100+(60+6)).
wordnum([seven,hundred,and,sixty,seven],[],7*100+(60+7)).
wordnum([seven,hundred,and,sixty,eight],[],7*100+(60+8)).
wordnum([seven,hundred,and,sixty,nine],[],7*100+(60+9)).
wordnum([seven,hundred,and,seventy,one],[],7*100+(70+1)).
wordnum([seven,hundred,and,seventy,two],[],7*100+(70+2)).
wordnum([seven,hundred,and,seventy,three],[],7*100+(70+3)).
wordnum([seven,hundred,and,seventy,four],[],7*100+(70+4)).
wordnum([seven,hundred,and,seventy,five],[],7*100+(70+5)).
wordnum([seven,hundred,and,seventy,six],[],7*100+(70+6)).
wordnum([seven,hundred,and,seventy,seven],[],7*100+(70+7)).
wordnum([seven,hundred,and,seventy,eight],[],7*100+(70+8)).
wordnum([seven,hundred,and,seventy,nine],[],7*100+(70+9)).
wordnum([seven,hundred,and,eighty,one],[],7*100+(80+1)).
wordnum([seven,hundred,and,eighty,two],[],7*100+(80+2)).
wordnum([seven,hundred,and,eighty,three],[],7*100+(80+3)).
wordnum([seven,hundred,and,eighty,four],[],7*100+(80+4)).
wordnum([seven,hundred,and,eighty,five],[],7*100+(80+5)).
wordnum([seven,hundred,and,eighty,six],[],7*100+(80+6)).
wordnum([seven,hundred,and,eighty,seven],[],7*100+(80+7)).
wordnum([seven,hundred,and,eighty,eight],[],7*100+(80+8)).
wordnum([seven,hundred,and,eighty,nine],[],7*100+(80+9)).
wordnum([seven,hundred,and,ninety,one],[],7*100+(90+1)).
wordnum([seven,hundred,and,ninety,two],[],7*100+(90+2)).
wordnum([seven,hundred,and,ninety,three],[],7*100+(90+3)).
wordnum([seven,hundred,and,ninety,four],[],7*100+(90+4)).
wordnum([seven,hundred,and,ninety,five],[],7*100+(90+5)).
wordnum([seven,hundred,and,ninety,six],[],7*100+(90+6)).
wordnum([seven,hundred,and,ninety,seven],[],7*100+(90+7)).
wordnum([seven,hundred,and,ninety,eight],[],7*100+(90+8)).
wordnum([seven,hundred,and,ninety,nine],[],7*100+(90+9)).
wordnum([eight,hundred,and,one],[],8*100+1).
wordnum([eight,hundred,and,two],[],8*100+2).
wordnum([eight,hundred,and,three],[],8*100+3).
wordnum([eight,hundred,and,four],[],8*100+4).
wordnum([eight,hundred,and,five],[],8*100+5).
wordnum([eight,hundred,and,six],[],8*100+6).
wordnum([eight,hundred,and,seven],[],8*100+7).
wordnum([eight,hundred,and,eight],[],8*100+8).
wordnum([eight,hundred,and,nine],[],8*100+9).
wordnum([eight,hundred,and,ten],[],8*100+10).
wordnum([eight,hundred,and,eleven],[],8*100+11).
wordnum([eight,hundred,and,twelve],[],8*100+12).
wordnum([eight,hundred,and,thirteen],[],8*100+13).
wordnum([eight,hundred,and,fourteen],[],8*100+14).
wordnum([eight,hundred,and,fifteen],[],8*100+15).
wordnum([eight,hundred,and,sixteen],[],8*100+16).
wordnum([eight,hundred,and,seventeen],[],8*100+17).
wordnum([eight,hundred,and,eighteen],[],8*100+18).
wordnum([eight,hundred,and,nineteen],[],8*100+19).
wordnum([eight,hundred,and,twenty],[],8*100+20).
wordnum([eight,hundred,and,thirty],[],8*100+30).
wordnum([eight,hundred,and,forty],[],8*100+40).
wordnum([eight,hundred,and,fifty],[],8*100+50).
wordnum([eight,hundred,and,sixty],[],8*100+60).
wordnum([eight,hundred,and,seventy],[],8*100+70).
wordnum([eight,hundred,and,eighty],[],8*100+80).
wordnum([eight,hundred,and,ninety],[],8*100+90).
wordnum([eight,hundred,and,twenty,one],[],8*100+(20+1)).
wordnum([eight,hundred,and,twenty,two],[],8*100+(20+2)).
wordnum([eight,hundred,and,twenty,three],[],8*100+(20+3)).
wordnum([eight,hundred,and,twenty,four],[],8*100+(20+4)).
wordnum([eight,hundred,and,twenty,five],[],8*100+(20+5)).
wordnum([eight,hundred,and,twenty,six],[],8*100+(20+6)).
wordnum([eight,hundred,and,twenty,seven],[],8*100+(20+7)).
wordnum([eight,hundred,and,twenty,eight],[],8*100+(20+8)).
wordnum([eight,hundred,and,twenty,nine],[],8*100+(20+9)).
wordnum([eight,hundred,and,thirty,one],[],8*100+(30+1)).
wordnum([eight,hundred,and,thirty,two],[],8*100+(30+2)).
wordnum([eight,hundred,and,thirty,three],[],8*100+(30+3)).
wordnum([eight,hundred,and,thirty,four],[],8*100+(30+4)).
wordnum([eight,hundred,and,thirty,five],[],8*100+(30+5)).
wordnum([eight,hundred,and,thirty,six],[],8*100+(30+6)).
wordnum([eight,hundred,and,thirty,seven],[],8*100+(30+7)).
wordnum([eight,hundred,and,thirty,eight],[],8*100+(30+8)).
wordnum([eight,hundred,and,thirty,nine],[],8*100+(30+9)).
wordnum([eight,hundred,and,forty,one],[],8*100+(40+1)).
wordnum([eight,hundred,and,forty,two],[],8*100+(40+2)).
wordnum([eight,hundred,and,forty,three],[],8*100+(40+3)).
wordnum([eight,hundred,and,forty,four],[],8*100+(40+4)).
wordnum([eight,hundred,and,forty,five],[],8*100+(40+5)).
wordnum([eight,hundred,and,forty,six],[],8*100+(40+6)).
wordnum([eight,hundred,and,forty,seven],[],8*100+(40+7)).
wordnum([eight,hundred,and,forty,eight],[],8*100+(40+8)).
wordnum([eight,hundred,and,forty,nine],[],8*100+(40+9)).
wordnum([eight,hundred,and,fifty,one],[],8*100+(50+1)).
wordnum([eight,hundred,and,fifty,two],[],8*100+(50+2)).
wordnum([eight,hundred,and,fifty,three],[],8*100+(50+3)).
wordnum([eight,hundred,and,fifty,four],[],8*100+(50+4)).
wordnum([eight,hundred,and,fifty,five],[],8*100+(50+5)).
wordnum([eight,hundred,and,fifty,six],[],8*100+(50+6)).
wordnum([eight,hundred,and,fifty,seven],[],8*100+(50+7)).
wordnum([eight,hundred,and,fifty,eight],[],8*100+(50+8)).
wordnum([eight,hundred,and,fifty,nine],[],8*100+(50+9)).
wordnum([eight,hundred,and,sixty,one],[],8*100+(60+1)).
wordnum([eight,hundred,and,sixty,two],[],8*100+(60+2)).
wordnum([eight,hundred,and,sixty,three],[],8*100+(60+3)).
wordnum([eight,hundred,and,sixty,four],[],8*100+(60+4)).
wordnum([eight,hundred,and,sixty,five],[],8*100+(60+5)).
wordnum([eight,hundred,and,sixty,six],[],8*100+(60+6)).
wordnum([eight,hundred,and,sixty,seven],[],8*100+(60+7)).
wordnum([eight,hundred,and,sixty,eight],[],8*100+(60+8)).
wordnum([eight,hundred,and,sixty,nine],[],8*100+(60+9)).
wordnum([eight,hundred,and,seventy,one],[],8*100+(70+1)).
wordnum([eight,hundred,and,seventy,two],[],8*100+(70+2)).
wordnum([eight,hundred,and,seventy,three],[],8*100+(70+3)).
wordnum([eight,hundred,and,seventy,four],[],8*100+(70+4)).
wordnum([eight,hundred,and,seventy,five],[],8*100+(70+5)).
wordnum([eight,hundred,and,seventy,six],[],8*100+(70+6)).
wordnum([eight,hundred,and,seventy,seven],[],8*100+(70+7)).
wordnum([eight,hundred,and,seventy,eight],[],8*100+(70+8)).
wordnum([eight,hundred,and,seventy,nine],[],8*100+(70+9)).
wordnum([eight,hundred,and,eighty,one],[],8*100+(80+1)).
wordnum([eight,hundred,and,eighty,two],[],8*100+(80+2)).
wordnum([eight,hundred,and,eighty,three],[],8*100+(80+3)).
wordnum([eight,hundred,and,eighty,four],[],8*100+(80+4)).
wordnum([eight,hundred,and,eighty,five],[],8*100+(80+5)).
wordnum([eight,hundred,and,eighty,six],[],8*100+(80+6)).
wordnum([eight,hundred,and,eighty,seven],[],8*100+(80+7)).
wordnum([eight,hundred,and,eighty,eight],[],8*100+(80+8)).
wordnum([eight,hundred,and,eighty,nine],[],8*100+(80+9)).
wordnum([eight,hundred,and,ninety,one],[],8*100+(90+1)).
wordnum([eight,hundred,and,ninety,two],[],8*100+(90+2)).
wordnum([eight,hundred,and,ninety,three],[],8*100+(90+3)).
wordnum([eight,hundred,and,ninety,four],[],8*100+(90+4)).
wordnum([eight,hundred,and,ninety,five],[],8*100+(90+5)).
wordnum([eight,hundred,and,ninety,six],[],8*100+(90+6)).
wordnum([eight,hundred,and,ninety,seven],[],8*100+(90+7)).
wordnum([eight,hundred,and,ninety,eight],[],8*100+(90+8)).
wordnum([eight,hundred,and,ninety,nine],[],8*100+(90+9)).
wordnum([nine,hundred,and,one],[],9*100+1).
wordnum([nine,hundred,and,two],[],9*100+2).
wordnum([nine,hundred,and,three],[],9*100+3).
wordnum([nine,hundred,and,four],[],9*100+4).
wordnum([nine,hundred,and,five],[],9*100+5).
wordnum([nine,hundred,and,six],[],9*100+6).
wordnum([nine,hundred,and,seven],[],9*100+7).
wordnum([nine,hundred,and,eight],[],9*100+8).
wordnum([nine,hundred,and,nine],[],9*100+9).
wordnum([nine,hundred,and,ten],[],9*100+10).
wordnum([nine,hundred,and,eleven],[],9*100+11).
wordnum([nine,hundred,and,twelve],[],9*100+12).
wordnum([nine,hundred,and,thirteen],[],9*100+13).
wordnum([nine,hundred,and,fourteen],[],9*100+14).
wordnum([nine,hundred,and,fifteen],[],9*100+15).
wordnum([nine,hundred,and,sixteen],[],9*100+16).
wordnum([nine,hundred,and,seventeen],[],9*100+17).
wordnum([nine,hundred,and,eighteen],[],9*100+18).
wordnum([nine,hundred,and,nineteen],[],9*100+19).
wordnum([nine,hundred,and,twenty],[],9*100+20).
wordnum([nine,hundred,and,thirty],[],9*100+30).
wordnum([nine,hundred,and,forty],[],9*100+40).
wordnum([nine,hundred,and,fifty],[],9*100+50).
wordnum([nine,hundred,and,sixty],[],9*100+60).
wordnum([nine,hundred,and,seventy],[],9*100+70).
wordnum([nine,hundred,and,eighty],[],9*100+80).
wordnum([nine,hundred,and,ninety],[],9*100+90).
wordnum([nine,hundred,and,twenty,one],[],9*100+(20+1)).
wordnum([nine,hundred,and,twenty,two],[],9*100+(20+2)).
wordnum([nine,hundred,and,twenty,three],[],9*100+(20+3)).
wordnum([nine,hundred,and,twenty,four],[],9*100+(20+4)).
wordnum([nine,hundred,and,twenty,five],[],9*100+(20+5)).
wordnum([nine,hundred,and,twenty,six],[],9*100+(20+6)).
wordnum([nine,hundred,and,twenty,seven],[],9*100+(20+7)).
wordnum([nine,hundred,and,twenty,eight],[],9*100+(20+8)).
wordnum([nine,hundred,and,twenty,nine],[],9*100+(20+9)).
wordnum([nine,hundred,and,thirty,one],[],9*100+(30+1)).
wordnum([nine,hundred,and,thirty,two],[],9*100+(30+2)).
wordnum([nine,hundred,and,thirty,three],[],9*100+(30+3)).
wordnum([nine,hundred,and,thirty,four],[],9*100+(30+4)).
wordnum([nine,hundred,and,thirty,five],[],9*100+(30+5)).
wordnum([nine,hundred,and,thirty,six],[],9*100+(30+6)).
wordnum([nine,hundred,and,thirty,seven],[],9*100+(30+7)).
wordnum([nine,hundred,and,thirty,eight],[],9*100+(30+8)).
wordnum([nine,hundred,and,thirty,nine],[],9*100+(30+9)).
wordnum([nine,hundred,and,forty,one],[],9*100+(40+1)).
wordnum([nine,hundred,and,forty,two],[],9*100+(40+2)).
wordnum([nine,hundred,and,forty,three],[],9*100+(40+3)).
wordnum([nine,hundred,and,forty,four],[],9*100+(40+4)).
wordnum([nine,hundred,and,forty,five],[],9*100+(40+5)).
wordnum([nine,hundred,and,forty,six],[],9*100+(40+6)).
wordnum([nine,hundred,and,forty,seven],[],9*100+(40+7)).
wordnum([nine,hundred,and,forty,eight],[],9*100+(40+8)).
wordnum([nine,hundred,and,forty,nine],[],9*100+(40+9)).
wordnum([nine,hundred,and,fifty,one],[],9*100+(50+1)).
wordnum([nine,hundred,and,fifty,two],[],9*100+(50+2)).
wordnum([nine,hundred,and,fifty,three],[],9*100+(50+3)).
wordnum([nine,hundred,and,fifty,four],[],9*100+(50+4)).
wordnum([nine,hundred,and,fifty,five],[],9*100+(50+5)).
wordnum([nine,hundred,and,fifty,six],[],9*100+(50+6)).
wordnum([nine,hundred,and,fifty,seven],[],9*100+(50+7)).
wordnum([nine,hundred,and,fifty,eight],[],9*100+(50+8)).
wordnum([nine,hundred,and,fifty,nine],[],9*100+(50+9)).
wordnum([nine,hundred,and,sixty,one],[],9*100+(60+1)).
wordnum([nine,hundred,and,sixty,two],[],9*100+(60+2)).
wordnum([nine,hundred,and,sixty,three],[],9*100+(60+3)).
wordnum([nine,hundred,and,sixty,four],[],9*100+(60+4)).
wordnum([nine,hundred,and,sixty,five],[],9*100+(60+5)).
wordnum([nine,hundred,and,sixty,six],[],9*100+(60+6)).
wordnum([nine,hundred,and,sixty,seven],[],9*100+(60+7)).
wordnum([nine,hundred,and,sixty,eight],[],9*100+(60+8)).
wordnum([nine,hundred,and,sixty,nine],[],9*100+(60+9)).
wordnum([nine,hundred,and,seventy,one],[],9*100+(70+1)).
wordnum([nine,hundred,and,seventy,two],[],9*100+(70+2)).
wordnum([nine,hundred,and,seventy,three],[],9*100+(70+3)).
wordnum([nine,hundred,and,seventy,four],[],9*100+(70+4)).
wordnum([nine,hundred,and,seventy,five],[],9*100+(70+5)).
wordnum([nine,hundred,and,seventy,six],[],9*100+(70+6)).
wordnum([nine,hundred,and,seventy,seven],[],9*100+(70+7)).
wordnum([nine,hundred,and,seventy,eight],[],9*100+(70+8)).
wordnum([nine,hundred,and,seventy,nine],[],9*100+(70+9)).
wordnum([nine,hundred,and,eighty,one],[],9*100+(80+1)).
wordnum([nine,hundred,and,eighty,two],[],9*100+(80+2)).
wordnum([nine,hundred,and,eighty,three],[],9*100+(80+3)).
wordnum([nine,hundred,and,eighty,four],[],9*100+(80+4)).
wordnum([nine,hundred,and,eighty,five],[],9*100+(80+5)).
wordnum([nine,hundred,and,eighty,six],[],9*100+(80+6)).
wordnum([nine,hundred,and,eighty,seven],[],9*100+(80+7)).
wordnum([nine,hundred,and,eighty,eight],[],9*100+(80+8)).
wordnum([nine,hundred,and,eighty,nine],[],9*100+(80+9)).
wordnum([nine,hundred,and,ninety,one],[],9*100+(90+1)).
wordnum([nine,hundred,and,ninety,two],[],9*100+(90+2)).
wordnum([nine,hundred,and,ninety,three],[],9*100+(90+3)).
wordnum([nine,hundred,and,ninety,four],[],9*100+(90+4)).
wordnum([nine,hundred,and,ninety,five],[],9*100+(90+5)).
wordnum([nine,hundred,and,ninety,six],[],9*100+(90+6)).
wordnum([nine,hundred,and,ninety,seven],[],9*100+(90+7)).
wordnum([nine,hundred,and,ninety,eight],[],9*100+(90+8)).
wordnum([nine,hundred,and,ninety,nine],[],9*100+(90+9)).
wordnum([one,thousand],[],1*1000).
wordnum([two,thousand],[],2*1000).
wordnum([three,thousand],[],3*1000).
wordnum([four,thousand],[],4*1000).
wordnum([five,thousand],[],5*1000).
wordnum([six,thousand],[],6*1000).
wordnum([seven,thousand],[],7*1000).
wordnum([eight,thousand],[],8*1000).
wordnum([nine,thousand],[],9*1000).
wordnum([one,thousand,and,one],[],1*1000+1).
wordnum([one,thousand,and,two],[],1*1000+2).
wordnum([one,thousand,and,three],[],1*1000+3).
wordnum([one,thousand,and,four],[],1*1000+4).
wordnum([one,thousand,and,five],[],1*1000+5).
wordnum([one,thousand,and,six],[],1*1000+6).
wordnum([one,thousand,and,seven],[],1*1000+7).
wordnum([one,thousand,and,eight],[],1*1000+8).
wordnum([one,thousand,and,nine],[],1*1000+9).
wordnum([one,thousand,and,ten],[],1*1000+10).
wordnum([one,thousand,and,eleven],[],1*1000+11).
wordnum([one,thousand,and,twelve],[],1*1000+12).
wordnum([one,thousand,and,thirteen],[],1*1000+13).
wordnum([one,thousand,and,fourteen],[],1*1000+14).
wordnum([one,thousand,and,fifteen],[],1*1000+15).
wordnum([one,thousand,and,sixteen],[],1*1000+16).
wordnum([one,thousand,and,seventeen],[],1*1000+17).
wordnum([one,thousand,and,eighteen],[],1*1000+18).
wordnum([one,thousand,and,nineteen],[],1*1000+19).
wordnum([one,thousand,and,twenty],[],1*1000+20).
wordnum([one,thousand,and,thirty],[],1*1000+30).
wordnum([one,thousand,and,forty],[],1*1000+40).
wordnum([one,thousand,and,fifty],[],1*1000+50).
wordnum([one,thousand,and,sixty],[],1*1000+60).
wordnum([one,thousand,and,seventy],[],1*1000+70).
wordnum([one,thousand,and,eighty],[],1*1000+80).
wordnum([one,thousand,and,ninety],[],1*1000+90).
wordnum([one,thousand,and,twenty,one],[],1*1000+(20+1)).
wordnum([one,thousand,and,twenty,two],[],1*1000+(20+2)).
wordnum([one,thousand,and,twenty,three],[],1*1000+(20+3)).
wordnum([one,thousand,and,twenty,four],[],1*1000+(20+4)).
wordnum([one,thousand,and,twenty,five],[],1*1000+(20+5)).
wordnum([one,thousand,and,twenty,six],[],1*1000+(20+6)).
wordnum([one,thousand,and,twenty,seven],[],1*1000+(20+7)).
wordnum([one,thousand,and,twenty,eight],[],1*1000+(20+8)).
wordnum([one,thousand,and,twenty,nine],[],1*1000+(20+9)).
wordnum([one,thousand,and,thirty,one],[],1*1000+(30+1)).
wordnum([one,thousand,and,thirty,two],[],1*1000+(30+2)).
wordnum([one,thousand,and,thirty,three],[],1*1000+(30+3)).
wordnum([one,thousand,and,thirty,four],[],1*1000+(30+4)).
wordnum([one,thousand,and,thirty,five],[],1*1000+(30+5)).
wordnum([one,thousand,and,thirty,six],[],1*1000+(30+6)).
wordnum([one,thousand,and,thirty,seven],[],1*1000+(30+7)).
wordnum([one,thousand,and,thirty,eight],[],1*1000+(30+8)).
wordnum([one,thousand,and,thirty,nine],[],1*1000+(30+9)).
wordnum([one,thousand,and,forty,one],[],1*1000+(40+1)).
wordnum([one,thousand,and,forty,two],[],1*1000+(40+2)).
wordnum([one,thousand,and,forty,three],[],1*1000+(40+3)).
wordnum([one,thousand,and,forty,four],[],1*1000+(40+4)).
wordnum([one,thousand,and,forty,five],[],1*1000+(40+5)).
wordnum([one,thousand,and,forty,six],[],1*1000+(40+6)).
wordnum([one,thousand,and,forty,seven],[],1*1000+(40+7)).
wordnum([one,thousand,and,forty,eight],[],1*1000+(40+8)).
wordnum([one,thousand,and,forty,nine],[],1*1000+(40+9)).
wordnum([one,thousand,and,fifty,one],[],1*1000+(50+1)).
wordnum([one,thousand,and,fifty,two],[],1*1000+(50+2)).
wordnum([one,thousand,and,fifty,three],[],1*1000+(50+3)).
wordnum([one,thousand,and,fifty,four],[],1*1000+(50+4)).
wordnum([one,thousand,and,fifty,five],[],1*1000+(50+5)).
wordnum([one,thousand,and,fifty,six],[],1*1000+(50+6)).
wordnum([one,thousand,and,fifty,seven],[],1*1000+(50+7)).
wordnum([one,thousand,and,fifty,eight],[],1*1000+(50+8)).
wordnum([one,thousand,and,fifty,nine],[],1*1000+(50+9)).
wordnum([one,thousand,and,sixty,one],[],1*1000+(60+1)).
wordnum([one,thousand,and,sixty,two],[],1*1000+(60+2)).
wordnum([one,thousand,and,sixty,three],[],1*1000+(60+3)).
wordnum([one,thousand,and,sixty,four],[],1*1000+(60+4)).
wordnum([one,thousand,and,sixty,five],[],1*1000+(60+5)).
wordnum([one,thousand,and,sixty,six],[],1*1000+(60+6)).
wordnum([one,thousand,and,sixty,seven],[],1*1000+(60+7)).
wordnum([one,thousand,and,sixty,eight],[],1*1000+(60+8)).
wordnum([one,thousand,and,sixty,nine],[],1*1000+(60+9)).
wordnum([one,thousand,and,seventy,one],[],1*1000+(70+1)).
wordnum([one,thousand,and,seventy,two],[],1*1000+(70+2)).
wordnum([one,thousand,and,seventy,three],[],1*1000+(70+3)).
wordnum([one,thousand,and,seventy,four],[],1*1000+(70+4)).
wordnum([one,thousand,and,seventy,five],[],1*1000+(70+5)).
wordnum([one,thousand,and,seventy,six],[],1*1000+(70+6)).
wordnum([one,thousand,and,seventy,seven],[],1*1000+(70+7)).
wordnum([one,thousand,and,seventy,eight],[],1*1000+(70+8)).
wordnum([one,thousand,and,seventy,nine],[],1*1000+(70+9)).
wordnum([one,thousand,and,eighty,one],[],1*1000+(80+1)).
wordnum([one,thousand,and,eighty,two],[],1*1000+(80+2)).
wordnum([one,thousand,and,eighty,three],[],1*1000+(80+3)).
wordnum([one,thousand,and,eighty,four],[],1*1000+(80+4)).
wordnum([one,thousand,and,eighty,five],[],1*1000+(80+5)).
wordnum([one,thousand,and,eighty,six],[],1*1000+(80+6)).
wordnum([one,thousand,and,eighty,seven],[],1*1000+(80+7)).
wordnum([one,thousand,and,eighty,eight],[],1*1000+(80+8)).
wordnum([one,thousand,and,eighty,nine],[],1*1000+(80+9)).
wordnum([one,thousand,and,ninety,one],[],1*1000+(90+1)).
wordnum([one,thousand,and,ninety,two],[],1*1000+(90+2)).
wordnum([one,thousand,and,ninety,three],[],1*1000+(90+3)).
wordnum([one,thousand,and,ninety,four],[],1*1000+(90+4)).
wordnum([one,thousand,and,ninety,five],[],1*1000+(90+5)).
wordnum([one,thousand,and,ninety,six],[],1*1000+(90+6)).
wordnum([one,thousand,and,ninety,seven],[],1*1000+(90+7)).
wordnum([one,thousand,and,ninety,eight],[],1*1000+(90+8)).
wordnum([one,thousand,and,ninety,nine],[],1*1000+(90+9)).
wordnum([two,thousand,and,one],[],2*1000+1).
wordnum([two,thousand,and,two],[],2*1000+2).
wordnum([two,thousand,and,three],[],2*1000+3).
wordnum([two,thousand,and,four],[],2*1000+4).
wordnum([two,thousand,and,five],[],2*1000+5).
wordnum([two,thousand,and,six],[],2*1000+6).
wordnum([two,thousand,and,seven],[],2*1000+7).
wordnum([two,thousand,and,eight],[],2*1000+8).
wordnum([two,thousand,and,nine],[],2*1000+9).
wordnum([two,thousand,and,ten],[],2*1000+10).
wordnum([two,thousand,and,eleven],[],2*1000+11).
wordnum([two,thousand,and,twelve],[],2*1000+12).
wordnum([two,thousand,and,thirteen],[],2*1000+13).
wordnum([two,thousand,and,fourteen],[],2*1000+14).
wordnum([two,thousand,and,fifteen],[],2*1000+15).
wordnum([two,thousand,and,sixteen],[],2*1000+16).
wordnum([two,thousand,and,seventeen],[],2*1000+17).
wordnum([two,thousand,and,eighteen],[],2*1000+18).
wordnum([two,thousand,and,nineteen],[],2*1000+19).
wordnum([two,thousand,and,twenty],[],2*1000+20).
wordnum([two,thousand,and,thirty],[],2*1000+30).
wordnum([two,thousand,and,forty],[],2*1000+40).
wordnum([two,thousand,and,fifty],[],2*1000+50).
wordnum([two,thousand,and,sixty],[],2*1000+60).
wordnum([two,thousand,and,seventy],[],2*1000+70).
wordnum([two,thousand,and,eighty],[],2*1000+80).
wordnum([two,thousand,and,ninety],[],2*1000+90).
wordnum([two,thousand,and,twenty,one],[],2*1000+(20+1)).
wordnum([two,thousand,and,twenty,two],[],2*1000+(20+2)).
wordnum([two,thousand,and,twenty,three],[],2*1000+(20+3)).
wordnum([two,thousand,and,twenty,four],[],2*1000+(20+4)).
wordnum([two,thousand,and,twenty,five],[],2*1000+(20+5)).
wordnum([two,thousand,and,twenty,six],[],2*1000+(20+6)).
wordnum([two,thousand,and,twenty,seven],[],2*1000+(20+7)).
wordnum([two,thousand,and,twenty,eight],[],2*1000+(20+8)).
wordnum([two,thousand,and,twenty,nine],[],2*1000+(20+9)).
wordnum([two,thousand,and,thirty,one],[],2*1000+(30+1)).
wordnum([two,thousand,and,thirty,two],[],2*1000+(30+2)).
wordnum([two,thousand,and,thirty,three],[],2*1000+(30+3)).
wordnum([two,thousand,and,thirty,four],[],2*1000+(30+4)).
wordnum([two,thousand,and,thirty,five],[],2*1000+(30+5)).
wordnum([two,thousand,and,thirty,six],[],2*1000+(30+6)).
wordnum([two,thousand,and,thirty,seven],[],2*1000+(30+7)).
wordnum([two,thousand,and,thirty,eight],[],2*1000+(30+8)).
wordnum([two,thousand,and,thirty,nine],[],2*1000+(30+9)).
wordnum([two,thousand,and,forty,one],[],2*1000+(40+1)).
wordnum([two,thousand,and,forty,two],[],2*1000+(40+2)).
wordnum([two,thousand,and,forty,three],[],2*1000+(40+3)).
wordnum([two,thousand,and,forty,four],[],2*1000+(40+4)).
wordnum([two,thousand,and,forty,five],[],2*1000+(40+5)).
wordnum([two,thousand,and,forty,six],[],2*1000+(40+6)).
wordnum([two,thousand,and,forty,seven],[],2*1000+(40+7)).
wordnum([two,thousand,and,forty,eight],[],2*1000+(40+8)).
wordnum([two,thousand,and,forty,nine],[],2*1000+(40+9)).
wordnum([two,thousand,and,fifty,one],[],2*1000+(50+1)).
wordnum([two,thousand,and,fifty,two],[],2*1000+(50+2)).
wordnum([two,thousand,and,fifty,three],[],2*1000+(50+3)).
wordnum([two,thousand,and,fifty,four],[],2*1000+(50+4)).
wordnum([two,thousand,and,fifty,five],[],2*1000+(50+5)).
wordnum([two,thousand,and,fifty,six],[],2*1000+(50+6)).
wordnum([two,thousand,and,fifty,seven],[],2*1000+(50+7)).
wordnum([two,thousand,and,fifty,eight],[],2*1000+(50+8)).
wordnum([two,thousand,and,fifty,nine],[],2*1000+(50+9)).
wordnum([two,thousand,and,sixty,one],[],2*1000+(60+1)).
wordnum([two,thousand,and,sixty,two],[],2*1000+(60+2)).
wordnum([two,thousand,and,sixty,three],[],2*1000+(60+3)).
wordnum([two,thousand,and,sixty,four],[],2*1000+(60+4)).
wordnum([two,thousand,and,sixty,five],[],2*1000+(60+5)).
wordnum([two,thousand,and,sixty,six],[],2*1000+(60+6)).
wordnum([two,thousand,and,sixty,seven],[],2*1000+(60+7)).
wordnum([two,thousand,and,sixty,eight],[],2*1000+(60+8)).
wordnum([two,thousand,and,sixty,nine],[],2*1000+(60+9)).
wordnum([two,thousand,and,seventy,one],[],2*1000+(70+1)).
wordnum([two,thousand,and,seventy,two],[],2*1000+(70+2)).
wordnum([two,thousand,and,seventy,three],[],2*1000+(70+3)).
wordnum([two,thousand,and,seventy,four],[],2*1000+(70+4)).
wordnum([two,thousand,and,seventy,five],[],2*1000+(70+5)).
wordnum([two,thousand,and,seventy,six],[],2*1000+(70+6)).
wordnum([two,thousand,and,seventy,seven],[],2*1000+(70+7)).
wordnum([two,thousand,and,seventy,eight],[],2*1000+(70+8)).
wordnum([two,thousand,and,seventy,nine],[],2*1000+(70+9)).
wordnum([two,thousand,and,eighty,one],[],2*1000+(80+1)).
wordnum([two,thousand,and,eighty,two],[],2*1000+(80+2)).
wordnum([two,thousand,and,eighty,three],[],2*1000+(80+3)).
wordnum([two,thousand,and,eighty,four],[],2*1000+(80+4)).
wordnum([two,thousand,and,eighty,five],[],2*1000+(80+5)).
wordnum([two,thousand,and,eighty,six],[],2*1000+(80+6)).
wordnum([two,thousand,and,eighty,seven],[],2*1000+(80+7)).
wordnum([two,thousand,and,eighty,eight],[],2*1000+(80+8)).
wordnum([two,thousand,and,eighty,nine],[],2*1000+(80+9)).
wordnum([two,thousand,and,ninety,one],[],2*1000+(90+1)).
wordnum([two,thousand,and,ninety,two],[],2*1000+(90+2)).
wordnum([two,thousand,and,ninety,three],[],2*1000+(90+3)).
wordnum([two,thousand,and,ninety,four],[],2*1000+(90+4)).
wordnum([two,thousand,and,ninety,five],[],2*1000+(90+5)).
wordnum([two,thousand,and,ninety,six],[],2*1000+(90+6)).
wordnum([two,thousand,and,ninety,seven],[],2*1000+(90+7)).
wordnum([two,thousand,and,ninety,eight],[],2*1000+(90+8)).
wordnum([two,thousand,and,ninety,nine],[],2*1000+(90+9)).
wordnum([three,thousand,and,one],[],3*1000+1).
wordnum([three,thousand,and,two],[],3*1000+2).
wordnum([three,thousand,and,three],[],3*1000+3).
wordnum([three,thousand,and,four],[],3*1000+4).
wordnum([three,thousand,and,five],[],3*1000+5).
wordnum([three,thousand,and,six],[],3*1000+6).
wordnum([three,thousand,and,seven],[],3*1000+7).
wordnum([three,thousand,and,eight],[],3*1000+8).
wordnum([three,thousand,and,nine],[],3*1000+9).
wordnum([three,thousand,and,ten],[],3*1000+10).
wordnum([three,thousand,and,eleven],[],3*1000+11).
wordnum([three,thousand,and,twelve],[],3*1000+12).
wordnum([three,thousand,and,thirteen],[],3*1000+13).
wordnum([three,thousand,and,fourteen],[],3*1000+14).
wordnum([three,thousand,and,fifteen],[],3*1000+15).
wordnum([three,thousand,and,sixteen],[],3*1000+16).
wordnum([three,thousand,and,seventeen],[],3*1000+17).
wordnum([three,thousand,and,eighteen],[],3*1000+18).
wordnum([three,thousand,and,nineteen],[],3*1000+19).
wordnum([three,thousand,and,twenty],[],3*1000+20).
wordnum([three,thousand,and,thirty],[],3*1000+30).
wordnum([three,thousand,and,forty],[],3*1000+40).
wordnum([three,thousand,and,fifty],[],3*1000+50).
wordnum([three,thousand,and,sixty],[],3*1000+60).
wordnum([three,thousand,and,seventy],[],3*1000+70).
wordnum([three,thousand,and,eighty],[],3*1000+80).
wordnum([three,thousand,and,ninety],[],3*1000+90).
wordnum([three,thousand,and,twenty,one],[],3*1000+(20+1)).
wordnum([three,thousand,and,twenty,two],[],3*1000+(20+2)).
wordnum([three,thousand,and,twenty,three],[],3*1000+(20+3)).
wordnum([three,thousand,and,twenty,four],[],3*1000+(20+4)).
wordnum([three,thousand,and,twenty,five],[],3*1000+(20+5)).
wordnum([three,thousand,and,twenty,six],[],3*1000+(20+6)).
wordnum([three,thousand,and,twenty,seven],[],3*1000+(20+7)).
wordnum([three,thousand,and,twenty,eight],[],3*1000+(20+8)).
wordnum([three,thousand,and,twenty,nine],[],3*1000+(20+9)).
wordnum([three,thousand,and,thirty,one],[],3*1000+(30+1)).
wordnum([three,thousand,and,thirty,two],[],3*1000+(30+2)).
wordnum([three,thousand,and,thirty,three],[],3*1000+(30+3)).
wordnum([three,thousand,and,thirty,four],[],3*1000+(30+4)).
wordnum([three,thousand,and,thirty,five],[],3*1000+(30+5)).
wordnum([three,thousand,and,thirty,six],[],3*1000+(30+6)).
wordnum([three,thousand,and,thirty,seven],[],3*1000+(30+7)).
wordnum([three,thousand,and,thirty,eight],[],3*1000+(30+8)).
wordnum([three,thousand,and,thirty,nine],[],3*1000+(30+9)).
wordnum([three,thousand,and,forty,one],[],3*1000+(40+1)).
wordnum([three,thousand,and,forty,two],[],3*1000+(40+2)).
wordnum([three,thousand,and,forty,three],[],3*1000+(40+3)).
wordnum([three,thousand,and,forty,four],[],3*1000+(40+4)).
wordnum([three,thousand,and,forty,five],[],3*1000+(40+5)).
wordnum([three,thousand,and,forty,six],[],3*1000+(40+6)).
wordnum([three,thousand,and,forty,seven],[],3*1000+(40+7)).
wordnum([three,thousand,and,forty,eight],[],3*1000+(40+8)).
wordnum([three,thousand,and,forty,nine],[],3*1000+(40+9)).
wordnum([three,thousand,and,fifty,one],[],3*1000+(50+1)).
wordnum([three,thousand,and,fifty,two],[],3*1000+(50+2)).
wordnum([three,thousand,and,fifty,three],[],3*1000+(50+3)).
wordnum([three,thousand,and,fifty,four],[],3*1000+(50+4)).
wordnum([three,thousand,and,fifty,five],[],3*1000+(50+5)).
wordnum([three,thousand,and,fifty,six],[],3*1000+(50+6)).
wordnum([three,thousand,and,fifty,seven],[],3*1000+(50+7)).
wordnum([three,thousand,and,fifty,eight],[],3*1000+(50+8)).
wordnum([three,thousand,and,fifty,nine],[],3*1000+(50+9)).
wordnum([three,thousand,and,sixty,one],[],3*1000+(60+1)).
wordnum([three,thousand,and,sixty,two],[],3*1000+(60+2)).
wordnum([three,thousand,and,sixty,three],[],3*1000+(60+3)).
wordnum([three,thousand,and,sixty,four],[],3*1000+(60+4)).
wordnum([three,thousand,and,sixty,five],[],3*1000+(60+5)).
wordnum([three,thousand,and,sixty,six],[],3*1000+(60+6)).
wordnum([three,thousand,and,sixty,seven],[],3*1000+(60+7)).
wordnum([three,thousand,and,sixty,eight],[],3*1000+(60+8)).
wordnum([three,thousand,and,sixty,nine],[],3*1000+(60+9)).
wordnum([three,thousand,and,seventy,one],[],3*1000+(70+1)).
wordnum([three,thousand,and,seventy,two],[],3*1000+(70+2)).
wordnum([three,thousand,and,seventy,three],[],3*1000+(70+3)).
wordnum([three,thousand,and,seventy,four],[],3*1000+(70+4)).
wordnum([three,thousand,and,seventy,five],[],3*1000+(70+5)).
wordnum([three,thousand,and,seventy,six],[],3*1000+(70+6)).
wordnum([three,thousand,and,seventy,seven],[],3*1000+(70+7)).
wordnum([three,thousand,and,seventy,eight],[],3*1000+(70+8)).
wordnum([three,thousand,and,seventy,nine],[],3*1000+(70+9)).
wordnum([three,thousand,and,eighty,one],[],3*1000+(80+1)).
wordnum([three,thousand,and,eighty,two],[],3*1000+(80+2)).
wordnum([three,thousand,and,eighty,three],[],3*1000+(80+3)).
wordnum([three,thousand,and,eighty,four],[],3*1000+(80+4)).
wordnum([three,thousand,and,eighty,five],[],3*1000+(80+5)).
wordnum([three,thousand,and,eighty,six],[],3*1000+(80+6)).
wordnum([three,thousand,and,eighty,seven],[],3*1000+(80+7)).
wordnum([three,thousand,and,eighty,eight],[],3*1000+(80+8)).
wordnum([three,thousand,and,eighty,nine],[],3*1000+(80+9)).
wordnum([three,thousand,and,ninety,one],[],3*1000+(90+1)).
wordnum([three,thousand,and,ninety,two],[],3*1000+(90+2)).
wordnum([three,thousand,and,ninety,three],[],3*1000+(90+3)).
wordnum([three,thousand,and,ninety,four],[],3*1000+(90+4)).
wordnum([three,thousand,and,ninety,five],[],3*1000+(90+5)).
wordnum([three,thousand,and,ninety,six],[],3*1000+(90+6)).
wordnum([three,thousand,and,ninety,seven],[],3*1000+(90+7)).
wordnum([three,thousand,and,ninety,eight],[],3*1000+(90+8)).
wordnum([three,thousand,and,ninety,nine],[],3*1000+(90+9)).
wordnum([four,thousand,and,one],[],4*1000+1).
wordnum([four,thousand,and,two],[],4*1000+2).
wordnum([four,thousand,and,three],[],4*1000+3).
wordnum([four,thousand,and,four],[],4*1000+4).
wordnum([four,thousand,and,five],[],4*1000+5).
wordnum([four,thousand,and,six],[],4*1000+6).
wordnum([four,thousand,and,seven],[],4*1000+7).
wordnum([four,thousand,and,eight],[],4*1000+8).
wordnum([four,thousand,and,nine],[],4*1000+9).
wordnum([four,thousand,and,ten],[],4*1000+10).
wordnum([four,thousand,and,eleven],[],4*1000+11).
wordnum([four,thousand,and,twelve],[],4*1000+12).
wordnum([four,thousand,and,thirteen],[],4*1000+13).
wordnum([four,thousand,and,fourteen],[],4*1000+14).
wordnum([four,thousand,and,fifteen],[],4*1000+15).
wordnum([four,thousand,and,sixteen],[],4*1000+16).
wordnum([four,thousand,and,seventeen],[],4*1000+17).
wordnum([four,thousand,and,eighteen],[],4*1000+18).
wordnum([four,thousand,and,nineteen],[],4*1000+19).
wordnum([four,thousand,and,twenty],[],4*1000+20).
wordnum([four,thousand,and,thirty],[],4*1000+30).
wordnum([four,thousand,and,forty],[],4*1000+40).
wordnum([four,thousand,and,fifty],[],4*1000+50).
wordnum([four,thousand,and,sixty],[],4*1000+60).
wordnum([four,thousand,and,seventy],[],4*1000+70).
wordnum([four,thousand,and,eighty],[],4*1000+80).
wordnum([four,thousand,and,ninety],[],4*1000+90).
wordnum([four,thousand,and,twenty,one],[],4*1000+(20+1)).
wordnum([four,thousand,and,twenty,two],[],4*1000+(20+2)).
wordnum([four,thousand,and,twenty,three],[],4*1000+(20+3)).
wordnum([four,thousand,and,twenty,four],[],4*1000+(20+4)).
wordnum([four,thousand,and,twenty,five],[],4*1000+(20+5)).
wordnum([four,thousand,and,twenty,six],[],4*1000+(20+6)).
wordnum([four,thousand,and,twenty,seven],[],4*1000+(20+7)).
wordnum([four,thousand,and,twenty,eight],[],4*1000+(20+8)).
wordnum([four,thousand,and,twenty,nine],[],4*1000+(20+9)).
wordnum([four,thousand,and,thirty,one],[],4*1000+(30+1)).
wordnum([four,thousand,and,thirty,two],[],4*1000+(30+2)).
wordnum([four,thousand,and,thirty,three],[],4*1000+(30+3)).
wordnum([four,thousand,and,thirty,four],[],4*1000+(30+4)).
wordnum([four,thousand,and,thirty,five],[],4*1000+(30+5)).
wordnum([four,thousand,and,thirty,six],[],4*1000+(30+6)).
wordnum([four,thousand,and,thirty,seven],[],4*1000+(30+7)).
wordnum([four,thousand,and,thirty,eight],[],4*1000+(30+8)).
wordnum([four,thousand,and,thirty,nine],[],4*1000+(30+9)).
wordnum([four,thousand,and,forty,one],[],4*1000+(40+1)).
wordnum([four,thousand,and,forty,two],[],4*1000+(40+2)).
wordnum([four,thousand,and,forty,three],[],4*1000+(40+3)).
wordnum([four,thousand,and,forty,four],[],4*1000+(40+4)).
wordnum([four,thousand,and,forty,five],[],4*1000+(40+5)).
wordnum([four,thousand,and,forty,six],[],4*1000+(40+6)).
wordnum([four,thousand,and,forty,seven],[],4*1000+(40+7)).
wordnum([four,thousand,and,forty,eight],[],4*1000+(40+8)).
wordnum([four,thousand,and,forty,nine],[],4*1000+(40+9)).
wordnum([four,thousand,and,fifty,one],[],4*1000+(50+1)).
wordnum([four,thousand,and,fifty,two],[],4*1000+(50+2)).
wordnum([four,thousand,and,fifty,three],[],4*1000+(50+3)).
wordnum([four,thousand,and,fifty,four],[],4*1000+(50+4)).
wordnum([four,thousand,and,fifty,five],[],4*1000+(50+5)).
wordnum([four,thousand,and,fifty,six],[],4*1000+(50+6)).
wordnum([four,thousand,and,fifty,seven],[],4*1000+(50+7)).
wordnum([four,thousand,and,fifty,eight],[],4*1000+(50+8)).
wordnum([four,thousand,and,fifty,nine],[],4*1000+(50+9)).
wordnum([four,thousand,and,sixty,one],[],4*1000+(60+1)).
wordnum([four,thousand,and,sixty,two],[],4*1000+(60+2)).
wordnum([four,thousand,and,sixty,three],[],4*1000+(60+3)).
wordnum([four,thousand,and,sixty,four],[],4*1000+(60+4)).
wordnum([four,thousand,and,sixty,five],[],4*1000+(60+5)).
wordnum([four,thousand,and,sixty,six],[],4*1000+(60+6)).
wordnum([four,thousand,and,sixty,seven],[],4*1000+(60+7)).
wordnum([four,thousand,and,sixty,eight],[],4*1000+(60+8)).
wordnum([four,thousand,and,sixty,nine],[],4*1000+(60+9)).
wordnum([four,thousand,and,seventy,one],[],4*1000+(70+1)).
wordnum([four,thousand,and,seventy,two],[],4*1000+(70+2)).
wordnum([four,thousand,and,seventy,three],[],4*1000+(70+3)).
wordnum([four,thousand,and,seventy,four],[],4*1000+(70+4)).
wordnum([four,thousand,and,seventy,five],[],4*1000+(70+5)).
wordnum([four,thousand,and,seventy,six],[],4*1000+(70+6)).
wordnum([four,thousand,and,seventy,seven],[],4*1000+(70+7)).
wordnum([four,thousand,and,seventy,eight],[],4*1000+(70+8)).
wordnum([four,thousand,and,seventy,nine],[],4*1000+(70+9)).
wordnum([four,thousand,and,eighty,one],[],4*1000+(80+1)).
wordnum([four,thousand,and,eighty,two],[],4*1000+(80+2)).
wordnum([four,thousand,and,eighty,three],[],4*1000+(80+3)).
wordnum([four,thousand,and,eighty,four],[],4*1000+(80+4)).
wordnum([four,thousand,and,eighty,five],[],4*1000+(80+5)).
wordnum([four,thousand,and,eighty,six],[],4*1000+(80+6)).
wordnum([four,thousand,and,eighty,seven],[],4*1000+(80+7)).
wordnum([four,thousand,and,eighty,eight],[],4*1000+(80+8)).
wordnum([four,thousand,and,eighty,nine],[],4*1000+(80+9)).
wordnum([four,thousand,and,ninety,one],[],4*1000+(90+1)).
wordnum([four,thousand,and,ninety,two],[],4*1000+(90+2)).
wordnum([four,thousand,and,ninety,three],[],4*1000+(90+3)).
wordnum([four,thousand,and,ninety,four],[],4*1000+(90+4)).
wordnum([four,thousand,and,ninety,five],[],4*1000+(90+5)).
wordnum([four,thousand,and,ninety,six],[],4*1000+(90+6)).
wordnum([four,thousand,and,ninety,seven],[],4*1000+(90+7)).
wordnum([four,thousand,and,ninety,eight],[],4*1000+(90+8)).
wordnum([four,thousand,and,ninety,nine],[],4*1000+(90+9)).
wordnum([five,thousand,and,one],[],5*1000+1).
wordnum([five,thousand,and,two],[],5*1000+2).
wordnum([five,thousand,and,three],[],5*1000+3).
wordnum([five,thousand,and,four],[],5*1000+4).
wordnum([five,thousand,and,five],[],5*1000+5).
wordnum([five,thousand,and,six],[],5*1000+6).
wordnum([five,thousand,and,seven],[],5*1000+7).
wordnum([five,thousand,and,eight],[],5*1000+8).
wordnum([five,thousand,and,nine],[],5*1000+9).
wordnum([five,thousand,and,ten],[],5*1000+10).
wordnum([five,thousand,and,eleven],[],5*1000+11).
wordnum([five,thousand,and,twelve],[],5*1000+12).
wordnum([five,thousand,and,thirteen],[],5*1000+13).
wordnum([five,thousand,and,fourteen],[],5*1000+14).
wordnum([five,thousand,and,fifteen],[],5*1000+15).
wordnum([five,thousand,and,sixteen],[],5*1000+16).
wordnum([five,thousand,and,seventeen],[],5*1000+17).
wordnum([five,thousand,and,eighteen],[],5*1000+18).
wordnum([five,thousand,and,nineteen],[],5*1000+19).
wordnum([five,thousand,and,twenty],[],5*1000+20).
wordnum([five,thousand,and,thirty],[],5*1000+30).
wordnum([five,thousand,and,forty],[],5*1000+40).
wordnum([five,thousand,and,fifty],[],5*1000+50).
wordnum([five,thousand,and,sixty],[],5*1000+60).
wordnum([five,thousand,and,seventy],[],5*1000+70).
wordnum([five,thousand,and,eighty],[],5*1000+80).
wordnum([five,thousand,and,ninety],[],5*1000+90).
wordnum([five,thousand,and,twenty,one],[],5*1000+(20+1)).
wordnum([five,thousand,and,twenty,two],[],5*1000+(20+2)).
wordnum([five,thousand,and,twenty,three],[],5*1000+(20+3)).
wordnum([five,thousand,and,twenty,four],[],5*1000+(20+4)).
wordnum([five,thousand,and,twenty,five],[],5*1000+(20+5)).
wordnum([five,thousand,and,twenty,six],[],5*1000+(20+6)).
wordnum([five,thousand,and,twenty,seven],[],5*1000+(20+7)).
wordnum([five,thousand,and,twenty,eight],[],5*1000+(20+8)).
wordnum([five,thousand,and,twenty,nine],[],5*1000+(20+9)).
wordnum([five,thousand,and,thirty,one],[],5*1000+(30+1)).
wordnum([five,thousand,and,thirty,two],[],5*1000+(30+2)).
wordnum([five,thousand,and,thirty,three],[],5*1000+(30+3)).
wordnum([five,thousand,and,thirty,four],[],5*1000+(30+4)).
wordnum([five,thousand,and,thirty,five],[],5*1000+(30+5)).
wordnum([five,thousand,and,thirty,six],[],5*1000+(30+6)).
wordnum([five,thousand,and,thirty,seven],[],5*1000+(30+7)).
wordnum([five,thousand,and,thirty,eight],[],5*1000+(30+8)).
wordnum([five,thousand,and,thirty,nine],[],5*1000+(30+9)).
wordnum([five,thousand,and,forty,one],[],5*1000+(40+1)).
wordnum([five,thousand,and,forty,two],[],5*1000+(40+2)).
wordnum([five,thousand,and,forty,three],[],5*1000+(40+3)).
wordnum([five,thousand,and,forty,four],[],5*1000+(40+4)).
wordnum([five,thousand,and,forty,five],[],5*1000+(40+5)).
wordnum([five,thousand,and,forty,six],[],5*1000+(40+6)).
wordnum([five,thousand,and,forty,seven],[],5*1000+(40+7)).
wordnum([five,thousand,and,forty,eight],[],5*1000+(40+8)).
wordnum([five,thousand,and,forty,nine],[],5*1000+(40+9)).
wordnum([five,thousand,and,fifty,one],[],5*1000+(50+1)).
wordnum([five,thousand,and,fifty,two],[],5*1000+(50+2)).
wordnum([five,thousand,and,fifty,three],[],5*1000+(50+3)).
wordnum([five,thousand,and,fifty,four],[],5*1000+(50+4)).
wordnum([five,thousand,and,fifty,five],[],5*1000+(50+5)).
wordnum([five,thousand,and,fifty,six],[],5*1000+(50+6)).
wordnum([five,thousand,and,fifty,seven],[],5*1000+(50+7)).
wordnum([five,thousand,and,fifty,eight],[],5*1000+(50+8)).
wordnum([five,thousand,and,fifty,nine],[],5*1000+(50+9)).
wordnum([five,thousand,and,sixty,one],[],5*1000+(60+1)).
wordnum([five,thousand,and,sixty,two],[],5*1000+(60+2)).
wordnum([five,thousand,and,sixty,three],[],5*1000+(60+3)).
wordnum([five,thousand,and,sixty,four],[],5*1000+(60+4)).
wordnum([five,thousand,and,sixty,five],[],5*1000+(60+5)).
wordnum([five,thousand,and,sixty,six],[],5*1000+(60+6)).
wordnum([five,thousand,and,sixty,seven],[],5*1000+(60+7)).
wordnum([five,thousand,and,sixty,eight],[],5*1000+(60+8)).
wordnum([five,thousand,and,sixty,nine],[],5*1000+(60+9)).
wordnum([five,thousand,and,seventy,one],[],5*1000+(70+1)).
wordnum([five,thousand,and,seventy,two],[],5*1000+(70+2)).
wordnum([five,thousand,and,seventy,three],[],5*1000+(70+3)).
wordnum([five,thousand,and,seventy,four],[],5*1000+(70+4)).
wordnum([five,thousand,and,seventy,five],[],5*1000+(70+5)).
wordnum([five,thousand,and,seventy,six],[],5*1000+(70+6)).
wordnum([five,thousand,and,seventy,seven],[],5*1000+(70+7)).
wordnum([five,thousand,and,seventy,eight],[],5*1000+(70+8)).
wordnum([five,thousand,and,seventy,nine],[],5*1000+(70+9)).
wordnum([five,thousand,and,eighty,one],[],5*1000+(80+1)).
wordnum([five,thousand,and,eighty,two],[],5*1000+(80+2)).
wordnum([five,thousand,and,eighty,three],[],5*1000+(80+3)).
wordnum([five,thousand,and,eighty,four],[],5*1000+(80+4)).
wordnum([five,thousand,and,eighty,five],[],5*1000+(80+5)).
wordnum([five,thousand,and,eighty,six],[],5*1000+(80+6)).
wordnum([five,thousand,and,eighty,seven],[],5*1000+(80+7)).
wordnum([five,thousand,and,eighty,eight],[],5*1000+(80+8)).
wordnum([five,thousand,and,eighty,nine],[],5*1000+(80+9)).
wordnum([five,thousand,and,ninety,one],[],5*1000+(90+1)).
wordnum([five,thousand,and,ninety,two],[],5*1000+(90+2)).
wordnum([five,thousand,and,ninety,three],[],5*1000+(90+3)).
wordnum([five,thousand,and,ninety,four],[],5*1000+(90+4)).
wordnum([five,thousand,and,ninety,five],[],5*1000+(90+5)).
wordnum([five,thousand,and,ninety,six],[],5*1000+(90+6)).
wordnum([five,thousand,and,ninety,seven],[],5*1000+(90+7)).
wordnum([five,thousand,and,ninety,eight],[],5*1000+(90+8)).
wordnum([five,thousand,and,ninety,nine],[],5*1000+(90+9)).
wordnum([six,thousand,and,one],[],6*1000+1).
wordnum([six,thousand,and,two],[],6*1000+2).
wordnum([six,thousand,and,three],[],6*1000+3).
wordnum([six,thousand,and,four],[],6*1000+4).
wordnum([six,thousand,and,five],[],6*1000+5).
wordnum([six,thousand,and,six],[],6*1000+6).
wordnum([six,thousand,and,seven],[],6*1000+7).
wordnum([six,thousand,and,eight],[],6*1000+8).
wordnum([six,thousand,and,nine],[],6*1000+9).
wordnum([six,thousand,and,ten],[],6*1000+10).
wordnum([six,thousand,and,eleven],[],6*1000+11).
wordnum([six,thousand,and,twelve],[],6*1000+12).
wordnum([six,thousand,and,thirteen],[],6*1000+13).
wordnum([six,thousand,and,fourteen],[],6*1000+14).
wordnum([six,thousand,and,fifteen],[],6*1000+15).
wordnum([six,thousand,and,sixteen],[],6*1000+16).
wordnum([six,thousand,and,seventeen],[],6*1000+17).
wordnum([six,thousand,and,eighteen],[],6*1000+18).
wordnum([six,thousand,and,nineteen],[],6*1000+19).
wordnum([six,thousand,and,twenty],[],6*1000+20).
wordnum([six,thousand,and,thirty],[],6*1000+30).
wordnum([six,thousand,and,forty],[],6*1000+40).
wordnum([six,thousand,and,fifty],[],6*1000+50).
wordnum([six,thousand,and,sixty],[],6*1000+60).
wordnum([six,thousand,and,seventy],[],6*1000+70).
wordnum([six,thousand,and,eighty],[],6*1000+80).
wordnum([six,thousand,and,ninety],[],6*1000+90).
wordnum([six,thousand,and,twenty,one],[],6*1000+(20+1)).
wordnum([six,thousand,and,twenty,two],[],6*1000+(20+2)).
wordnum([six,thousand,and,twenty,three],[],6*1000+(20+3)).
wordnum([six,thousand,and,twenty,four],[],6*1000+(20+4)).
wordnum([six,thousand,and,twenty,five],[],6*1000+(20+5)).
wordnum([six,thousand,and,twenty,six],[],6*1000+(20+6)).
wordnum([six,thousand,and,twenty,seven],[],6*1000+(20+7)).
wordnum([six,thousand,and,twenty,eight],[],6*1000+(20+8)).
wordnum([six,thousand,and,twenty,nine],[],6*1000+(20+9)).
wordnum([six,thousand,and,thirty,one],[],6*1000+(30+1)).
wordnum([six,thousand,and,thirty,two],[],6*1000+(30+2)).
wordnum([six,thousand,and,thirty,three],[],6*1000+(30+3)).
wordnum([six,thousand,and,thirty,four],[],6*1000+(30+4)).
wordnum([six,thousand,and,thirty,five],[],6*1000+(30+5)).
wordnum([six,thousand,and,thirty,six],[],6*1000+(30+6)).
wordnum([six,thousand,and,thirty,seven],[],6*1000+(30+7)).
wordnum([six,thousand,and,thirty,eight],[],6*1000+(30+8)).
wordnum([six,thousand,and,thirty,nine],[],6*1000+(30+9)).
wordnum([six,thousand,and,forty,one],[],6*1000+(40+1)).
wordnum([six,thousand,and,forty,two],[],6*1000+(40+2)).
wordnum([six,thousand,and,forty,three],[],6*1000+(40+3)).
wordnum([six,thousand,and,forty,four],[],6*1000+(40+4)).
wordnum([six,thousand,and,forty,five],[],6*1000+(40+5)).
wordnum([six,thousand,and,forty,six],[],6*1000+(40+6)).
wordnum([six,thousand,and,forty,seven],[],6*1000+(40+7)).
wordnum([six,thousand,and,forty,eight],[],6*1000+(40+8)).
wordnum([six,thousand,and,forty,nine],[],6*1000+(40+9)).
wordnum([six,thousand,and,fifty,one],[],6*1000+(50+1)).
wordnum([six,thousand,and,fifty,two],[],6*1000+(50+2)).
wordnum([six,thousand,and,fifty,three],[],6*1000+(50+3)).
wordnum([six,thousand,and,fifty,four],[],6*1000+(50+4)).
wordnum([six,thousand,and,fifty,five],[],6*1000+(50+5)).
wordnum([six,thousand,and,fifty,six],[],6*1000+(50+6)).
wordnum([six,thousand,and,fifty,seven],[],6*1000+(50+7)).
wordnum([six,thousand,and,fifty,eight],[],6*1000+(50+8)).
wordnum([six,thousand,and,fifty,nine],[],6*1000+(50+9)).
wordnum([six,thousand,and,sixty,one],[],6*1000+(60+1)).
wordnum([six,thousand,and,sixty,two],[],6*1000+(60+2)).
wordnum([six,thousand,and,sixty,three],[],6*1000+(60+3)).
wordnum([six,thousand,and,sixty,four],[],6*1000+(60+4)).
wordnum([six,thousand,and,sixty,five],[],6*1000+(60+5)).
wordnum([six,thousand,and,sixty,six],[],6*1000+(60+6)).
wordnum([six,thousand,and,sixty,seven],[],6*1000+(60+7)).
wordnum([six,thousand,and,sixty,eight],[],6*1000+(60+8)).
wordnum([six,thousand,and,sixty,nine],[],6*1000+(60+9)).
wordnum([six,thousand,and,seventy,one],[],6*1000+(70+1)).
wordnum([six,thousand,and,seventy,two],[],6*1000+(70+2)).
wordnum([six,thousand,and,seventy,three],[],6*1000+(70+3)).
wordnum([six,thousand,and,seventy,four],[],6*1000+(70+4)).
wordnum([six,thousand,and,seventy,five],[],6*1000+(70+5)).
wordnum([six,thousand,and,seventy,six],[],6*1000+(70+6)).
wordnum([six,thousand,and,seventy,seven],[],6*1000+(70+7)).
wordnum([six,thousand,and,seventy,eight],[],6*1000+(70+8)).
wordnum([six,thousand,and,seventy,nine],[],6*1000+(70+9)).
wordnum([six,thousand,and,eighty,one],[],6*1000+(80+1)).
wordnum([six,thousand,and,eighty,two],[],6*1000+(80+2)).
wordnum([six,thousand,and,eighty,three],[],6*1000+(80+3)).
wordnum([six,thousand,and,eighty,four],[],6*1000+(80+4)).
wordnum([six,thousand,and,eighty,five],[],6*1000+(80+5)).
wordnum([six,thousand,and,eighty,six],[],6*1000+(80+6)).
wordnum([six,thousand,and,eighty,seven],[],6*1000+(80+7)).
wordnum([six,thousand,and,eighty,eight],[],6*1000+(80+8)).
wordnum([six,thousand,and,eighty,nine],[],6*1000+(80+9)).
wordnum([six,thousand,and,ninety,one],[],6*1000+(90+1)).
wordnum([six,thousand,and,ninety,two],[],6*1000+(90+2)).
wordnum([six,thousand,and,ninety,three],[],6*1000+(90+3)).
wordnum([six,thousand,and,ninety,four],[],6*1000+(90+4)).
wordnum([six,thousand,and,ninety,five],[],6*1000+(90+5)).
wordnum([six,thousand,and,ninety,six],[],6*1000+(90+6)).
wordnum([six,thousand,and,ninety,seven],[],6*1000+(90+7)).
wordnum([six,thousand,and,ninety,eight],[],6*1000+(90+8)).
wordnum([six,thousand,and,ninety,nine],[],6*1000+(90+9)).
wordnum([seven,thousand,and,one],[],7*1000+1).
wordnum([seven,thousand,and,two],[],7*1000+2).
wordnum([seven,thousand,and,three],[],7*1000+3).
wordnum([seven,thousand,and,four],[],7*1000+4).
wordnum([seven,thousand,and,five],[],7*1000+5).
wordnum([seven,thousand,and,six],[],7*1000+6).
wordnum([seven,thousand,and,seven],[],7*1000+7).
wordnum([seven,thousand,and,eight],[],7*1000+8).
wordnum([seven,thousand,and,nine],[],7*1000+9).
wordnum([seven,thousand,and,ten],[],7*1000+10).
wordnum([seven,thousand,and,eleven],[],7*1000+11).
wordnum([seven,thousand,and,twelve],[],7*1000+12).
wordnum([seven,thousand,and,thirteen],[],7*1000+13).
wordnum([seven,thousand,and,fourteen],[],7*1000+14).
wordnum([seven,thousand,and,fifteen],[],7*1000+15).
wordnum([seven,thousand,and,sixteen],[],7*1000+16).
wordnum([seven,thousand,and,seventeen],[],7*1000+17).
wordnum([seven,thousand,and,eighteen],[],7*1000+18).
wordnum([seven,thousand,and,nineteen],[],7*1000+19).
wordnum([seven,thousand,and,twenty],[],7*1000+20).
wordnum([seven,thousand,and,thirty],[],7*1000+30).
wordnum([seven,thousand,and,forty],[],7*1000+40).
wordnum([seven,thousand,and,fifty],[],7*1000+50).
wordnum([seven,thousand,and,sixty],[],7*1000+60).
wordnum([seven,thousand,and,seventy],[],7*1000+70).
wordnum([seven,thousand,and,eighty],[],7*1000+80).
wordnum([seven,thousand,and,ninety],[],7*1000+90).
wordnum([seven,thousand,and,twenty,one],[],7*1000+(20+1)).
wordnum([seven,thousand,and,twenty,two],[],7*1000+(20+2)).
wordnum([seven,thousand,and,twenty,three],[],7*1000+(20+3)).
wordnum([seven,thousand,and,twenty,four],[],7*1000+(20+4)).
wordnum([seven,thousand,and,twenty,five],[],7*1000+(20+5)).
wordnum([seven,thousand,and,twenty,six],[],7*1000+(20+6)).
wordnum([seven,thousand,and,twenty,seven],[],7*1000+(20+7)).
wordnum([seven,thousand,and,twenty,eight],[],7*1000+(20+8)).
wordnum([seven,thousand,and,twenty,nine],[],7*1000+(20+9)).
wordnum([seven,thousand,and,thirty,one],[],7*1000+(30+1)).
wordnum([seven,thousand,and,thirty,two],[],7*1000+(30+2)).
wordnum([seven,thousand,and,thirty,three],[],7*1000+(30+3)).
wordnum([seven,thousand,and,thirty,four],[],7*1000+(30+4)).
wordnum([seven,thousand,and,thirty,five],[],7*1000+(30+5)).
wordnum([seven,thousand,and,thirty,six],[],7*1000+(30+6)).
wordnum([seven,thousand,and,thirty,seven],[],7*1000+(30+7)).
wordnum([seven,thousand,and,thirty,eight],[],7*1000+(30+8)).
wordnum([seven,thousand,and,thirty,nine],[],7*1000+(30+9)).
wordnum([seven,thousand,and,forty,one],[],7*1000+(40+1)).
wordnum([seven,thousand,and,forty,two],[],7*1000+(40+2)).
wordnum([seven,thousand,and,forty,three],[],7*1000+(40+3)).
wordnum([seven,thousand,and,forty,four],[],7*1000+(40+4)).
wordnum([seven,thousand,and,forty,five],[],7*1000+(40+5)).
wordnum([seven,thousand,and,forty,six],[],7*1000+(40+6)).
wordnum([seven,thousand,and,forty,seven],[],7*1000+(40+7)).
wordnum([seven,thousand,and,forty,eight],[],7*1000+(40+8)).
wordnum([seven,thousand,and,forty,nine],[],7*1000+(40+9)).
wordnum([seven,thousand,and,fifty,one],[],7*1000+(50+1)).
wordnum([seven,thousand,and,fifty,two],[],7*1000+(50+2)).
wordnum([seven,thousand,and,fifty,three],[],7*1000+(50+3)).
wordnum([seven,thousand,and,fifty,four],[],7*1000+(50+4)).
wordnum([seven,thousand,and,fifty,five],[],7*1000+(50+5)).
wordnum([seven,thousand,and,fifty,six],[],7*1000+(50+6)).
wordnum([seven,thousand,and,fifty,seven],[],7*1000+(50+7)).
wordnum([seven,thousand,and,fifty,eight],[],7*1000+(50+8)).
wordnum([seven,thousand,and,fifty,nine],[],7*1000+(50+9)).
wordnum([seven,thousand,and,sixty,one],[],7*1000+(60+1)).
wordnum([seven,thousand,and,sixty,two],[],7*1000+(60+2)).
wordnum([seven,thousand,and,sixty,three],[],7*1000+(60+3)).
wordnum([seven,thousand,and,sixty,four],[],7*1000+(60+4)).
wordnum([seven,thousand,and,sixty,five],[],7*1000+(60+5)).
wordnum([seven,thousand,and,sixty,six],[],7*1000+(60+6)).
wordnum([seven,thousand,and,sixty,seven],[],7*1000+(60+7)).
wordnum([seven,thousand,and,sixty,eight],[],7*1000+(60+8)).
wordnum([seven,thousand,and,sixty,nine],[],7*1000+(60+9)).
wordnum([seven,thousand,and,seventy,one],[],7*1000+(70+1)).
wordnum([seven,thousand,and,seventy,two],[],7*1000+(70+2)).
wordnum([seven,thousand,and,seventy,three],[],7*1000+(70+3)).
wordnum([seven,thousand,and,seventy,four],[],7*1000+(70+4)).
wordnum([seven,thousand,and,seventy,five],[],7*1000+(70+5)).
wordnum([seven,thousand,and,seventy,six],[],7*1000+(70+6)).
wordnum([seven,thousand,and,seventy,seven],[],7*1000+(70+7)).
wordnum([seven,thousand,and,seventy,eight],[],7*1000+(70+8)).
wordnum([seven,thousand,and,seventy,nine],[],7*1000+(70+9)).
wordnum([seven,thousand,and,eighty,one],[],7*1000+(80+1)).
wordnum([seven,thousand,and,eighty,two],[],7*1000+(80+2)).
wordnum([seven,thousand,and,eighty,three],[],7*1000+(80+3)).
wordnum([seven,thousand,and,eighty,four],[],7*1000+(80+4)).
wordnum([seven,thousand,and,eighty,five],[],7*1000+(80+5)).
wordnum([seven,thousand,and,eighty,six],[],7*1000+(80+6)).
wordnum([seven,thousand,and,eighty,seven],[],7*1000+(80+7)).
wordnum([seven,thousand,and,eighty,eight],[],7*1000+(80+8)).
wordnum([seven,thousand,and,eighty,nine],[],7*1000+(80+9)).
wordnum([seven,thousand,and,ninety,one],[],7*1000+(90+1)).
wordnum([seven,thousand,and,ninety,two],[],7*1000+(90+2)).
wordnum([seven,thousand,and,ninety,three],[],7*1000+(90+3)).
wordnum([seven,thousand,and,ninety,four],[],7*1000+(90+4)).
wordnum([seven,thousand,and,ninety,five],[],7*1000+(90+5)).
wordnum([seven,thousand,and,ninety,six],[],7*1000+(90+6)).
wordnum([seven,thousand,and,ninety,seven],[],7*1000+(90+7)).
wordnum([seven,thousand,and,ninety,eight],[],7*1000+(90+8)).
wordnum([seven,thousand,and,ninety,nine],[],7*1000+(90+9)).
wordnum([eight,thousand,and,one],[],8*1000+1).
wordnum([eight,thousand,and,two],[],8*1000+2).
wordnum([eight,thousand,and,three],[],8*1000+3).
wordnum([eight,thousand,and,four],[],8*1000+4).
wordnum([eight,thousand,and,five],[],8*1000+5).
wordnum([eight,thousand,and,six],[],8*1000+6).
wordnum([eight,thousand,and,seven],[],8*1000+7).
wordnum([eight,thousand,and,eight],[],8*1000+8).
wordnum([eight,thousand,and,nine],[],8*1000+9).
wordnum([eight,thousand,and,ten],[],8*1000+10).
wordnum([eight,thousand,and,eleven],[],8*1000+11).
wordnum([eight,thousand,and,twelve],[],8*1000+12).
wordnum([eight,thousand,and,thirteen],[],8*1000+13).
wordnum([eight,thousand,and,fourteen],[],8*1000+14).
wordnum([eight,thousand,and,fifteen],[],8*1000+15).
wordnum([eight,thousand,and,sixteen],[],8*1000+16).
wordnum([eight,thousand,and,seventeen],[],8*1000+17).
wordnum([eight,thousand,and,eighteen],[],8*1000+18).
wordnum([eight,thousand,and,nineteen],[],8*1000+19).
wordnum([eight,thousand,and,twenty],[],8*1000+20).
wordnum([eight,thousand,and,thirty],[],8*1000+30).
wordnum([eight,thousand,and,forty],[],8*1000+40).
wordnum([eight,thousand,and,fifty],[],8*1000+50).
wordnum([eight,thousand,and,sixty],[],8*1000+60).
wordnum([eight,thousand,and,seventy],[],8*1000+70).
wordnum([eight,thousand,and,eighty],[],8*1000+80).
wordnum([eight,thousand,and,ninety],[],8*1000+90).
wordnum([eight,thousand,and,twenty,one],[],8*1000+(20+1)).
wordnum([eight,thousand,and,twenty,two],[],8*1000+(20+2)).
wordnum([eight,thousand,and,twenty,three],[],8*1000+(20+3)).
wordnum([eight,thousand,and,twenty,four],[],8*1000+(20+4)).
wordnum([eight,thousand,and,twenty,five],[],8*1000+(20+5)).
wordnum([eight,thousand,and,twenty,six],[],8*1000+(20+6)).
wordnum([eight,thousand,and,twenty,seven],[],8*1000+(20+7)).
wordnum([eight,thousand,and,twenty,eight],[],8*1000+(20+8)).
wordnum([eight,thousand,and,twenty,nine],[],8*1000+(20+9)).
wordnum([eight,thousand,and,thirty,one],[],8*1000+(30+1)).
wordnum([eight,thousand,and,thirty,two],[],8*1000+(30+2)).
wordnum([eight,thousand,and,thirty,three],[],8*1000+(30+3)).
wordnum([eight,thousand,and,thirty,four],[],8*1000+(30+4)).
wordnum([eight,thousand,and,thirty,five],[],8*1000+(30+5)).
wordnum([eight,thousand,and,thirty,six],[],8*1000+(30+6)).
wordnum([eight,thousand,and,thirty,seven],[],8*1000+(30+7)).
wordnum([eight,thousand,and,thirty,eight],[],8*1000+(30+8)).
wordnum([eight,thousand,and,thirty,nine],[],8*1000+(30+9)).
wordnum([eight,thousand,and,forty,one],[],8*1000+(40+1)).
wordnum([eight,thousand,and,forty,two],[],8*1000+(40+2)).
wordnum([eight,thousand,and,forty,three],[],8*1000+(40+3)).
wordnum([eight,thousand,and,forty,four],[],8*1000+(40+4)).
wordnum([eight,thousand,and,forty,five],[],8*1000+(40+5)).
wordnum([eight,thousand,and,forty,six],[],8*1000+(40+6)).
wordnum([eight,thousand,and,forty,seven],[],8*1000+(40+7)).
wordnum([eight,thousand,and,forty,eight],[],8*1000+(40+8)).
wordnum([eight,thousand,and,forty,nine],[],8*1000+(40+9)).
wordnum([eight,thousand,and,fifty,one],[],8*1000+(50+1)).
wordnum([eight,thousand,and,fifty,two],[],8*1000+(50+2)).
wordnum([eight,thousand,and,fifty,three],[],8*1000+(50+3)).
wordnum([eight,thousand,and,fifty,four],[],8*1000+(50+4)).
wordnum([eight,thousand,and,fifty,five],[],8*1000+(50+5)).
wordnum([eight,thousand,and,fifty,six],[],8*1000+(50+6)).
wordnum([eight,thousand,and,fifty,seven],[],8*1000+(50+7)).
wordnum([eight,thousand,and,fifty,eight],[],8*1000+(50+8)).
wordnum([eight,thousand,and,fifty,nine],[],8*1000+(50+9)).
wordnum([eight,thousand,and,sixty,one],[],8*1000+(60+1)).
wordnum([eight,thousand,and,sixty,two],[],8*1000+(60+2)).
wordnum([eight,thousand,and,sixty,three],[],8*1000+(60+3)).
wordnum([eight,thousand,and,sixty,four],[],8*1000+(60+4)).
wordnum([eight,thousand,and,sixty,five],[],8*1000+(60+5)).
wordnum([eight,thousand,and,sixty,six],[],8*1000+(60+6)).
wordnum([eight,thousand,and,sixty,seven],[],8*1000+(60+7)).
wordnum([eight,thousand,and,sixty,eight],[],8*1000+(60+8)).
wordnum([eight,thousand,and,sixty,nine],[],8*1000+(60+9)).
wordnum([eight,thousand,and,seventy,one],[],8*1000+(70+1)).
wordnum([eight,thousand,and,seventy,two],[],8*1000+(70+2)).
wordnum([eight,thousand,and,seventy,three],[],8*1000+(70+3)).
wordnum([eight,thousand,and,seventy,four],[],8*1000+(70+4)).
wordnum([eight,thousand,and,seventy,five],[],8*1000+(70+5)).
wordnum([eight,thousand,and,seventy,six],[],8*1000+(70+6)).
wordnum([eight,thousand,and,seventy,seven],[],8*1000+(70+7)).
wordnum([eight,thousand,and,seventy,eight],[],8*1000+(70+8)).
wordnum([eight,thousand,and,seventy,nine],[],8*1000+(70+9)).
wordnum([eight,thousand,and,eighty,one],[],8*1000+(80+1)).
wordnum([eight,thousand,and,eighty,two],[],8*1000+(80+2)).
wordnum([eight,thousand,and,eighty,three],[],8*1000+(80+3)).
wordnum([eight,thousand,and,eighty,four],[],8*1000+(80+4)).
wordnum([eight,thousand,and,eighty,five],[],8*1000+(80+5)).
wordnum([eight,thousand,and,eighty,six],[],8*1000+(80+6)).
wordnum([eight,thousand,and,eighty,seven],[],8*1000+(80+7)).
wordnum([eight,thousand,and,eighty,eight],[],8*1000+(80+8)).
wordnum([eight,thousand,and,eighty,nine],[],8*1000+(80+9)).
wordnum([eight,thousand,and,ninety,one],[],8*1000+(90+1)).
wordnum([eight,thousand,and,ninety,two],[],8*1000+(90+2)).
wordnum([eight,thousand,and,ninety,three],[],8*1000+(90+3)).
wordnum([eight,thousand,and,ninety,four],[],8*1000+(90+4)).
wordnum([eight,thousand,and,ninety,five],[],8*1000+(90+5)).
wordnum([eight,thousand,and,ninety,six],[],8*1000+(90+6)).
wordnum([eight,thousand,and,ninety,seven],[],8*1000+(90+7)).
wordnum([eight,thousand,and,ninety,eight],[],8*1000+(90+8)).
wordnum([eight,thousand,and,ninety,nine],[],8*1000+(90+9)).
wordnum([nine,thousand,and,one],[],9*1000+1).
wordnum([nine,thousand,and,two],[],9*1000+2).
wordnum([nine,thousand,and,three],[],9*1000+3).
wordnum([nine,thousand,and,four],[],9*1000+4).
wordnum([nine,thousand,and,five],[],9*1000+5).
wordnum([nine,thousand,and,six],[],9*1000+6).
wordnum([nine,thousand,and,seven],[],9*1000+7).
wordnum([nine,thousand,and,eight],[],9*1000+8).
wordnum([nine,thousand,and,nine],[],9*1000+9).
wordnum([nine,thousand,and,ten],[],9*1000+10).
wordnum([nine,thousand,and,eleven],[],9*1000+11).
wordnum([nine,thousand,and,twelve],[],9*1000+12).
wordnum([nine,thousand,and,thirteen],[],9*1000+13).
wordnum([nine,thousand,and,fourteen],[],9*1000+14).
wordnum([nine,thousand,and,fifteen],[],9*1000+15).
wordnum([nine,thousand,and,sixteen],[],9*1000+16).
wordnum([nine,thousand,and,seventeen],[],9*1000+17).
wordnum([nine,thousand,and,eighteen],[],9*1000+18).
wordnum([nine,thousand,and,nineteen],[],9*1000+19).
wordnum([nine,thousand,and,twenty],[],9*1000+20).
wordnum([nine,thousand,and,thirty],[],9*1000+30).
wordnum([nine,thousand,and,forty],[],9*1000+40).
wordnum([nine,thousand,and,fifty],[],9*1000+50).
wordnum([nine,thousand,and,sixty],[],9*1000+60).
wordnum([nine,thousand,and,seventy],[],9*1000+70).
wordnum([nine,thousand,and,eighty],[],9*1000+80).
wordnum([nine,thousand,and,ninety],[],9*1000+90).
wordnum([nine,thousand,and,twenty,one],[],9*1000+(20+1)).
wordnum([nine,thousand,and,twenty,two],[],9*1000+(20+2)).
wordnum([nine,thousand,and,twenty,three],[],9*1000+(20+3)).
wordnum([nine,thousand,and,twenty,four],[],9*1000+(20+4)).
wordnum([nine,thousand,and,twenty,five],[],9*1000+(20+5)).
wordnum([nine,thousand,and,twenty,six],[],9*1000+(20+6)).
wordnum([nine,thousand,and,twenty,seven],[],9*1000+(20+7)).
wordnum([nine,thousand,and,twenty,eight],[],9*1000+(20+8)).
wordnum([nine,thousand,and,twenty,nine],[],9*1000+(20+9)).
wordnum([nine,thousand,and,thirty,one],[],9*1000+(30+1)).
wordnum([nine,thousand,and,thirty,two],[],9*1000+(30+2)).
wordnum([nine,thousand,and,thirty,three],[],9*1000+(30+3)).
wordnum([nine,thousand,and,thirty,four],[],9*1000+(30+4)).
wordnum([nine,thousand,and,thirty,five],[],9*1000+(30+5)).
wordnum([nine,thousand,and,thirty,six],[],9*1000+(30+6)).
wordnum([nine,thousand,and,thirty,seven],[],9*1000+(30+7)).
wordnum([nine,thousand,and,thirty,eight],[],9*1000+(30+8)).
wordnum([nine,thousand,and,thirty,nine],[],9*1000+(30+9)).
wordnum([nine,thousand,and,forty,one],[],9*1000+(40+1)).
wordnum([nine,thousand,and,forty,two],[],9*1000+(40+2)).
wordnum([nine,thousand,and,forty,three],[],9*1000+(40+3)).
wordnum([nine,thousand,and,forty,four],[],9*1000+(40+4)).
wordnum([nine,thousand,and,forty,five],[],9*1000+(40+5)).
wordnum([nine,thousand,and,forty,six],[],9*1000+(40+6)).
wordnum([nine,thousand,and,forty,seven],[],9*1000+(40+7)).
wordnum([nine,thousand,and,forty,eight],[],9*1000+(40+8)).
wordnum([nine,thousand,and,forty,nine],[],9*1000+(40+9)).
wordnum([nine,thousand,and,fifty,one],[],9*1000+(50+1)).
wordnum([nine,thousand,and,fifty,two],[],9*1000+(50+2)).
wordnum([nine,thousand,and,fifty,three],[],9*1000+(50+3)).
wordnum([nine,thousand,and,fifty,four],[],9*1000+(50+4)).
wordnum([nine,thousand,and,fifty,five],[],9*1000+(50+5)).
wordnum([nine,thousand,and,fifty,six],[],9*1000+(50+6)).
wordnum([nine,thousand,and,fifty,seven],[],9*1000+(50+7)).
wordnum([nine,thousand,and,fifty,eight],[],9*1000+(50+8)).
wordnum([nine,thousand,and,fifty,nine],[],9*1000+(50+9)).
wordnum([nine,thousand,and,sixty,one],[],9*1000+(60+1)).
wordnum([nine,thousand,and,sixty,two],[],9*1000+(60+2)).
wordnum([nine,thousand,and,sixty,three],[],9*1000+(60+3)).
wordnum([nine,thousand,and,sixty,four],[],9*1000+(60+4)).
wordnum([nine,thousand,and,sixty,five],[],9*1000+(60+5)).
wordnum([nine,thousand,and,sixty,six],[],9*1000+(60+6)).
wordnum([nine,thousand,and,sixty,seven],[],9*1000+(60+7)).
wordnum([nine,thousand,and,sixty,eight],[],9*1000+(60+8)).
wordnum([nine,thousand,and,sixty,nine],[],9*1000+(60+9)).
wordnum([nine,thousand,and,seventy,one],[],9*1000+(70+1)).
wordnum([nine,thousand,and,seventy,two],[],9*1000+(70+2)).
wordnum([nine,thousand,and,seventy,three],[],9*1000+(70+3)).
wordnum([nine,thousand,and,seventy,four],[],9*1000+(70+4)).
wordnum([nine,thousand,and,seventy,five],[],9*1000+(70+5)).
wordnum([nine,thousand,and,seventy,six],[],9*1000+(70+6)).
wordnum([nine,thousand,and,seventy,seven],[],9*1000+(70+7)).
wordnum([nine,thousand,and,seventy,eight],[],9*1000+(70+8)).
wordnum([nine,thousand,and,seventy,nine],[],9*1000+(70+9)).
wordnum([nine,thousand,and,eighty,one],[],9*1000+(80+1)).
wordnum([nine,thousand,and,eighty,two],[],9*1000+(80+2)).
wordnum([nine,thousand,and,eighty,three],[],9*1000+(80+3)).
wordnum([nine,thousand,and,eighty,four],[],9*1000+(80+4)).
wordnum([nine,thousand,and,eighty,five],[],9*1000+(80+5)).
wordnum([nine,thousand,and,eighty,six],[],9*1000+(80+6)).
wordnum([nine,thousand,and,eighty,seven],[],9*1000+(80+7)).
wordnum([nine,thousand,and,eighty,eight],[],9*1000+(80+8)).
wordnum([nine,thousand,and,eighty,nine],[],9*1000+(80+9)).
wordnum([nine,thousand,and,ninety,one],[],9*1000+(90+1)).
wordnum([nine,thousand,and,ninety,two],[],9*1000+(90+2)).
wordnum([nine,thousand,and,ninety,three],[],9*1000+(90+3)).
wordnum([nine,thousand,and,ninety,four],[],9*1000+(90+4)).
wordnum([nine,thousand,and,ninety,five],[],9*1000+(90+5)).
wordnum([nine,thousand,and,ninety,six],[],9*1000+(90+6)).
wordnum([nine,thousand,and,ninety,seven],[],9*1000+(90+7)).
wordnum([nine,thousand,and,ninety,eight],[],9*1000+(90+8)).
wordnum([nine,thousand,and,ninety,nine],[],9*1000+(90+9)).
wordnum([one,thousand,one,hundred],[],1*1000+1*100).
wordnum([one,thousand,two,hundred],[],1*1000+2*100).
wordnum([one,thousand,three,hundred],[],1*1000+3*100).
wordnum([one,thousand,four,hundred],[],1*1000+4*100).
wordnum([one,thousand,five,hundred],[],1*1000+5*100).
wordnum([one,thousand,six,hundred],[],1*1000+6*100).
wordnum([one,thousand,seven,hundred],[],1*1000+7*100).
wordnum([one,thousand,eight,hundred],[],1*1000+8*100).
wordnum([one,thousand,nine,hundred],[],1*1000+9*100).
wordnum([one,thousand,one,hundred,and,one],[],1*1000+(1*100+1)).
wordnum([one,thousand,one,hundred,and,two],[],1*1000+(1*100+2)).
wordnum([one,thousand,one,hundred,and,three],[],1*1000+(1*100+3)).
wordnum([one,thousand,one,hundred,and,four],[],1*1000+(1*100+4)).
wordnum([one,thousand,one,hundred,and,five],[],1*1000+(1*100+5)).
wordnum([one,thousand,one,hundred,and,six],[],1*1000+(1*100+6)).
wordnum([one,thousand,one,hundred,and,seven],[],1*1000+(1*100+7)).
wordnum([one,thousand,one,hundred,and,eight],[],1*1000+(1*100+8)).
wordnum([one,thousand,one,hundred,and,nine],[],1*1000+(1*100+9)).
wordnum([one,thousand,one,hundred,and,ten],[],1*1000+(1*100+10)).
wordnum([one,thousand,one,hundred,and,eleven],[],1*1000+(1*100+11)).
wordnum([one,thousand,one,hundred,and,twelve],[],1*1000+(1*100+12)).
wordnum([one,thousand,one,hundred,and,thirteen],[],1*1000+(1*100+13)).
wordnum([one,thousand,one,hundred,and,fourteen],[],1*1000+(1*100+14)).
wordnum([one,thousand,one,hundred,and,fifteen],[],1*1000+(1*100+15)).
wordnum([one,thousand,one,hundred,and,sixteen],[],1*1000+(1*100+16)).
wordnum([one,thousand,one,hundred,and,seventeen],[],1*1000+(1*100+17)).
wordnum([one,thousand,one,hundred,and,eighteen],[],1*1000+(1*100+18)).
wordnum([one,thousand,one,hundred,and,nineteen],[],1*1000+(1*100+19)).
wordnum([one,thousand,one,hundred,and,twenty],[],1*1000+(1*100+20)).
wordnum([one,thousand,one,hundred,and,thirty],[],1*1000+(1*100+30)).
wordnum([one,thousand,one,hundred,and,forty],[],1*1000+(1*100+40)).
wordnum([one,thousand,one,hundred,and,fifty],[],1*1000+(1*100+50)).
wordnum([one,thousand,one,hundred,and,sixty],[],1*1000+(1*100+60)).
wordnum([one,thousand,one,hundred,and,seventy],[],1*1000+(1*100+70)).
wordnum([one,thousand,one,hundred,and,eighty],[],1*1000+(1*100+80)).
wordnum([one,thousand,one,hundred,and,ninety],[],1*1000+(1*100+90)).
wordnum([one,thousand,one,hundred,and,twenty,one],[],1*1000+(1*100+(20+1))).
wordnum([one,thousand,one,hundred,and,twenty,two],[],1*1000+(1*100+(20+2))).
wordnum([one,thousand,one,hundred,and,twenty,three],[],1*1000+(1*100+(20+3))).
wordnum([one,thousand,one,hundred,and,twenty,four],[],1*1000+(1*100+(20+4))).
wordnum([one,thousand,one,hundred,and,twenty,five],[],1*1000+(1*100+(20+5))).
wordnum([one,thousand,one,hundred,and,twenty,six],[],1*1000+(1*100+(20+6))).
wordnum([one,thousand,one,hundred,and,twenty,seven],[],1*1000+(1*100+(20+7))).
wordnum([one,thousand,one,hundred,and,twenty,eight],[],1*1000+(1*100+(20+8))).
wordnum([one,thousand,one,hundred,and,twenty,nine],[],1*1000+(1*100+(20+9))).
wordnum([one,thousand,one,hundred,and,thirty,one],[],1*1000+(1*100+(30+1))).
wordnum([one,thousand,one,hundred,and,thirty,two],[],1*1000+(1*100+(30+2))).
wordnum([one,thousand,one,hundred,and,thirty,three],[],1*1000+(1*100+(30+3))).
wordnum([one,thousand,one,hundred,and,thirty,four],[],1*1000+(1*100+(30+4))).
wordnum([one,thousand,one,hundred,and,thirty,five],[],1*1000+(1*100+(30+5))).
wordnum([one,thousand,one,hundred,and,thirty,six],[],1*1000+(1*100+(30+6))).
wordnum([one,thousand,one,hundred,and,thirty,seven],[],1*1000+(1*100+(30+7))).
wordnum([one,thousand,one,hundred,and,thirty,eight],[],1*1000+(1*100+(30+8))).
wordnum([one,thousand,one,hundred,and,thirty,nine],[],1*1000+(1*100+(30+9))).
wordnum([one,thousand,one,hundred,and,forty,one],[],1*1000+(1*100+(40+1))).
wordnum([one,thousand,one,hundred,and,forty,two],[],1*1000+(1*100+(40+2))).
wordnum([one,thousand,one,hundred,and,forty,three],[],1*1000+(1*100+(40+3))).
wordnum([one,thousand,one,hundred,and,forty,four],[],1*1000+(1*100+(40+4))).
wordnum([one,thousand,one,hundred,and,forty,five],[],1*1000+(1*100+(40+5))).
wordnum([one,thousand,one,hundred,and,forty,six],[],1*1000+(1*100+(40+6))).
wordnum([one,thousand,one,hundred,and,forty,seven],[],1*1000+(1*100+(40+7))).
wordnum([one,thousand,one,hundred,and,forty,eight],[],1*1000+(1*100+(40+8))).
wordnum([one,thousand,one,hundred,and,forty,nine],[],1*1000+(1*100+(40+9))).
wordnum([one,thousand,one,hundred,and,fifty,one],[],1*1000+(1*100+(50+1))).
wordnum([one,thousand,one,hundred,and,fifty,two],[],1*1000+(1*100+(50+2))).
wordnum([one,thousand,one,hundred,and,fifty,three],[],1*1000+(1*100+(50+3))).
wordnum([one,thousand,one,hundred,and,fifty,four],[],1*1000+(1*100+(50+4))).
wordnum([one,thousand,one,hundred,and,fifty,five],[],1*1000+(1*100+(50+5))).
wordnum([one,thousand,one,hundred,and,fifty,six],[],1*1000+(1*100+(50+6))).
wordnum([one,thousand,one,hundred,and,fifty,seven],[],1*1000+(1*100+(50+7))).
wordnum([one,thousand,one,hundred,and,fifty,eight],[],1*1000+(1*100+(50+8))).
wordnum([one,thousand,one,hundred,and,fifty,nine],[],1*1000+(1*100+(50+9))).
wordnum([one,thousand,one,hundred,and,sixty,one],[],1*1000+(1*100+(60+1))).
wordnum([one,thousand,one,hundred,and,sixty,two],[],1*1000+(1*100+(60+2))).
wordnum([one,thousand,one,hundred,and,sixty,three],[],1*1000+(1*100+(60+3))).
wordnum([one,thousand,one,hundred,and,sixty,four],[],1*1000+(1*100+(60+4))).
wordnum([one,thousand,one,hundred,and,sixty,five],[],1*1000+(1*100+(60+5))).
wordnum([one,thousand,one,hundred,and,sixty,six],[],1*1000+(1*100+(60+6))).
wordnum([one,thousand,one,hundred,and,sixty,seven],[],1*1000+(1*100+(60+7))).
wordnum([one,thousand,one,hundred,and,sixty,eight],[],1*1000+(1*100+(60+8))).
wordnum([one,thousand,one,hundred,and,sixty,nine],[],1*1000+(1*100+(60+9))).
wordnum([one,thousand,one,hundred,and,seventy,one],[],1*1000+(1*100+(70+1))).
wordnum([one,thousand,one,hundred,and,seventy,two],[],1*1000+(1*100+(70+2))).
wordnum([one,thousand,one,hundred,and,seventy,three],[],1*1000+(1*100+(70+3))).
wordnum([one,thousand,one,hundred,and,seventy,four],[],1*1000+(1*100+(70+4))).
wordnum([one,thousand,one,hundred,and,seventy,five],[],1*1000+(1*100+(70+5))).
wordnum([one,thousand,one,hundred,and,seventy,six],[],1*1000+(1*100+(70+6))).
wordnum([one,thousand,one,hundred,and,seventy,seven],[],1*1000+(1*100+(70+7))).
wordnum([one,thousand,one,hundred,and,seventy,eight],[],1*1000+(1*100+(70+8))).
wordnum([one,thousand,one,hundred,and,seventy,nine],[],1*1000+(1*100+(70+9))).
wordnum([one,thousand,one,hundred,and,eighty,one],[],1*1000+(1*100+(80+1))).
wordnum([one,thousand,one,hundred,and,eighty,two],[],1*1000+(1*100+(80+2))).
wordnum([one,thousand,one,hundred,and,eighty,three],[],1*1000+(1*100+(80+3))).
wordnum([one,thousand,one,hundred,and,eighty,four],[],1*1000+(1*100+(80+4))).
wordnum([one,thousand,one,hundred,and,eighty,five],[],1*1000+(1*100+(80+5))).
wordnum([one,thousand,one,hundred,and,eighty,six],[],1*1000+(1*100+(80+6))).
wordnum([one,thousand,one,hundred,and,eighty,seven],[],1*1000+(1*100+(80+7))).
wordnum([one,thousand,one,hundred,and,eighty,eight],[],1*1000+(1*100+(80+8))).
wordnum([one,thousand,one,hundred,and,eighty,nine],[],1*1000+(1*100+(80+9))).
wordnum([one,thousand,one,hundred,and,ninety,one],[],1*1000+(1*100+(90+1))).
wordnum([one,thousand,one,hundred,and,ninety,two],[],1*1000+(1*100+(90+2))).
wordnum([one,thousand,one,hundred,and,ninety,three],[],1*1000+(1*100+(90+3))).
wordnum([one,thousand,one,hundred,and,ninety,four],[],1*1000+(1*100+(90+4))).
wordnum([one,thousand,one,hundred,and,ninety,five],[],1*1000+(1*100+(90+5))).
wordnum([one,thousand,one,hundred,and,ninety,six],[],1*1000+(1*100+(90+6))).
wordnum([one,thousand,one,hundred,and,ninety,seven],[],1*1000+(1*100+(90+7))).
wordnum([one,thousand,one,hundred,and,ninety,eight],[],1*1000+(1*100+(90+8))).
wordnum([one,thousand,one,hundred,and,ninety,nine],[],1*1000+(1*100+(90+9))).
wordnum([one,thousand,two,hundred,and,one],[],1*1000+(2*100+1)).
wordnum([one,thousand,two,hundred,and,two],[],1*1000+(2*100+2)).
wordnum([one,thousand,two,hundred,and,three],[],1*1000+(2*100+3)).
wordnum([one,thousand,two,hundred,and,four],[],1*1000+(2*100+4)).
wordnum([one,thousand,two,hundred,and,five],[],1*1000+(2*100+5)).
wordnum([one,thousand,two,hundred,and,six],[],1*1000+(2*100+6)).
wordnum([one,thousand,two,hundred,and,seven],[],1*1000+(2*100+7)).
wordnum([one,thousand,two,hundred,and,eight],[],1*1000+(2*100+8)).
wordnum([one,thousand,two,hundred,and,nine],[],1*1000+(2*100+9)).
wordnum([one,thousand,two,hundred,and,ten],[],1*1000+(2*100+10)).
wordnum([one,thousand,two,hundred,and,eleven],[],1*1000+(2*100+11)).
wordnum([one,thousand,two,hundred,and,twelve],[],1*1000+(2*100+12)).
wordnum([one,thousand,two,hundred,and,thirteen],[],1*1000+(2*100+13)).
wordnum([one,thousand,two,hundred,and,fourteen],[],1*1000+(2*100+14)).
wordnum([one,thousand,two,hundred,and,fifteen],[],1*1000+(2*100+15)).
wordnum([one,thousand,two,hundred,and,sixteen],[],1*1000+(2*100+16)).
wordnum([one,thousand,two,hundred,and,seventeen],[],1*1000+(2*100+17)).
wordnum([one,thousand,two,hundred,and,eighteen],[],1*1000+(2*100+18)).
wordnum([one,thousand,two,hundred,and,nineteen],[],1*1000+(2*100+19)).
wordnum([one,thousand,two,hundred,and,twenty],[],1*1000+(2*100+20)).
wordnum([one,thousand,two,hundred,and,thirty],[],1*1000+(2*100+30)).
wordnum([one,thousand,two,hundred,and,forty],[],1*1000+(2*100+40)).
wordnum([one,thousand,two,hundred,and,fifty],[],1*1000+(2*100+50)).
wordnum([one,thousand,two,hundred,and,sixty],[],1*1000+(2*100+60)).
wordnum([one,thousand,two,hundred,and,seventy],[],1*1000+(2*100+70)).
wordnum([one,thousand,two,hundred,and,eighty],[],1*1000+(2*100+80)).
wordnum([one,thousand,two,hundred,and,ninety],[],1*1000+(2*100+90)).
wordnum([one,thousand,two,hundred,and,twenty,one],[],1*1000+(2*100+(20+1))).
wordnum([one,thousand,two,hundred,and,twenty,two],[],1*1000+(2*100+(20+2))).
wordnum([one,thousand,two,hundred,and,twenty,three],[],1*1000+(2*100+(20+3))).
wordnum([one,thousand,two,hundred,and,twenty,four],[],1*1000+(2*100+(20+4))).
wordnum([one,thousand,two,hundred,and,twenty,five],[],1*1000+(2*100+(20+5))).
wordnum([one,thousand,two,hundred,and,twenty,six],[],1*1000+(2*100+(20+6))).
wordnum([one,thousand,two,hundred,and,twenty,seven],[],1*1000+(2*100+(20+7))).
wordnum([one,thousand,two,hundred,and,twenty,eight],[],1*1000+(2*100+(20+8))).
wordnum([one,thousand,two,hundred,and,twenty,nine],[],1*1000+(2*100+(20+9))).
wordnum([one,thousand,two,hundred,and,thirty,one],[],1*1000+(2*100+(30+1))).
wordnum([one,thousand,two,hundred,and,thirty,two],[],1*1000+(2*100+(30+2))).
wordnum([one,thousand,two,hundred,and,thirty,three],[],1*1000+(2*100+(30+3))).
wordnum([one,thousand,two,hundred,and,thirty,four],[],1*1000+(2*100+(30+4))).
wordnum([one,thousand,two,hundred,and,thirty,five],[],1*1000+(2*100+(30+5))).
wordnum([one,thousand,two,hundred,and,thirty,six],[],1*1000+(2*100+(30+6))).
wordnum([one,thousand,two,hundred,and,thirty,seven],[],1*1000+(2*100+(30+7))).
wordnum([one,thousand,two,hundred,and,thirty,eight],[],1*1000+(2*100+(30+8))).
wordnum([one,thousand,two,hundred,and,thirty,nine],[],1*1000+(2*100+(30+9))).
wordnum([one,thousand,two,hundred,and,forty,one],[],1*1000+(2*100+(40+1))).
wordnum([one,thousand,two,hundred,and,forty,two],[],1*1000+(2*100+(40+2))).
wordnum([one,thousand,two,hundred,and,forty,three],[],1*1000+(2*100+(40+3))).
wordnum([one,thousand,two,hundred,and,forty,four],[],1*1000+(2*100+(40+4))).
wordnum([one,thousand,two,hundred,and,forty,five],[],1*1000+(2*100+(40+5))).
wordnum([one,thousand,two,hundred,and,forty,six],[],1*1000+(2*100+(40+6))).
wordnum([one,thousand,two,hundred,and,forty,seven],[],1*1000+(2*100+(40+7))).
wordnum([one,thousand,two,hundred,and,forty,eight],[],1*1000+(2*100+(40+8))).
wordnum([one,thousand,two,hundred,and,forty,nine],[],1*1000+(2*100+(40+9))).
wordnum([one,thousand,two,hundred,and,fifty,one],[],1*1000+(2*100+(50+1))).
wordnum([one,thousand,two,hundred,and,fifty,two],[],1*1000+(2*100+(50+2))).
wordnum([one,thousand,two,hundred,and,fifty,three],[],1*1000+(2*100+(50+3))).
wordnum([one,thousand,two,hundred,and,fifty,four],[],1*1000+(2*100+(50+4))).
wordnum([one,thousand,two,hundred,and,fifty,five],[],1*1000+(2*100+(50+5))).
wordnum([one,thousand,two,hundred,and,fifty,six],[],1*1000+(2*100+(50+6))).
wordnum([one,thousand,two,hundred,and,fifty,seven],[],1*1000+(2*100+(50+7))).
wordnum([one,thousand,two,hundred,and,fifty,eight],[],1*1000+(2*100+(50+8))).
wordnum([one,thousand,two,hundred,and,fifty,nine],[],1*1000+(2*100+(50+9))).
wordnum([one,thousand,two,hundred,and,sixty,one],[],1*1000+(2*100+(60+1))).
wordnum([one,thousand,two,hundred,and,sixty,two],[],1*1000+(2*100+(60+2))).
wordnum([one,thousand,two,hundred,and,sixty,three],[],1*1000+(2*100+(60+3))).
wordnum([one,thousand,two,hundred,and,sixty,four],[],1*1000+(2*100+(60+4))).
wordnum([one,thousand,two,hundred,and,sixty,five],[],1*1000+(2*100+(60+5))).
wordnum([one,thousand,two,hundred,and,sixty,six],[],1*1000+(2*100+(60+6))).
wordnum([one,thousand,two,hundred,and,sixty,seven],[],1*1000+(2*100+(60+7))).
wordnum([one,thousand,two,hundred,and,sixty,eight],[],1*1000+(2*100+(60+8))).
wordnum([one,thousand,two,hundred,and,sixty,nine],[],1*1000+(2*100+(60+9))).
wordnum([one,thousand,two,hundred,and,seventy,one],[],1*1000+(2*100+(70+1))).
wordnum([one,thousand,two,hundred,and,seventy,two],[],1*1000+(2*100+(70+2))).
wordnum([one,thousand,two,hundred,and,seventy,three],[],1*1000+(2*100+(70+3))).
wordnum([one,thousand,two,hundred,and,seventy,four],[],1*1000+(2*100+(70+4))).
wordnum([one,thousand,two,hundred,and,seventy,five],[],1*1000+(2*100+(70+5))).
wordnum([one,thousand,two,hundred,and,seventy,six],[],1*1000+(2*100+(70+6))).
wordnum([one,thousand,two,hundred,and,seventy,seven],[],1*1000+(2*100+(70+7))).
wordnum([one,thousand,two,hundred,and,seventy,eight],[],1*1000+(2*100+(70+8))).
wordnum([one,thousand,two,hundred,and,seventy,nine],[],1*1000+(2*100+(70+9))).
wordnum([one,thousand,two,hundred,and,eighty,one],[],1*1000+(2*100+(80+1))).
wordnum([one,thousand,two,hundred,and,eighty,two],[],1*1000+(2*100+(80+2))).
wordnum([one,thousand,two,hundred,and,eighty,three],[],1*1000+(2*100+(80+3))).
wordnum([one,thousand,two,hundred,and,eighty,four],[],1*1000+(2*100+(80+4))).
wordnum([one,thousand,two,hundred,and,eighty,five],[],1*1000+(2*100+(80+5))).
wordnum([one,thousand,two,hundred,and,eighty,six],[],1*1000+(2*100+(80+6))).
wordnum([one,thousand,two,hundred,and,eighty,seven],[],1*1000+(2*100+(80+7))).
wordnum([one,thousand,two,hundred,and,eighty,eight],[],1*1000+(2*100+(80+8))).
wordnum([one,thousand,two,hundred,and,eighty,nine],[],1*1000+(2*100+(80+9))).
wordnum([one,thousand,two,hundred,and,ninety,one],[],1*1000+(2*100+(90+1))).
wordnum([one,thousand,two,hundred,and,ninety,two],[],1*1000+(2*100+(90+2))).
wordnum([one,thousand,two,hundred,and,ninety,three],[],1*1000+(2*100+(90+3))).
wordnum([one,thousand,two,hundred,and,ninety,four],[],1*1000+(2*100+(90+4))).
wordnum([one,thousand,two,hundred,and,ninety,five],[],1*1000+(2*100+(90+5))).
wordnum([one,thousand,two,hundred,and,ninety,six],[],1*1000+(2*100+(90+6))).
wordnum([one,thousand,two,hundred,and,ninety,seven],[],1*1000+(2*100+(90+7))).
wordnum([one,thousand,two,hundred,and,ninety,eight],[],1*1000+(2*100+(90+8))).
wordnum([one,thousand,two,hundred,and,ninety,nine],[],1*1000+(2*100+(90+9))).
wordnum([one,thousand,three,hundred,and,one],[],1*1000+(3*100+1)).
wordnum([one,thousand,three,hundred,and,two],[],1*1000+(3*100+2)).
wordnum([one,thousand,three,hundred,and,three],[],1*1000+(3*100+3)).
wordnum([one,thousand,three,hundred,and,four],[],1*1000+(3*100+4)).
wordnum([one,thousand,three,hundred,and,five],[],1*1000+(3*100+5)).
wordnum([one,thousand,three,hundred,and,six],[],1*1000+(3*100+6)).
wordnum([one,thousand,three,hundred,and,seven],[],1*1000+(3*100+7)).
wordnum([one,thousand,three,hundred,and,eight],[],1*1000+(3*100+8)).
wordnum([one,thousand,three,hundred,and,nine],[],1*1000+(3*100+9)).
wordnum([one,thousand,three,hundred,and,ten],[],1*1000+(3*100+10)).
wordnum([one,thousand,three,hundred,and,eleven],[],1*1000+(3*100+11)).
wordnum([one,thousand,three,hundred,and,twelve],[],1*1000+(3*100+12)).
wordnum([one,thousand,three,hundred,and,thirteen],[],1*1000+(3*100+13)).
wordnum([one,thousand,three,hundred,and,fourteen],[],1*1000+(3*100+14)).
wordnum([one,thousand,three,hundred,and,fifteen],[],1*1000+(3*100+15)).
wordnum([one,thousand,three,hundred,and,sixteen],[],1*1000+(3*100+16)).
wordnum([one,thousand,three,hundred,and,seventeen],[],1*1000+(3*100+17)).
wordnum([one,thousand,three,hundred,and,eighteen],[],1*1000+(3*100+18)).
wordnum([one,thousand,three,hundred,and,nineteen],[],1*1000+(3*100+19)).
wordnum([one,thousand,three,hundred,and,twenty],[],1*1000+(3*100+20)).
wordnum([one,thousand,three,hundred,and,thirty],[],1*1000+(3*100+30)).
wordnum([one,thousand,three,hundred,and,forty],[],1*1000+(3*100+40)).
wordnum([one,thousand,three,hundred,and,fifty],[],1*1000+(3*100+50)).
wordnum([one,thousand,three,hundred,and,sixty],[],1*1000+(3*100+60)).
wordnum([one,thousand,three,hundred,and,seventy],[],1*1000+(3*100+70)).
wordnum([one,thousand,three,hundred,and,eighty],[],1*1000+(3*100+80)).
wordnum([one,thousand,three,hundred,and,ninety],[],1*1000+(3*100+90)).
wordnum([one,thousand,three,hundred,and,twenty,one],[],1*1000+(3*100+(20+1))).
wordnum([one,thousand,three,hundred,and,twenty,two],[],1*1000+(3*100+(20+2))).
wordnum([one,thousand,three,hundred,and,twenty,three],[],1*1000+(3*100+(20+3))).
wordnum([one,thousand,three,hundred,and,twenty,four],[],1*1000+(3*100+(20+4))).
wordnum([one,thousand,three,hundred,and,twenty,five],[],1*1000+(3*100+(20+5))).
wordnum([one,thousand,three,hundred,and,twenty,six],[],1*1000+(3*100+(20+6))).
wordnum([one,thousand,three,hundred,and,twenty,seven],[],1*1000+(3*100+(20+7))).
wordnum([one,thousand,three,hundred,and,twenty,eight],[],1*1000+(3*100+(20+8))).
wordnum([one,thousand,three,hundred,and,twenty,nine],[],1*1000+(3*100+(20+9))).
wordnum([one,thousand,three,hundred,and,thirty,one],[],1*1000+(3*100+(30+1))).
wordnum([one,thousand,three,hundred,and,thirty,two],[],1*1000+(3*100+(30+2))).
wordnum([one,thousand,three,hundred,and,thirty,three],[],1*1000+(3*100+(30+3))).
wordnum([one,thousand,three,hundred,and,thirty,four],[],1*1000+(3*100+(30+4))).
wordnum([one,thousand,three,hundred,and,thirty,five],[],1*1000+(3*100+(30+5))).
wordnum([one,thousand,three,hundred,and,thirty,six],[],1*1000+(3*100+(30+6))).
wordnum([one,thousand,three,hundred,and,thirty,seven],[],1*1000+(3*100+(30+7))).
wordnum([one,thousand,three,hundred,and,thirty,eight],[],1*1000+(3*100+(30+8))).
wordnum([one,thousand,three,hundred,and,thirty,nine],[],1*1000+(3*100+(30+9))).
wordnum([one,thousand,three,hundred,and,forty,one],[],1*1000+(3*100+(40+1))).
wordnum([one,thousand,three,hundred,and,forty,two],[],1*1000+(3*100+(40+2))).
wordnum([one,thousand,three,hundred,and,forty,three],[],1*1000+(3*100+(40+3))).
wordnum([one,thousand,three,hundred,and,forty,four],[],1*1000+(3*100+(40+4))).
wordnum([one,thousand,three,hundred,and,forty,five],[],1*1000+(3*100+(40+5))).
wordnum([one,thousand,three,hundred,and,forty,six],[],1*1000+(3*100+(40+6))).
wordnum([one,thousand,three,hundred,and,forty,seven],[],1*1000+(3*100+(40+7))).
wordnum([one,thousand,three,hundred,and,forty,eight],[],1*1000+(3*100+(40+8))).
wordnum([one,thousand,three,hundred,and,forty,nine],[],1*1000+(3*100+(40+9))).
wordnum([one,thousand,three,hundred,and,fifty,one],[],1*1000+(3*100+(50+1))).
wordnum([one,thousand,three,hundred,and,fifty,two],[],1*1000+(3*100+(50+2))).
wordnum([one,thousand,three,hundred,and,fifty,three],[],1*1000+(3*100+(50+3))).
wordnum([one,thousand,three,hundred,and,fifty,four],[],1*1000+(3*100+(50+4))).
wordnum([one,thousand,three,hundred,and,fifty,five],[],1*1000+(3*100+(50+5))).
wordnum([one,thousand,three,hundred,and,fifty,six],[],1*1000+(3*100+(50+6))).
wordnum([one,thousand,three,hundred,and,fifty,seven],[],1*1000+(3*100+(50+7))).
wordnum([one,thousand,three,hundred,and,fifty,eight],[],1*1000+(3*100+(50+8))).
wordnum([one,thousand,three,hundred,and,fifty,nine],[],1*1000+(3*100+(50+9))).
wordnum([one,thousand,three,hundred,and,sixty,one],[],1*1000+(3*100+(60+1))).
wordnum([one,thousand,three,hundred,and,sixty,two],[],1*1000+(3*100+(60+2))).
wordnum([one,thousand,three,hundred,and,sixty,three],[],1*1000+(3*100+(60+3))).
wordnum([one,thousand,three,hundred,and,sixty,four],[],1*1000+(3*100+(60+4))).
wordnum([one,thousand,three,hundred,and,sixty,five],[],1*1000+(3*100+(60+5))).
wordnum([one,thousand,three,hundred,and,sixty,six],[],1*1000+(3*100+(60+6))).
wordnum([one,thousand,three,hundred,and,sixty,seven],[],1*1000+(3*100+(60+7))).
wordnum([one,thousand,three,hundred,and,sixty,eight],[],1*1000+(3*100+(60+8))).
wordnum([one,thousand,three,hundred,and,sixty,nine],[],1*1000+(3*100+(60+9))).
wordnum([one,thousand,three,hundred,and,seventy,one],[],1*1000+(3*100+(70+1))).
wordnum([one,thousand,three,hundred,and,seventy,two],[],1*1000+(3*100+(70+2))).
wordnum([one,thousand,three,hundred,and,seventy,three],[],1*1000+(3*100+(70+3))).
wordnum([one,thousand,three,hundred,and,seventy,four],[],1*1000+(3*100+(70+4))).
wordnum([one,thousand,three,hundred,and,seventy,five],[],1*1000+(3*100+(70+5))).
wordnum([one,thousand,three,hundred,and,seventy,six],[],1*1000+(3*100+(70+6))).
wordnum([one,thousand,three,hundred,and,seventy,seven],[],1*1000+(3*100+(70+7))).
wordnum([one,thousand,three,hundred,and,seventy,eight],[],1*1000+(3*100+(70+8))).
wordnum([one,thousand,three,hundred,and,seventy,nine],[],1*1000+(3*100+(70+9))).
wordnum([one,thousand,three,hundred,and,eighty,one],[],1*1000+(3*100+(80+1))).
wordnum([one,thousand,three,hundred,and,eighty,two],[],1*1000+(3*100+(80+2))).
wordnum([one,thousand,three,hundred,and,eighty,three],[],1*1000+(3*100+(80+3))).
wordnum([one,thousand,three,hundred,and,eighty,four],[],1*1000+(3*100+(80+4))).
wordnum([one,thousand,three,hundred,and,eighty,five],[],1*1000+(3*100+(80+5))).
wordnum([one,thousand,three,hundred,and,eighty,six],[],1*1000+(3*100+(80+6))).
wordnum([one,thousand,three,hundred,and,eighty,seven],[],1*1000+(3*100+(80+7))).
wordnum([one,thousand,three,hundred,and,eighty,eight],[],1*1000+(3*100+(80+8))).
wordnum([one,thousand,three,hundred,and,eighty,nine],[],1*1000+(3*100+(80+9))).
wordnum([one,thousand,three,hundred,and,ninety,one],[],1*1000+(3*100+(90+1))).
wordnum([one,thousand,three,hundred,and,ninety,two],[],1*1000+(3*100+(90+2))).
wordnum([one,thousand,three,hundred,and,ninety,three],[],1*1000+(3*100+(90+3))).
wordnum([one,thousand,three,hundred,and,ninety,four],[],1*1000+(3*100+(90+4))).
wordnum([one,thousand,three,hundred,and,ninety,five],[],1*1000+(3*100+(90+5))).
wordnum([one,thousand,three,hundred,and,ninety,six],[],1*1000+(3*100+(90+6))).
wordnum([one,thousand,three,hundred,and,ninety,seven],[],1*1000+(3*100+(90+7))).
wordnum([one,thousand,three,hundred,and,ninety,eight],[],1*1000+(3*100+(90+8))).
wordnum([one,thousand,three,hundred,and,ninety,nine],[],1*1000+(3*100+(90+9))).
wordnum([one,thousand,four,hundred,and,one],[],1*1000+(4*100+1)).
wordnum([one,thousand,four,hundred,and,two],[],1*1000+(4*100+2)).
wordnum([one,thousand,four,hundred,and,three],[],1*1000+(4*100+3)).
wordnum([one,thousand,four,hundred,and,four],[],1*1000+(4*100+4)).
wordnum([one,thousand,four,hundred,and,five],[],1*1000+(4*100+5)).
wordnum([one,thousand,four,hundred,and,six],[],1*1000+(4*100+6)).
wordnum([one,thousand,four,hundred,and,seven],[],1*1000+(4*100+7)).
wordnum([one,thousand,four,hundred,and,eight],[],1*1000+(4*100+8)).
wordnum([one,thousand,four,hundred,and,nine],[],1*1000+(4*100+9)).
wordnum([one,thousand,four,hundred,and,ten],[],1*1000+(4*100+10)).
wordnum([one,thousand,four,hundred,and,eleven],[],1*1000+(4*100+11)).
wordnum([one,thousand,four,hundred,and,twelve],[],1*1000+(4*100+12)).
wordnum([one,thousand,four,hundred,and,thirteen],[],1*1000+(4*100+13)).
wordnum([one,thousand,four,hundred,and,fourteen],[],1*1000+(4*100+14)).
wordnum([one,thousand,four,hundred,and,fifteen],[],1*1000+(4*100+15)).
wordnum([one,thousand,four,hundred,and,sixteen],[],1*1000+(4*100+16)).
wordnum([one,thousand,four,hundred,and,seventeen],[],1*1000+(4*100+17)).
wordnum([one,thousand,four,hundred,and,eighteen],[],1*1000+(4*100+18)).
wordnum([one,thousand,four,hundred,and,nineteen],[],1*1000+(4*100+19)).
wordnum([one,thousand,four,hundred,and,twenty],[],1*1000+(4*100+20)).
wordnum([one,thousand,four,hundred,and,thirty],[],1*1000+(4*100+30)).
wordnum([one,thousand,four,hundred,and,forty],[],1*1000+(4*100+40)).
wordnum([one,thousand,four,hundred,and,fifty],[],1*1000+(4*100+50)).
wordnum([one,thousand,four,hundred,and,sixty],[],1*1000+(4*100+60)).
wordnum([one,thousand,four,hundred,and,seventy],[],1*1000+(4*100+70)).
wordnum([one,thousand,four,hundred,and,eighty],[],1*1000+(4*100+80)).
wordnum([one,thousand,four,hundred,and,ninety],[],1*1000+(4*100+90)).
wordnum([one,thousand,four,hundred,and,twenty,one],[],1*1000+(4*100+(20+1))).
wordnum([one,thousand,four,hundred,and,twenty,two],[],1*1000+(4*100+(20+2))).
wordnum([one,thousand,four,hundred,and,twenty,three],[],1*1000+(4*100+(20+3))).
wordnum([one,thousand,four,hundred,and,twenty,four],[],1*1000+(4*100+(20+4))).
wordnum([one,thousand,four,hundred,and,twenty,five],[],1*1000+(4*100+(20+5))).
wordnum([one,thousand,four,hundred,and,twenty,six],[],1*1000+(4*100+(20+6))).
wordnum([one,thousand,four,hundred,and,twenty,seven],[],1*1000+(4*100+(20+7))).
wordnum([one,thousand,four,hundred,and,twenty,eight],[],1*1000+(4*100+(20+8))).
wordnum([one,thousand,four,hundred,and,twenty,nine],[],1*1000+(4*100+(20+9))).
wordnum([one,thousand,four,hundred,and,thirty,one],[],1*1000+(4*100+(30+1))).
wordnum([one,thousand,four,hundred,and,thirty,two],[],1*1000+(4*100+(30+2))).
wordnum([one,thousand,four,hundred,and,thirty,three],[],1*1000+(4*100+(30+3))).
wordnum([one,thousand,four,hundred,and,thirty,four],[],1*1000+(4*100+(30+4))).
wordnum([one,thousand,four,hundred,and,thirty,five],[],1*1000+(4*100+(30+5))).
wordnum([one,thousand,four,hundred,and,thirty,six],[],1*1000+(4*100+(30+6))).
wordnum([one,thousand,four,hundred,and,thirty,seven],[],1*1000+(4*100+(30+7))).
wordnum([one,thousand,four,hundred,and,thirty,eight],[],1*1000+(4*100+(30+8))).
wordnum([one,thousand,four,hundred,and,thirty,nine],[],1*1000+(4*100+(30+9))).
wordnum([one,thousand,four,hundred,and,forty,one],[],1*1000+(4*100+(40+1))).
wordnum([one,thousand,four,hundred,and,forty,two],[],1*1000+(4*100+(40+2))).
wordnum([one,thousand,four,hundred,and,forty,three],[],1*1000+(4*100+(40+3))).
wordnum([one,thousand,four,hundred,and,forty,four],[],1*1000+(4*100+(40+4))).
wordnum([one,thousand,four,hundred,and,forty,five],[],1*1000+(4*100+(40+5))).
wordnum([one,thousand,four,hundred,and,forty,six],[],1*1000+(4*100+(40+6))).
wordnum([one,thousand,four,hundred,and,forty,seven],[],1*1000+(4*100+(40+7))).
wordnum([one,thousand,four,hundred,and,forty,eight],[],1*1000+(4*100+(40+8))).
wordnum([one,thousand,four,hundred,and,forty,nine],[],1*1000+(4*100+(40+9))).
wordnum([one,thousand,four,hundred,and,fifty,one],[],1*1000+(4*100+(50+1))).
wordnum([one,thousand,four,hundred,and,fifty,two],[],1*1000+(4*100+(50+2))).
wordnum([one,thousand,four,hundred,and,fifty,three],[],1*1000+(4*100+(50+3))).
wordnum([one,thousand,four,hundred,and,fifty,four],[],1*1000+(4*100+(50+4))).
wordnum([one,thousand,four,hundred,and,fifty,five],[],1*1000+(4*100+(50+5))).
wordnum([one,thousand,four,hundred,and,fifty,six],[],1*1000+(4*100+(50+6))).
wordnum([one,thousand,four,hundred,and,fifty,seven],[],1*1000+(4*100+(50+7))).
wordnum([one,thousand,four,hundred,and,fifty,eight],[],1*1000+(4*100+(50+8))).
wordnum([one,thousand,four,hundred,and,fifty,nine],[],1*1000+(4*100+(50+9))).
wordnum([one,thousand,four,hundred,and,sixty,one],[],1*1000+(4*100+(60+1))).
wordnum([one,thousand,four,hundred,and,sixty,two],[],1*1000+(4*100+(60+2))).
wordnum([one,thousand,four,hundred,and,sixty,three],[],1*1000+(4*100+(60+3))).
wordnum([one,thousand,four,hundred,and,sixty,four],[],1*1000+(4*100+(60+4))).
wordnum([one,thousand,four,hundred,and,sixty,five],[],1*1000+(4*100+(60+5))).
wordnum([one,thousand,four,hundred,and,sixty,six],[],1*1000+(4*100+(60+6))).
wordnum([one,thousand,four,hundred,and,sixty,seven],[],1*1000+(4*100+(60+7))).
wordnum([one,thousand,four,hundred,and,sixty,eight],[],1*1000+(4*100+(60+8))).
wordnum([one,thousand,four,hundred,and,sixty,nine],[],1*1000+(4*100+(60+9))).
wordnum([one,thousand,four,hundred,and,seventy,one],[],1*1000+(4*100+(70+1))).
wordnum([one,thousand,four,hundred,and,seventy,two],[],1*1000+(4*100+(70+2))).
wordnum([one,thousand,four,hundred,and,seventy,three],[],1*1000+(4*100+(70+3))).
wordnum([one,thousand,four,hundred,and,seventy,four],[],1*1000+(4*100+(70+4))).
wordnum([one,thousand,four,hundred,and,seventy,five],[],1*1000+(4*100+(70+5))).
wordnum([one,thousand,four,hundred,and,seventy,six],[],1*1000+(4*100+(70+6))).
wordnum([one,thousand,four,hundred,and,seventy,seven],[],1*1000+(4*100+(70+7))).
wordnum([one,thousand,four,hundred,and,seventy,eight],[],1*1000+(4*100+(70+8))).
wordnum([one,thousand,four,hundred,and,seventy,nine],[],1*1000+(4*100+(70+9))).
wordnum([one,thousand,four,hundred,and,eighty,one],[],1*1000+(4*100+(80+1))).
wordnum([one,thousand,four,hundred,and,eighty,two],[],1*1000+(4*100+(80+2))).
wordnum([one,thousand,four,hundred,and,eighty,three],[],1*1000+(4*100+(80+3))).
wordnum([one,thousand,four,hundred,and,eighty,four],[],1*1000+(4*100+(80+4))).
wordnum([one,thousand,four,hundred,and,eighty,five],[],1*1000+(4*100+(80+5))).
wordnum([one,thousand,four,hundred,and,eighty,six],[],1*1000+(4*100+(80+6))).
wordnum([one,thousand,four,hundred,and,eighty,seven],[],1*1000+(4*100+(80+7))).
wordnum([one,thousand,four,hundred,and,eighty,eight],[],1*1000+(4*100+(80+8))).
wordnum([one,thousand,four,hundred,and,eighty,nine],[],1*1000+(4*100+(80+9))).
wordnum([one,thousand,four,hundred,and,ninety,one],[],1*1000+(4*100+(90+1))).
wordnum([one,thousand,four,hundred,and,ninety,two],[],1*1000+(4*100+(90+2))).
wordnum([one,thousand,four,hundred,and,ninety,three],[],1*1000+(4*100+(90+3))).
wordnum([one,thousand,four,hundred,and,ninety,four],[],1*1000+(4*100+(90+4))).
wordnum([one,thousand,four,hundred,and,ninety,five],[],1*1000+(4*100+(90+5))).
wordnum([one,thousand,four,hundred,and,ninety,six],[],1*1000+(4*100+(90+6))).
wordnum([one,thousand,four,hundred,and,ninety,seven],[],1*1000+(4*100+(90+7))).
wordnum([one,thousand,four,hundred,and,ninety,eight],[],1*1000+(4*100+(90+8))).
wordnum([one,thousand,four,hundred,and,ninety,nine],[],1*1000+(4*100+(90+9))).
wordnum([one,thousand,five,hundred,and,one],[],1*1000+(5*100+1)).
wordnum([one,thousand,five,hundred,and,two],[],1*1000+(5*100+2)).
wordnum([one,thousand,five,hundred,and,three],[],1*1000+(5*100+3)).
wordnum([one,thousand,five,hundred,and,four],[],1*1000+(5*100+4)).
wordnum([one,thousand,five,hundred,and,five],[],1*1000+(5*100+5)).
wordnum([one,thousand,five,hundred,and,six],[],1*1000+(5*100+6)).
wordnum([one,thousand,five,hundred,and,seven],[],1*1000+(5*100+7)).
wordnum([one,thousand,five,hundred,and,eight],[],1*1000+(5*100+8)).
wordnum([one,thousand,five,hundred,and,nine],[],1*1000+(5*100+9)).
wordnum([one,thousand,five,hundred,and,ten],[],1*1000+(5*100+10)).
wordnum([one,thousand,five,hundred,and,eleven],[],1*1000+(5*100+11)).
wordnum([one,thousand,five,hundred,and,twelve],[],1*1000+(5*100+12)).
wordnum([one,thousand,five,hundred,and,thirteen],[],1*1000+(5*100+13)).
wordnum([one,thousand,five,hundred,and,fourteen],[],1*1000+(5*100+14)).
wordnum([one,thousand,five,hundred,and,fifteen],[],1*1000+(5*100+15)).
wordnum([one,thousand,five,hundred,and,sixteen],[],1*1000+(5*100+16)).
wordnum([one,thousand,five,hundred,and,seventeen],[],1*1000+(5*100+17)).
wordnum([one,thousand,five,hundred,and,eighteen],[],1*1000+(5*100+18)).
wordnum([one,thousand,five,hundred,and,nineteen],[],1*1000+(5*100+19)).
wordnum([one,thousand,five,hundred,and,twenty],[],1*1000+(5*100+20)).
wordnum([one,thousand,five,hundred,and,thirty],[],1*1000+(5*100+30)).
wordnum([one,thousand,five,hundred,and,forty],[],1*1000+(5*100+40)).
wordnum([one,thousand,five,hundred,and,fifty],[],1*1000+(5*100+50)).
wordnum([one,thousand,five,hundred,and,sixty],[],1*1000+(5*100+60)).
wordnum([one,thousand,five,hundred,and,seventy],[],1*1000+(5*100+70)).
wordnum([one,thousand,five,hundred,and,eighty],[],1*1000+(5*100+80)).
wordnum([one,thousand,five,hundred,and,ninety],[],1*1000+(5*100+90)).
wordnum([one,thousand,five,hundred,and,twenty,one],[],1*1000+(5*100+(20+1))).
wordnum([one,thousand,five,hundred,and,twenty,two],[],1*1000+(5*100+(20+2))).
wordnum([one,thousand,five,hundred,and,twenty,three],[],1*1000+(5*100+(20+3))).
wordnum([one,thousand,five,hundred,and,twenty,four],[],1*1000+(5*100+(20+4))).
wordnum([one,thousand,five,hundred,and,twenty,five],[],1*1000+(5*100+(20+5))).
wordnum([one,thousand,five,hundred,and,twenty,six],[],1*1000+(5*100+(20+6))).
wordnum([one,thousand,five,hundred,and,twenty,seven],[],1*1000+(5*100+(20+7))).
wordnum([one,thousand,five,hundred,and,twenty,eight],[],1*1000+(5*100+(20+8))).
wordnum([one,thousand,five,hundred,and,twenty,nine],[],1*1000+(5*100+(20+9))).
wordnum([one,thousand,five,hundred,and,thirty,one],[],1*1000+(5*100+(30+1))).
wordnum([one,thousand,five,hundred,and,thirty,two],[],1*1000+(5*100+(30+2))).
wordnum([one,thousand,five,hundred,and,thirty,three],[],1*1000+(5*100+(30+3))).
wordnum([one,thousand,five,hundred,and,thirty,four],[],1*1000+(5*100+(30+4))).
wordnum([one,thousand,five,hundred,and,thirty,five],[],1*1000+(5*100+(30+5))).
wordnum([one,thousand,five,hundred,and,thirty,six],[],1*1000+(5*100+(30+6))).
wordnum([one,thousand,five,hundred,and,thirty,seven],[],1*1000+(5*100+(30+7))).
wordnum([one,thousand,five,hundred,and,thirty,eight],[],1*1000+(5*100+(30+8))).
wordnum([one,thousand,five,hundred,and,thirty,nine],[],1*1000+(5*100+(30+9))).
wordnum([one,thousand,five,hundred,and,forty,one],[],1*1000+(5*100+(40+1))).
wordnum([one,thousand,five,hundred,and,forty,two],[],1*1000+(5*100+(40+2))).
wordnum([one,thousand,five,hundred,and,forty,three],[],1*1000+(5*100+(40+3))).
wordnum([one,thousand,five,hundred,and,forty,four],[],1*1000+(5*100+(40+4))).
wordnum([one,thousand,five,hundred,and,forty,five],[],1*1000+(5*100+(40+5))).
wordnum([one,thousand,five,hundred,and,forty,six],[],1*1000+(5*100+(40+6))).
wordnum([one,thousand,five,hundred,and,forty,seven],[],1*1000+(5*100+(40+7))).
wordnum([one,thousand,five,hundred,and,forty,eight],[],1*1000+(5*100+(40+8))).
wordnum([one,thousand,five,hundred,and,forty,nine],[],1*1000+(5*100+(40+9))).
wordnum([one,thousand,five,hundred,and,fifty,one],[],1*1000+(5*100+(50+1))).
wordnum([one,thousand,five,hundred,and,fifty,two],[],1*1000+(5*100+(50+2))).
wordnum([one,thousand,five,hundred,and,fifty,three],[],1*1000+(5*100+(50+3))).
wordnum([one,thousand,five,hundred,and,fifty,four],[],1*1000+(5*100+(50+4))).
wordnum([one,thousand,five,hundred,and,fifty,five],[],1*1000+(5*100+(50+5))).
wordnum([one,thousand,five,hundred,and,fifty,six],[],1*1000+(5*100+(50+6))).
wordnum([one,thousand,five,hundred,and,fifty,seven],[],1*1000+(5*100+(50+7))).
wordnum([one,thousand,five,hundred,and,fifty,eight],[],1*1000+(5*100+(50+8))).
wordnum([one,thousand,five,hundred,and,fifty,nine],[],1*1000+(5*100+(50+9))).
wordnum([one,thousand,five,hundred,and,sixty,one],[],1*1000+(5*100+(60+1))).
wordnum([one,thousand,five,hundred,and,sixty,two],[],1*1000+(5*100+(60+2))).
wordnum([one,thousand,five,hundred,and,sixty,three],[],1*1000+(5*100+(60+3))).
wordnum([one,thousand,five,hundred,and,sixty,four],[],1*1000+(5*100+(60+4))).
wordnum([one,thousand,five,hundred,and,sixty,five],[],1*1000+(5*100+(60+5))).
wordnum([one,thousand,five,hundred,and,sixty,six],[],1*1000+(5*100+(60+6))).
wordnum([one,thousand,five,hundred,and,sixty,seven],[],1*1000+(5*100+(60+7))).
wordnum([one,thousand,five,hundred,and,sixty,eight],[],1*1000+(5*100+(60+8))).
wordnum([one,thousand,five,hundred,and,sixty,nine],[],1*1000+(5*100+(60+9))).
wordnum([one,thousand,five,hundred,and,seventy,one],[],1*1000+(5*100+(70+1))).
wordnum([one,thousand,five,hundred,and,seventy,two],[],1*1000+(5*100+(70+2))).
wordnum([one,thousand,five,hundred,and,seventy,three],[],1*1000+(5*100+(70+3))).
wordnum([one,thousand,five,hundred,and,seventy,four],[],1*1000+(5*100+(70+4))).
wordnum([one,thousand,five,hundred,and,seventy,five],[],1*1000+(5*100+(70+5))).
wordnum([one,thousand,five,hundred,and,seventy,six],[],1*1000+(5*100+(70+6))).
wordnum([one,thousand,five,hundred,and,seventy,seven],[],1*1000+(5*100+(70+7))).
wordnum([one,thousand,five,hundred,and,seventy,eight],[],1*1000+(5*100+(70+8))).
wordnum([one,thousand,five,hundred,and,seventy,nine],[],1*1000+(5*100+(70+9))).
wordnum([one,thousand,five,hundred,and,eighty,one],[],1*1000+(5*100+(80+1))).
wordnum([one,thousand,five,hundred,and,eighty,two],[],1*1000+(5*100+(80+2))).
wordnum([one,thousand,five,hundred,and,eighty,three],[],1*1000+(5*100+(80+3))).
wordnum([one,thousand,five,hundred,and,eighty,four],[],1*1000+(5*100+(80+4))).
wordnum([one,thousand,five,hundred,and,eighty,five],[],1*1000+(5*100+(80+5))).
wordnum([one,thousand,five,hundred,and,eighty,six],[],1*1000+(5*100+(80+6))).
wordnum([one,thousand,five,hundred,and,eighty,seven],[],1*1000+(5*100+(80+7))).
wordnum([one,thousand,five,hundred,and,eighty,eight],[],1*1000+(5*100+(80+8))).
wordnum([one,thousand,five,hundred,and,eighty,nine],[],1*1000+(5*100+(80+9))).
wordnum([one,thousand,five,hundred,and,ninety,one],[],1*1000+(5*100+(90+1))).
wordnum([one,thousand,five,hundred,and,ninety,two],[],1*1000+(5*100+(90+2))).
wordnum([one,thousand,five,hundred,and,ninety,three],[],1*1000+(5*100+(90+3))).
wordnum([one,thousand,five,hundred,and,ninety,four],[],1*1000+(5*100+(90+4))).
wordnum([one,thousand,five,hundred,and,ninety,five],[],1*1000+(5*100+(90+5))).
wordnum([one,thousand,five,hundred,and,ninety,six],[],1*1000+(5*100+(90+6))).
wordnum([one,thousand,five,hundred,and,ninety,seven],[],1*1000+(5*100+(90+7))).
wordnum([one,thousand,five,hundred,and,ninety,eight],[],1*1000+(5*100+(90+8))).
wordnum([one,thousand,five,hundred,and,ninety,nine],[],1*1000+(5*100+(90+9))).
wordnum([one,thousand,six,hundred,and,one],[],1*1000+(6*100+1)).
wordnum([one,thousand,six,hundred,and,two],[],1*1000+(6*100+2)).
wordnum([one,thousand,six,hundred,and,three],[],1*1000+(6*100+3)).
wordnum([one,thousand,six,hundred,and,four],[],1*1000+(6*100+4)).
wordnum([one,thousand,six,hundred,and,five],[],1*1000+(6*100+5)).
wordnum([one,thousand,six,hundred,and,six],[],1*1000+(6*100+6)).
wordnum([one,thousand,six,hundred,and,seven],[],1*1000+(6*100+7)).
wordnum([one,thousand,six,hundred,and,eight],[],1*1000+(6*100+8)).
wordnum([one,thousand,six,hundred,and,nine],[],1*1000+(6*100+9)).
wordnum([one,thousand,six,hundred,and,ten],[],1*1000+(6*100+10)).
wordnum([one,thousand,six,hundred,and,eleven],[],1*1000+(6*100+11)).
wordnum([one,thousand,six,hundred,and,twelve],[],1*1000+(6*100+12)).
wordnum([one,thousand,six,hundred,and,thirteen],[],1*1000+(6*100+13)).
wordnum([one,thousand,six,hundred,and,fourteen],[],1*1000+(6*100+14)).
wordnum([one,thousand,six,hundred,and,fifteen],[],1*1000+(6*100+15)).
wordnum([one,thousand,six,hundred,and,sixteen],[],1*1000+(6*100+16)).
wordnum([one,thousand,six,hundred,and,seventeen],[],1*1000+(6*100+17)).
wordnum([one,thousand,six,hundred,and,eighteen],[],1*1000+(6*100+18)).
wordnum([one,thousand,six,hundred,and,nineteen],[],1*1000+(6*100+19)).
wordnum([one,thousand,six,hundred,and,twenty],[],1*1000+(6*100+20)).
wordnum([one,thousand,six,hundred,and,thirty],[],1*1000+(6*100+30)).
wordnum([one,thousand,six,hundred,and,forty],[],1*1000+(6*100+40)).
wordnum([one,thousand,six,hundred,and,fifty],[],1*1000+(6*100+50)).
wordnum([one,thousand,six,hundred,and,sixty],[],1*1000+(6*100+60)).
wordnum([one,thousand,six,hundred,and,seventy],[],1*1000+(6*100+70)).
wordnum([one,thousand,six,hundred,and,eighty],[],1*1000+(6*100+80)).
wordnum([one,thousand,six,hundred,and,ninety],[],1*1000+(6*100+90)).
wordnum([one,thousand,six,hundred,and,twenty,one],[],1*1000+(6*100+(20+1))).
wordnum([one,thousand,six,hundred,and,twenty,two],[],1*1000+(6*100+(20+2))).
wordnum([one,thousand,six,hundred,and,twenty,three],[],1*1000+(6*100+(20+3))).
wordnum([one,thousand,six,hundred,and,twenty,four],[],1*1000+(6*100+(20+4))).
wordnum([one,thousand,six,hundred,and,twenty,five],[],1*1000+(6*100+(20+5))).
wordnum([one,thousand,six,hundred,and,twenty,six],[],1*1000+(6*100+(20+6))).
wordnum([one,thousand,six,hundred,and,twenty,seven],[],1*1000+(6*100+(20+7))).
wordnum([one,thousand,six,hundred,and,twenty,eight],[],1*1000+(6*100+(20+8))).
wordnum([one,thousand,six,hundred,and,twenty,nine],[],1*1000+(6*100+(20+9))).
wordnum([one,thousand,six,hundred,and,thirty,one],[],1*1000+(6*100+(30+1))).
wordnum([one,thousand,six,hundred,and,thirty,two],[],1*1000+(6*100+(30+2))).
wordnum([one,thousand,six,hundred,and,thirty,three],[],1*1000+(6*100+(30+3))).
wordnum([one,thousand,six,hundred,and,thirty,four],[],1*1000+(6*100+(30+4))).
wordnum([one,thousand,six,hundred,and,thirty,five],[],1*1000+(6*100+(30+5))).
wordnum([one,thousand,six,hundred,and,thirty,six],[],1*1000+(6*100+(30+6))).
wordnum([one,thousand,six,hundred,and,thirty,seven],[],1*1000+(6*100+(30+7))).
wordnum([one,thousand,six,hundred,and,thirty,eight],[],1*1000+(6*100+(30+8))).
wordnum([one,thousand,six,hundred,and,thirty,nine],[],1*1000+(6*100+(30+9))).
wordnum([one,thousand,six,hundred,and,forty,one],[],1*1000+(6*100+(40+1))).
wordnum([one,thousand,six,hundred,and,forty,two],[],1*1000+(6*100+(40+2))).
wordnum([one,thousand,six,hundred,and,forty,three],[],1*1000+(6*100+(40+3))).
wordnum([one,thousand,six,hundred,and,forty,four],[],1*1000+(6*100+(40+4))).
wordnum([one,thousand,six,hundred,and,forty,five],[],1*1000+(6*100+(40+5))).
wordnum([one,thousand,six,hundred,and,forty,six],[],1*1000+(6*100+(40+6))).
wordnum([one,thousand,six,hundred,and,forty,seven],[],1*1000+(6*100+(40+7))).
wordnum([one,thousand,six,hundred,and,forty,eight],[],1*1000+(6*100+(40+8))).
wordnum([one,thousand,six,hundred,and,forty,nine],[],1*1000+(6*100+(40+9))).
wordnum([one,thousand,six,hundred,and,fifty,one],[],1*1000+(6*100+(50+1))).
wordnum([one,thousand,six,hundred,and,fifty,two],[],1*1000+(6*100+(50+2))).
wordnum([one,thousand,six,hundred,and,fifty,three],[],1*1000+(6*100+(50+3))).
wordnum([one,thousand,six,hundred,and,fifty,four],[],1*1000+(6*100+(50+4))).
wordnum([one,thousand,six,hundred,and,fifty,five],[],1*1000+(6*100+(50+5))).
wordnum([one,thousand,six,hundred,and,fifty,six],[],1*1000+(6*100+(50+6))).
wordnum([one,thousand,six,hundred,and,fifty,seven],[],1*1000+(6*100+(50+7))).
wordnum([one,thousand,six,hundred,and,fifty,eight],[],1*1000+(6*100+(50+8))).
wordnum([one,thousand,six,hundred,and,fifty,nine],[],1*1000+(6*100+(50+9))).
wordnum([one,thousand,six,hundred,and,sixty,one],[],1*1000+(6*100+(60+1))).
wordnum([one,thousand,six,hundred,and,sixty,two],[],1*1000+(6*100+(60+2))).
wordnum([one,thousand,six,hundred,and,sixty,three],[],1*1000+(6*100+(60+3))).
wordnum([one,thousand,six,hundred,and,sixty,four],[],1*1000+(6*100+(60+4))).
wordnum([one,thousand,six,hundred,and,sixty,five],[],1*1000+(6*100+(60+5))).
wordnum([one,thousand,six,hundred,and,sixty,six],[],1*1000+(6*100+(60+6))).
wordnum([one,thousand,six,hundred,and,sixty,seven],[],1*1000+(6*100+(60+7))).
wordnum([one,thousand,six,hundred,and,sixty,eight],[],1*1000+(6*100+(60+8))).
wordnum([one,thousand,six,hundred,and,sixty,nine],[],1*1000+(6*100+(60+9))).
wordnum([one,thousand,six,hundred,and,seventy,one],[],1*1000+(6*100+(70+1))).
wordnum([one,thousand,six,hundred,and,seventy,two],[],1*1000+(6*100+(70+2))).
wordnum([one,thousand,six,hundred,and,seventy,three],[],1*1000+(6*100+(70+3))).
wordnum([one,thousand,six,hundred,and,seventy,four],[],1*1000+(6*100+(70+4))).
wordnum([one,thousand,six,hundred,and,seventy,five],[],1*1000+(6*100+(70+5))).
wordnum([one,thousand,six,hundred,and,seventy,six],[],1*1000+(6*100+(70+6))).
wordnum([one,thousand,six,hundred,and,seventy,seven],[],1*1000+(6*100+(70+7))).
wordnum([one,thousand,six,hundred,and,seventy,eight],[],1*1000+(6*100+(70+8))).
wordnum([one,thousand,six,hundred,and,seventy,nine],[],1*1000+(6*100+(70+9))).
wordnum([one,thousand,six,hundred,and,eighty,one],[],1*1000+(6*100+(80+1))).
wordnum([one,thousand,six,hundred,and,eighty,two],[],1*1000+(6*100+(80+2))).
wordnum([one,thousand,six,hundred,and,eighty,three],[],1*1000+(6*100+(80+3))).
wordnum([one,thousand,six,hundred,and,eighty,four],[],1*1000+(6*100+(80+4))).
wordnum([one,thousand,six,hundred,and,eighty,five],[],1*1000+(6*100+(80+5))).
wordnum([one,thousand,six,hundred,and,eighty,six],[],1*1000+(6*100+(80+6))).
wordnum([one,thousand,six,hundred,and,eighty,seven],[],1*1000+(6*100+(80+7))).
wordnum([one,thousand,six,hundred,and,eighty,eight],[],1*1000+(6*100+(80+8))).
wordnum([one,thousand,six,hundred,and,eighty,nine],[],1*1000+(6*100+(80+9))).
wordnum([one,thousand,six,hundred,and,ninety,one],[],1*1000+(6*100+(90+1))).
wordnum([one,thousand,six,hundred,and,ninety,two],[],1*1000+(6*100+(90+2))).
wordnum([one,thousand,six,hundred,and,ninety,three],[],1*1000+(6*100+(90+3))).
wordnum([one,thousand,six,hundred,and,ninety,four],[],1*1000+(6*100+(90+4))).
wordnum([one,thousand,six,hundred,and,ninety,five],[],1*1000+(6*100+(90+5))).
wordnum([one,thousand,six,hundred,and,ninety,six],[],1*1000+(6*100+(90+6))).
wordnum([one,thousand,six,hundred,and,ninety,seven],[],1*1000+(6*100+(90+7))).
wordnum([one,thousand,six,hundred,and,ninety,eight],[],1*1000+(6*100+(90+8))).
wordnum([one,thousand,six,hundred,and,ninety,nine],[],1*1000+(6*100+(90+9))).
wordnum([one,thousand,seven,hundred,and,one],[],1*1000+(7*100+1)).
wordnum([one,thousand,seven,hundred,and,two],[],1*1000+(7*100+2)).
wordnum([one,thousand,seven,hundred,and,three],[],1*1000+(7*100+3)).
wordnum([one,thousand,seven,hundred,and,four],[],1*1000+(7*100+4)).
wordnum([one,thousand,seven,hundred,and,five],[],1*1000+(7*100+5)).
wordnum([one,thousand,seven,hundred,and,six],[],1*1000+(7*100+6)).
wordnum([one,thousand,seven,hundred,and,seven],[],1*1000+(7*100+7)).
wordnum([one,thousand,seven,hundred,and,eight],[],1*1000+(7*100+8)).
wordnum([one,thousand,seven,hundred,and,nine],[],1*1000+(7*100+9)).
wordnum([one,thousand,seven,hundred,and,ten],[],1*1000+(7*100+10)).
wordnum([one,thousand,seven,hundred,and,eleven],[],1*1000+(7*100+11)).
wordnum([one,thousand,seven,hundred,and,twelve],[],1*1000+(7*100+12)).
wordnum([one,thousand,seven,hundred,and,thirteen],[],1*1000+(7*100+13)).
wordnum([one,thousand,seven,hundred,and,fourteen],[],1*1000+(7*100+14)).
wordnum([one,thousand,seven,hundred,and,fifteen],[],1*1000+(7*100+15)).
wordnum([one,thousand,seven,hundred,and,sixteen],[],1*1000+(7*100+16)).
wordnum([one,thousand,seven,hundred,and,seventeen],[],1*1000+(7*100+17)).
wordnum([one,thousand,seven,hundred,and,eighteen],[],1*1000+(7*100+18)).
wordnum([one,thousand,seven,hundred,and,nineteen],[],1*1000+(7*100+19)).
wordnum([one,thousand,seven,hundred,and,twenty],[],1*1000+(7*100+20)).
wordnum([one,thousand,seven,hundred,and,thirty],[],1*1000+(7*100+30)).
wordnum([one,thousand,seven,hundred,and,forty],[],1*1000+(7*100+40)).
wordnum([one,thousand,seven,hundred,and,fifty],[],1*1000+(7*100+50)).
wordnum([one,thousand,seven,hundred,and,sixty],[],1*1000+(7*100+60)).
wordnum([one,thousand,seven,hundred,and,seventy],[],1*1000+(7*100+70)).
wordnum([one,thousand,seven,hundred,and,eighty],[],1*1000+(7*100+80)).
wordnum([one,thousand,seven,hundred,and,ninety],[],1*1000+(7*100+90)).
wordnum([one,thousand,seven,hundred,and,twenty,one],[],1*1000+(7*100+(20+1))).
wordnum([one,thousand,seven,hundred,and,twenty,two],[],1*1000+(7*100+(20+2))).
wordnum([one,thousand,seven,hundred,and,twenty,three],[],1*1000+(7*100+(20+3))).
wordnum([one,thousand,seven,hundred,and,twenty,four],[],1*1000+(7*100+(20+4))).
wordnum([one,thousand,seven,hundred,and,twenty,five],[],1*1000+(7*100+(20+5))).
wordnum([one,thousand,seven,hundred,and,twenty,six],[],1*1000+(7*100+(20+6))).
wordnum([one,thousand,seven,hundred,and,twenty,seven],[],1*1000+(7*100+(20+7))).
wordnum([one,thousand,seven,hundred,and,twenty,eight],[],1*1000+(7*100+(20+8))).
wordnum([one,thousand,seven,hundred,and,twenty,nine],[],1*1000+(7*100+(20+9))).
wordnum([one,thousand,seven,hundred,and,thirty,one],[],1*1000+(7*100+(30+1))).
wordnum([one,thousand,seven,hundred,and,thirty,two],[],1*1000+(7*100+(30+2))).
wordnum([one,thousand,seven,hundred,and,thirty,three],[],1*1000+(7*100+(30+3))).
wordnum([one,thousand,seven,hundred,and,thirty,four],[],1*1000+(7*100+(30+4))).
wordnum([one,thousand,seven,hundred,and,thirty,five],[],1*1000+(7*100+(30+5))).
wordnum([one,thousand,seven,hundred,and,thirty,six],[],1*1000+(7*100+(30+6))).
wordnum([one,thousand,seven,hundred,and,thirty,seven],[],1*1000+(7*100+(30+7))).
wordnum([one,thousand,seven,hundred,and,thirty,eight],[],1*1000+(7*100+(30+8))).
wordnum([one,thousand,seven,hundred,and,thirty,nine],[],1*1000+(7*100+(30+9))).
wordnum([one,thousand,seven,hundred,and,forty,one],[],1*1000+(7*100+(40+1))).
wordnum([one,thousand,seven,hundred,and,forty,two],[],1*1000+(7*100+(40+2))).
wordnum([one,thousand,seven,hundred,and,forty,three],[],1*1000+(7*100+(40+3))).
wordnum([one,thousand,seven,hundred,and,forty,four],[],1*1000+(7*100+(40+4))).
wordnum([one,thousand,seven,hundred,and,forty,five],[],1*1000+(7*100+(40+5))).
wordnum([one,thousand,seven,hundred,and,forty,six],[],1*1000+(7*100+(40+6))).
wordnum([one,thousand,seven,hundred,and,forty,seven],[],1*1000+(7*100+(40+7))).
wordnum([one,thousand,seven,hundred,and,forty,eight],[],1*1000+(7*100+(40+8))).
wordnum([one,thousand,seven,hundred,and,forty,nine],[],1*1000+(7*100+(40+9))).
wordnum([one,thousand,seven,hundred,and,fifty,one],[],1*1000+(7*100+(50+1))).
wordnum([one,thousand,seven,hundred,and,fifty,two],[],1*1000+(7*100+(50+2))).
wordnum([one,thousand,seven,hundred,and,fifty,three],[],1*1000+(7*100+(50+3))).
wordnum([one,thousand,seven,hundred,and,fifty,four],[],1*1000+(7*100+(50+4))).
wordnum([one,thousand,seven,hundred,and,fifty,five],[],1*1000+(7*100+(50+5))).
wordnum([one,thousand,seven,hundred,and,fifty,six],[],1*1000+(7*100+(50+6))).
wordnum([one,thousand,seven,hundred,and,fifty,seven],[],1*1000+(7*100+(50+7))).
wordnum([one,thousand,seven,hundred,and,fifty,eight],[],1*1000+(7*100+(50+8))).
wordnum([one,thousand,seven,hundred,and,fifty,nine],[],1*1000+(7*100+(50+9))).
wordnum([one,thousand,seven,hundred,and,sixty,one],[],1*1000+(7*100+(60+1))).
wordnum([one,thousand,seven,hundred,and,sixty,two],[],1*1000+(7*100+(60+2))).
wordnum([one,thousand,seven,hundred,and,sixty,three],[],1*1000+(7*100+(60+3))).
wordnum([one,thousand,seven,hundred,and,sixty,four],[],1*1000+(7*100+(60+4))).
wordnum([one,thousand,seven,hundred,and,sixty,five],[],1*1000+(7*100+(60+5))).
wordnum([one,thousand,seven,hundred,and,sixty,six],[],1*1000+(7*100+(60+6))).
wordnum([one,thousand,seven,hundred,and,sixty,seven],[],1*1000+(7*100+(60+7))).
wordnum([one,thousand,seven,hundred,and,sixty,eight],[],1*1000+(7*100+(60+8))).
wordnum([one,thousand,seven,hundred,and,sixty,nine],[],1*1000+(7*100+(60+9))).
wordnum([one,thousand,seven,hundred,and,seventy,one],[],1*1000+(7*100+(70+1))).
wordnum([one,thousand,seven,hundred,and,seventy,two],[],1*1000+(7*100+(70+2))).
wordnum([one,thousand,seven,hundred,and,seventy,three],[],1*1000+(7*100+(70+3))).
wordnum([one,thousand,seven,hundred,and,seventy,four],[],1*1000+(7*100+(70+4))).
wordnum([one,thousand,seven,hundred,and,seventy,five],[],1*1000+(7*100+(70+5))).
wordnum([one,thousand,seven,hundred,and,seventy,six],[],1*1000+(7*100+(70+6))).
wordnum([one,thousand,seven,hundred,and,seventy,seven],[],1*1000+(7*100+(70+7))).
wordnum([one,thousand,seven,hundred,and,seventy,eight],[],1*1000+(7*100+(70+8))).
wordnum([one,thousand,seven,hundred,and,seventy,nine],[],1*1000+(7*100+(70+9))).
wordnum([one,thousand,seven,hundred,and,eighty,one],[],1*1000+(7*100+(80+1))).
wordnum([one,thousand,seven,hundred,and,eighty,two],[],1*1000+(7*100+(80+2))).
wordnum([one,thousand,seven,hundred,and,eighty,three],[],1*1000+(7*100+(80+3))).
wordnum([one,thousand,seven,hundred,and,eighty,four],[],1*1000+(7*100+(80+4))).
wordnum([one,thousand,seven,hundred,and,eighty,five],[],1*1000+(7*100+(80+5))).
wordnum([one,thousand,seven,hundred,and,eighty,six],[],1*1000+(7*100+(80+6))).
wordnum([one,thousand,seven,hundred,and,eighty,seven],[],1*1000+(7*100+(80+7))).
wordnum([one,thousand,seven,hundred,and,eighty,eight],[],1*1000+(7*100+(80+8))).
wordnum([one,thousand,seven,hundred,and,eighty,nine],[],1*1000+(7*100+(80+9))).
wordnum([one,thousand,seven,hundred,and,ninety,one],[],1*1000+(7*100+(90+1))).
wordnum([one,thousand,seven,hundred,and,ninety,two],[],1*1000+(7*100+(90+2))).
wordnum([one,thousand,seven,hundred,and,ninety,three],[],1*1000+(7*100+(90+3))).
wordnum([one,thousand,seven,hundred,and,ninety,four],[],1*1000+(7*100+(90+4))).
wordnum([one,thousand,seven,hundred,and,ninety,five],[],1*1000+(7*100+(90+5))).
wordnum([one,thousand,seven,hundred,and,ninety,six],[],1*1000+(7*100+(90+6))).
wordnum([one,thousand,seven,hundred,and,ninety,seven],[],1*1000+(7*100+(90+7))).
wordnum([one,thousand,seven,hundred,and,ninety,eight],[],1*1000+(7*100+(90+8))).
wordnum([one,thousand,seven,hundred,and,ninety,nine],[],1*1000+(7*100+(90+9))).
wordnum([one,thousand,eight,hundred,and,one],[],1*1000+(8*100+1)).
wordnum([one,thousand,eight,hundred,and,two],[],1*1000+(8*100+2)).
wordnum([one,thousand,eight,hundred,and,three],[],1*1000+(8*100+3)).
wordnum([one,thousand,eight,hundred,and,four],[],1*1000+(8*100+4)).
wordnum([one,thousand,eight,hundred,and,five],[],1*1000+(8*100+5)).
wordnum([one,thousand,eight,hundred,and,six],[],1*1000+(8*100+6)).
wordnum([one,thousand,eight,hundred,and,seven],[],1*1000+(8*100+7)).
wordnum([one,thousand,eight,hundred,and,eight],[],1*1000+(8*100+8)).
wordnum([one,thousand,eight,hundred,and,nine],[],1*1000+(8*100+9)).
wordnum([one,thousand,eight,hundred,and,ten],[],1*1000+(8*100+10)).
wordnum([one,thousand,eight,hundred,and,eleven],[],1*1000+(8*100+11)).
wordnum([one,thousand,eight,hundred,and,twelve],[],1*1000+(8*100+12)).
wordnum([one,thousand,eight,hundred,and,thirteen],[],1*1000+(8*100+13)).
wordnum([one,thousand,eight,hundred,and,fourteen],[],1*1000+(8*100+14)).
wordnum([one,thousand,eight,hundred,and,fifteen],[],1*1000+(8*100+15)).
wordnum([one,thousand,eight,hundred,and,sixteen],[],1*1000+(8*100+16)).
wordnum([one,thousand,eight,hundred,and,seventeen],[],1*1000+(8*100+17)).
wordnum([one,thousand,eight,hundred,and,eighteen],[],1*1000+(8*100+18)).
wordnum([one,thousand,eight,hundred,and,nineteen],[],1*1000+(8*100+19)).
wordnum([one,thousand,eight,hundred,and,twenty],[],1*1000+(8*100+20)).
wordnum([one,thousand,eight,hundred,and,thirty],[],1*1000+(8*100+30)).
wordnum([one,thousand,eight,hundred,and,forty],[],1*1000+(8*100+40)).
wordnum([one,thousand,eight,hundred,and,fifty],[],1*1000+(8*100+50)).
wordnum([one,thousand,eight,hundred,and,sixty],[],1*1000+(8*100+60)).
wordnum([one,thousand,eight,hundred,and,seventy],[],1*1000+(8*100+70)).
wordnum([one,thousand,eight,hundred,and,eighty],[],1*1000+(8*100+80)).
wordnum([one,thousand,eight,hundred,and,ninety],[],1*1000+(8*100+90)).
wordnum([one,thousand,eight,hundred,and,twenty,one],[],1*1000+(8*100+(20+1))).
wordnum([one,thousand,eight,hundred,and,twenty,two],[],1*1000+(8*100+(20+2))).
wordnum([one,thousand,eight,hundred,and,twenty,three],[],1*1000+(8*100+(20+3))).
wordnum([one,thousand,eight,hundred,and,twenty,four],[],1*1000+(8*100+(20+4))).
wordnum([one,thousand,eight,hundred,and,twenty,five],[],1*1000+(8*100+(20+5))).
wordnum([one,thousand,eight,hundred,and,twenty,six],[],1*1000+(8*100+(20+6))).
wordnum([one,thousand,eight,hundred,and,twenty,seven],[],1*1000+(8*100+(20+7))).
wordnum([one,thousand,eight,hundred,and,twenty,eight],[],1*1000+(8*100+(20+8))).
wordnum([one,thousand,eight,hundred,and,twenty,nine],[],1*1000+(8*100+(20+9))).
wordnum([one,thousand,eight,hundred,and,thirty,one],[],1*1000+(8*100+(30+1))).
wordnum([one,thousand,eight,hundred,and,thirty,two],[],1*1000+(8*100+(30+2))).
wordnum([one,thousand,eight,hundred,and,thirty,three],[],1*1000+(8*100+(30+3))).
wordnum([one,thousand,eight,hundred,and,thirty,four],[],1*1000+(8*100+(30+4))).
wordnum([one,thousand,eight,hundred,and,thirty,five],[],1*1000+(8*100+(30+5))).
wordnum([one,thousand,eight,hundred,and,thirty,six],[],1*1000+(8*100+(30+6))).
wordnum([one,thousand,eight,hundred,and,thirty,seven],[],1*1000+(8*100+(30+7))).
wordnum([one,thousand,eight,hundred,and,thirty,eight],[],1*1000+(8*100+(30+8))).
wordnum([one,thousand,eight,hundred,and,thirty,nine],[],1*1000+(8*100+(30+9))).
wordnum([one,thousand,eight,hundred,and,forty,one],[],1*1000+(8*100+(40+1))).
wordnum([one,thousand,eight,hundred,and,forty,two],[],1*1000+(8*100+(40+2))).
wordnum([one,thousand,eight,hundred,and,forty,three],[],1*1000+(8*100+(40+3))).
wordnum([one,thousand,eight,hundred,and,forty,four],[],1*1000+(8*100+(40+4))).
wordnum([one,thousand,eight,hundred,and,forty,five],[],1*1000+(8*100+(40+5))).
wordnum([one,thousand,eight,hundred,and,forty,six],[],1*1000+(8*100+(40+6))).
wordnum([one,thousand,eight,hundred,and,forty,seven],[],1*1000+(8*100+(40+7))).
wordnum([one,thousand,eight,hundred,and,forty,eight],[],1*1000+(8*100+(40+8))).
wordnum([one,thousand,eight,hundred,and,forty,nine],[],1*1000+(8*100+(40+9))).
wordnum([one,thousand,eight,hundred,and,fifty,one],[],1*1000+(8*100+(50+1))).
wordnum([one,thousand,eight,hundred,and,fifty,two],[],1*1000+(8*100+(50+2))).
wordnum([one,thousand,eight,hundred,and,fifty,three],[],1*1000+(8*100+(50+3))).
wordnum([one,thousand,eight,hundred,and,fifty,four],[],1*1000+(8*100+(50+4))).
wordnum([one,thousand,eight,hundred,and,fifty,five],[],1*1000+(8*100+(50+5))).
wordnum([one,thousand,eight,hundred,and,fifty,six],[],1*1000+(8*100+(50+6))).
wordnum([one,thousand,eight,hundred,and,fifty,seven],[],1*1000+(8*100+(50+7))).
wordnum([one,thousand,eight,hundred,and,fifty,eight],[],1*1000+(8*100+(50+8))).
wordnum([one,thousand,eight,hundred,and,fifty,nine],[],1*1000+(8*100+(50+9))).
wordnum([one,thousand,eight,hundred,and,sixty,one],[],1*1000+(8*100+(60+1))).
wordnum([one,thousand,eight,hundred,and,sixty,two],[],1*1000+(8*100+(60+2))).
wordnum([one,thousand,eight,hundred,and,sixty,three],[],1*1000+(8*100+(60+3))).
wordnum([one,thousand,eight,hundred,and,sixty,four],[],1*1000+(8*100+(60+4))).
wordnum([one,thousand,eight,hundred,and,sixty,five],[],1*1000+(8*100+(60+5))).
wordnum([one,thousand,eight,hundred,and,sixty,six],[],1*1000+(8*100+(60+6))).
wordnum([one,thousand,eight,hundred,and,sixty,seven],[],1*1000+(8*100+(60+7))).
wordnum([one,thousand,eight,hundred,and,sixty,eight],[],1*1000+(8*100+(60+8))).
wordnum([one,thousand,eight,hundred,and,sixty,nine],[],1*1000+(8*100+(60+9))).
wordnum([one,thousand,eight,hundred,and,seventy,one],[],1*1000+(8*100+(70+1))).
wordnum([one,thousand,eight,hundred,and,seventy,two],[],1*1000+(8*100+(70+2))).
wordnum([one,thousand,eight,hundred,and,seventy,three],[],1*1000+(8*100+(70+3))).
wordnum([one,thousand,eight,hundred,and,seventy,four],[],1*1000+(8*100+(70+4))).
wordnum([one,thousand,eight,hundred,and,seventy,five],[],1*1000+(8*100+(70+5))).
wordnum([one,thousand,eight,hundred,and,seventy,six],[],1*1000+(8*100+(70+6))).
wordnum([one,thousand,eight,hundred,and,seventy,seven],[],1*1000+(8*100+(70+7))).
wordnum([one,thousand,eight,hundred,and,seventy,eight],[],1*1000+(8*100+(70+8))).
wordnum([one,thousand,eight,hundred,and,seventy,nine],[],1*1000+(8*100+(70+9))).
wordnum([one,thousand,eight,hundred,and,eighty,one],[],1*1000+(8*100+(80+1))).
wordnum([one,thousand,eight,hundred,and,eighty,two],[],1*1000+(8*100+(80+2))).
wordnum([one,thousand,eight,hundred,and,eighty,three],[],1*1000+(8*100+(80+3))).
wordnum([one,thousand,eight,hundred,and,eighty,four],[],1*1000+(8*100+(80+4))).
wordnum([one,thousand,eight,hundred,and,eighty,five],[],1*1000+(8*100+(80+5))).
wordnum([one,thousand,eight,hundred,and,eighty,six],[],1*1000+(8*100+(80+6))).
wordnum([one,thousand,eight,hundred,and,eighty,seven],[],1*1000+(8*100+(80+7))).
wordnum([one,thousand,eight,hundred,and,eighty,eight],[],1*1000+(8*100+(80+8))).
wordnum([one,thousand,eight,hundred,and,eighty,nine],[],1*1000+(8*100+(80+9))).
wordnum([one,thousand,eight,hundred,and,ninety,one],[],1*1000+(8*100+(90+1))).
wordnum([one,thousand,eight,hundred,and,ninety,two],[],1*1000+(8*100+(90+2))).
wordnum([one,thousand,eight,hundred,and,ninety,three],[],1*1000+(8*100+(90+3))).
wordnum([one,thousand,eight,hundred,and,ninety,four],[],1*1000+(8*100+(90+4))).
wordnum([one,thousand,eight,hundred,and,ninety,five],[],1*1000+(8*100+(90+5))).
wordnum([one,thousand,eight,hundred,and,ninety,six],[],1*1000+(8*100+(90+6))).
wordnum([one,thousand,eight,hundred,and,ninety,seven],[],1*1000+(8*100+(90+7))).
wordnum([one,thousand,eight,hundred,and,ninety,eight],[],1*1000+(8*100+(90+8))).
wordnum([one,thousand,eight,hundred,and,ninety,nine],[],1*1000+(8*100+(90+9))).
wordnum([one,thousand,nine,hundred,and,one],[],1*1000+(9*100+1)).
wordnum([one,thousand,nine,hundred,and,two],[],1*1000+(9*100+2)).
wordnum([one,thousand,nine,hundred,and,three],[],1*1000+(9*100+3)).
wordnum([one,thousand,nine,hundred,and,four],[],1*1000+(9*100+4)).
wordnum([one,thousand,nine,hundred,and,five],[],1*1000+(9*100+5)).
wordnum([one,thousand,nine,hundred,and,six],[],1*1000+(9*100+6)).
wordnum([one,thousand,nine,hundred,and,seven],[],1*1000+(9*100+7)).
wordnum([one,thousand,nine,hundred,and,eight],[],1*1000+(9*100+8)).
wordnum([one,thousand,nine,hundred,and,nine],[],1*1000+(9*100+9)).
wordnum([one,thousand,nine,hundred,and,ten],[],1*1000+(9*100+10)).
wordnum([one,thousand,nine,hundred,and,eleven],[],1*1000+(9*100+11)).
wordnum([one,thousand,nine,hundred,and,twelve],[],1*1000+(9*100+12)).
wordnum([one,thousand,nine,hundred,and,thirteen],[],1*1000+(9*100+13)).
wordnum([one,thousand,nine,hundred,and,fourteen],[],1*1000+(9*100+14)).
wordnum([one,thousand,nine,hundred,and,fifteen],[],1*1000+(9*100+15)).
wordnum([one,thousand,nine,hundred,and,sixteen],[],1*1000+(9*100+16)).
wordnum([one,thousand,nine,hundred,and,seventeen],[],1*1000+(9*100+17)).
wordnum([one,thousand,nine,hundred,and,eighteen],[],1*1000+(9*100+18)).
wordnum([one,thousand,nine,hundred,and,nineteen],[],1*1000+(9*100+19)).
wordnum([one,thousand,nine,hundred,and,twenty],[],1*1000+(9*100+20)).
wordnum([one,thousand,nine,hundred,and,thirty],[],1*1000+(9*100+30)).
wordnum([one,thousand,nine,hundred,and,forty],[],1*1000+(9*100+40)).
wordnum([one,thousand,nine,hundred,and,fifty],[],1*1000+(9*100+50)).
wordnum([one,thousand,nine,hundred,and,sixty],[],1*1000+(9*100+60)).
wordnum([one,thousand,nine,hundred,and,seventy],[],1*1000+(9*100+70)).
wordnum([one,thousand,nine,hundred,and,eighty],[],1*1000+(9*100+80)).
wordnum([one,thousand,nine,hundred,and,ninety],[],1*1000+(9*100+90)).
wordnum([one,thousand,nine,hundred,and,twenty,one],[],1*1000+(9*100+(20+1))).
wordnum([one,thousand,nine,hundred,and,twenty,two],[],1*1000+(9*100+(20+2))).
wordnum([one,thousand,nine,hundred,and,twenty,three],[],1*1000+(9*100+(20+3))).
wordnum([one,thousand,nine,hundred,and,twenty,four],[],1*1000+(9*100+(20+4))).
wordnum([one,thousand,nine,hundred,and,twenty,five],[],1*1000+(9*100+(20+5))).
wordnum([one,thousand,nine,hundred,and,twenty,six],[],1*1000+(9*100+(20+6))).
wordnum([one,thousand,nine,hundred,and,twenty,seven],[],1*1000+(9*100+(20+7))).
wordnum([one,thousand,nine,hundred,and,twenty,eight],[],1*1000+(9*100+(20+8))).
wordnum([one,thousand,nine,hundred,and,twenty,nine],[],1*1000+(9*100+(20+9))).
wordnum([one,thousand,nine,hundred,and,thirty,one],[],1*1000+(9*100+(30+1))).
wordnum([one,thousand,nine,hundred,and,thirty,two],[],1*1000+(9*100+(30+2))).
wordnum([one,thousand,nine,hundred,and,thirty,three],[],1*1000+(9*100+(30+3))).
wordnum([one,thousand,nine,hundred,and,thirty,four],[],1*1000+(9*100+(30+4))).
wordnum([one,thousand,nine,hundred,and,thirty,five],[],1*1000+(9*100+(30+5))).
wordnum([one,thousand,nine,hundred,and,thirty,six],[],1*1000+(9*100+(30+6))).
wordnum([one,thousand,nine,hundred,and,thirty,seven],[],1*1000+(9*100+(30+7))).
wordnum([one,thousand,nine,hundred,and,thirty,eight],[],1*1000+(9*100+(30+8))).
wordnum([one,thousand,nine,hundred,and,thirty,nine],[],1*1000+(9*100+(30+9))).
wordnum([one,thousand,nine,hundred,and,forty,one],[],1*1000+(9*100+(40+1))).
wordnum([one,thousand,nine,hundred,and,forty,two],[],1*1000+(9*100+(40+2))).
wordnum([one,thousand,nine,hundred,and,forty,three],[],1*1000+(9*100+(40+3))).
wordnum([one,thousand,nine,hundred,and,forty,four],[],1*1000+(9*100+(40+4))).
wordnum([one,thousand,nine,hundred,and,forty,five],[],1*1000+(9*100+(40+5))).
wordnum([one,thousand,nine,hundred,and,forty,six],[],1*1000+(9*100+(40+6))).
wordnum([one,thousand,nine,hundred,and,forty,seven],[],1*1000+(9*100+(40+7))).
wordnum([one,thousand,nine,hundred,and,forty,eight],[],1*1000+(9*100+(40+8))).
wordnum([one,thousand,nine,hundred,and,forty,nine],[],1*1000+(9*100+(40+9))).
wordnum([one,thousand,nine,hundred,and,fifty,one],[],1*1000+(9*100+(50+1))).
wordnum([one,thousand,nine,hundred,and,fifty,two],[],1*1000+(9*100+(50+2))).
wordnum([one,thousand,nine,hundred,and,fifty,three],[],1*1000+(9*100+(50+3))).
wordnum([one,thousand,nine,hundred,and,fifty,four],[],1*1000+(9*100+(50+4))).
wordnum([one,thousand,nine,hundred,and,fifty,five],[],1*1000+(9*100+(50+5))).
wordnum([one,thousand,nine,hundred,and,fifty,six],[],1*1000+(9*100+(50+6))).
wordnum([one,thousand,nine,hundred,and,fifty,seven],[],1*1000+(9*100+(50+7))).
wordnum([one,thousand,nine,hundred,and,fifty,eight],[],1*1000+(9*100+(50+8))).
wordnum([one,thousand,nine,hundred,and,fifty,nine],[],1*1000+(9*100+(50+9))).
wordnum([one,thousand,nine,hundred,and,sixty,one],[],1*1000+(9*100+(60+1))).
wordnum([one,thousand,nine,hundred,and,sixty,two],[],1*1000+(9*100+(60+2))).
wordnum([one,thousand,nine,hundred,and,sixty,three],[],1*1000+(9*100+(60+3))).
wordnum([one,thousand,nine,hundred,and,sixty,four],[],1*1000+(9*100+(60+4))).
wordnum([one,thousand,nine,hundred,and,sixty,five],[],1*1000+(9*100+(60+5))).
wordnum([one,thousand,nine,hundred,and,sixty,six],[],1*1000+(9*100+(60+6))).
wordnum([one,thousand,nine,hundred,and,sixty,seven],[],1*1000+(9*100+(60+7))).
wordnum([one,thousand,nine,hundred,and,sixty,eight],[],1*1000+(9*100+(60+8))).
wordnum([one,thousand,nine,hundred,and,sixty,nine],[],1*1000+(9*100+(60+9))).
wordnum([one,thousand,nine,hundred,and,seventy,one],[],1*1000+(9*100+(70+1))).
wordnum([one,thousand,nine,hundred,and,seventy,two],[],1*1000+(9*100+(70+2))).
wordnum([one,thousand,nine,hundred,and,seventy,three],[],1*1000+(9*100+(70+3))).
wordnum([one,thousand,nine,hundred,and,seventy,four],[],1*1000+(9*100+(70+4))).
wordnum([one,thousand,nine,hundred,and,seventy,five],[],1*1000+(9*100+(70+5))).
wordnum([one,thousand,nine,hundred,and,seventy,six],[],1*1000+(9*100+(70+6))).
wordnum([one,thousand,nine,hundred,and,seventy,seven],[],1*1000+(9*100+(70+7))).
wordnum([one,thousand,nine,hundred,and,seventy,eight],[],1*1000+(9*100+(70+8))).
wordnum([one,thousand,nine,hundred,and,seventy,nine],[],1*1000+(9*100+(70+9))).
wordnum([one,thousand,nine,hundred,and,eighty,one],[],1*1000+(9*100+(80+1))).
wordnum([one,thousand,nine,hundred,and,eighty,two],[],1*1000+(9*100+(80+2))).
wordnum([one,thousand,nine,hundred,and,eighty,three],[],1*1000+(9*100+(80+3))).
wordnum([one,thousand,nine,hundred,and,eighty,four],[],1*1000+(9*100+(80+4))).
wordnum([one,thousand,nine,hundred,and,eighty,five],[],1*1000+(9*100+(80+5))).
wordnum([one,thousand,nine,hundred,and,eighty,six],[],1*1000+(9*100+(80+6))).
wordnum([one,thousand,nine,hundred,and,eighty,seven],[],1*1000+(9*100+(80+7))).
wordnum([one,thousand,nine,hundred,and,eighty,eight],[],1*1000+(9*100+(80+8))).
wordnum([one,thousand,nine,hundred,and,eighty,nine],[],1*1000+(9*100+(80+9))).
wordnum([one,thousand,nine,hundred,and,ninety,one],[],1*1000+(9*100+(90+1))).
wordnum([one,thousand,nine,hundred,and,ninety,two],[],1*1000+(9*100+(90+2))).
wordnum([one,thousand,nine,hundred,and,ninety,three],[],1*1000+(9*100+(90+3))).
wordnum([one,thousand,nine,hundred,and,ninety,four],[],1*1000+(9*100+(90+4))).
wordnum([one,thousand,nine,hundred,and,ninety,five],[],1*1000+(9*100+(90+5))).
wordnum([one,thousand,nine,hundred,and,ninety,six],[],1*1000+(9*100+(90+6))).
wordnum([one,thousand,nine,hundred,and,ninety,seven],[],1*1000+(9*100+(90+7))).
wordnum([one,thousand,nine,hundred,and,ninety,eight],[],1*1000+(9*100+(90+8))).
wordnum([one,thousand,nine,hundred,and,ninety,nine],[],1*1000+(9*100+(90+9))).
wordnum([two,thousand,one,hundred],[],2*1000+1*100).
wordnum([two,thousand,two,hundred],[],2*1000+2*100).
wordnum([two,thousand,three,hundred],[],2*1000+3*100).
wordnum([two,thousand,four,hundred],[],2*1000+4*100).
wordnum([two,thousand,five,hundred],[],2*1000+5*100).
wordnum([two,thousand,six,hundred],[],2*1000+6*100).
wordnum([two,thousand,seven,hundred],[],2*1000+7*100).
wordnum([two,thousand,eight,hundred],[],2*1000+8*100).
wordnum([two,thousand,nine,hundred],[],2*1000+9*100).
wordnum([two,thousand,one,hundred,and,one],[],2*1000+(1*100+1)).
wordnum([two,thousand,one,hundred,and,two],[],2*1000+(1*100+2)).
wordnum([two,thousand,one,hundred,and,three],[],2*1000+(1*100+3)).
wordnum([two,thousand,one,hundred,and,four],[],2*1000+(1*100+4)).
wordnum([two,thousand,one,hundred,and,five],[],2*1000+(1*100+5)).
wordnum([two,thousand,one,hundred,and,six],[],2*1000+(1*100+6)).
wordnum([two,thousand,one,hundred,and,seven],[],2*1000+(1*100+7)).
wordnum([two,thousand,one,hundred,and,eight],[],2*1000+(1*100+8)).
wordnum([two,thousand,one,hundred,and,nine],[],2*1000+(1*100+9)).
wordnum([two,thousand,one,hundred,and,ten],[],2*1000+(1*100+10)).
wordnum([two,thousand,one,hundred,and,eleven],[],2*1000+(1*100+11)).
wordnum([two,thousand,one,hundred,and,twelve],[],2*1000+(1*100+12)).
wordnum([two,thousand,one,hundred,and,thirteen],[],2*1000+(1*100+13)).
wordnum([two,thousand,one,hundred,and,fourteen],[],2*1000+(1*100+14)).
wordnum([two,thousand,one,hundred,and,fifteen],[],2*1000+(1*100+15)).
wordnum([two,thousand,one,hundred,and,sixteen],[],2*1000+(1*100+16)).
wordnum([two,thousand,one,hundred,and,seventeen],[],2*1000+(1*100+17)).
wordnum([two,thousand,one,hundred,and,eighteen],[],2*1000+(1*100+18)).
wordnum([two,thousand,one,hundred,and,nineteen],[],2*1000+(1*100+19)).
wordnum([two,thousand,one,hundred,and,twenty],[],2*1000+(1*100+20)).
wordnum([two,thousand,one,hundred,and,thirty],[],2*1000+(1*100+30)).
wordnum([two,thousand,one,hundred,and,forty],[],2*1000+(1*100+40)).
wordnum([two,thousand,one,hundred,and,fifty],[],2*1000+(1*100+50)).
wordnum([two,thousand,one,hundred,and,sixty],[],2*1000+(1*100+60)).
wordnum([two,thousand,one,hundred,and,seventy],[],2*1000+(1*100+70)).
wordnum([two,thousand,one,hundred,and,eighty],[],2*1000+(1*100+80)).
wordnum([two,thousand,one,hundred,and,ninety],[],2*1000+(1*100+90)).
wordnum([two,thousand,one,hundred,and,twenty,one],[],2*1000+(1*100+(20+1))).
wordnum([two,thousand,one,hundred,and,twenty,two],[],2*1000+(1*100+(20+2))).
wordnum([two,thousand,one,hundred,and,twenty,three],[],2*1000+(1*100+(20+3))).
wordnum([two,thousand,one,hundred,and,twenty,four],[],2*1000+(1*100+(20+4))).
wordnum([two,thousand,one,hundred,and,twenty,five],[],2*1000+(1*100+(20+5))).
wordnum([two,thousand,one,hundred,and,twenty,six],[],2*1000+(1*100+(20+6))).
wordnum([two,thousand,one,hundred,and,twenty,seven],[],2*1000+(1*100+(20+7))).
wordnum([two,thousand,one,hundred,and,twenty,eight],[],2*1000+(1*100+(20+8))).
wordnum([two,thousand,one,hundred,and,twenty,nine],[],2*1000+(1*100+(20+9))).
wordnum([two,thousand,one,hundred,and,thirty,one],[],2*1000+(1*100+(30+1))).
wordnum([two,thousand,one,hundred,and,thirty,two],[],2*1000+(1*100+(30+2))).
wordnum([two,thousand,one,hundred,and,thirty,three],[],2*1000+(1*100+(30+3))).
wordnum([two,thousand,one,hundred,and,thirty,four],[],2*1000+(1*100+(30+4))).
wordnum([two,thousand,one,hundred,and,thirty,five],[],2*1000+(1*100+(30+5))).
wordnum([two,thousand,one,hundred,and,thirty,six],[],2*1000+(1*100+(30+6))).
wordnum([two,thousand,one,hundred,and,thirty,seven],[],2*1000+(1*100+(30+7))).
wordnum([two,thousand,one,hundred,and,thirty,eight],[],2*1000+(1*100+(30+8))).
wordnum([two,thousand,one,hundred,and,thirty,nine],[],2*1000+(1*100+(30+9))).
wordnum([two,thousand,one,hundred,and,forty,one],[],2*1000+(1*100+(40+1))).
wordnum([two,thousand,one,hundred,and,forty,two],[],2*1000+(1*100+(40+2))).
wordnum([two,thousand,one,hundred,and,forty,three],[],2*1000+(1*100+(40+3))).
wordnum([two,thousand,one,hundred,and,forty,four],[],2*1000+(1*100+(40+4))).
wordnum([two,thousand,one,hundred,and,forty,five],[],2*1000+(1*100+(40+5))).
wordnum([two,thousand,one,hundred,and,forty,six],[],2*1000+(1*100+(40+6))).
wordnum([two,thousand,one,hundred,and,forty,seven],[],2*1000+(1*100+(40+7))).
wordnum([two,thousand,one,hundred,and,forty,eight],[],2*1000+(1*100+(40+8))).
wordnum([two,thousand,one,hundred,and,forty,nine],[],2*1000+(1*100+(40+9))).
wordnum([two,thousand,one,hundred,and,fifty,one],[],2*1000+(1*100+(50+1))).
wordnum([two,thousand,one,hundred,and,fifty,two],[],2*1000+(1*100+(50+2))).
wordnum([two,thousand,one,hundred,and,fifty,three],[],2*1000+(1*100+(50+3))).
wordnum([two,thousand,one,hundred,and,fifty,four],[],2*1000+(1*100+(50+4))).
wordnum([two,thousand,one,hundred,and,fifty,five],[],2*1000+(1*100+(50+5))).
wordnum([two,thousand,one,hundred,and,fifty,six],[],2*1000+(1*100+(50+6))).
wordnum([two,thousand,one,hundred,and,fifty,seven],[],2*1000+(1*100+(50+7))).
wordnum([two,thousand,one,hundred,and,fifty,eight],[],2*1000+(1*100+(50+8))).
wordnum([two,thousand,one,hundred,and,fifty,nine],[],2*1000+(1*100+(50+9))).
wordnum([two,thousand,one,hundred,and,sixty,one],[],2*1000+(1*100+(60+1))).
wordnum([two,thousand,one,hundred,and,sixty,two],[],2*1000+(1*100+(60+2))).
wordnum([two,thousand,one,hundred,and,sixty,three],[],2*1000+(1*100+(60+3))).
wordnum([two,thousand,one,hundred,and,sixty,four],[],2*1000+(1*100+(60+4))).
wordnum([two,thousand,one,hundred,and,sixty,five],[],2*1000+(1*100+(60+5))).
wordnum([two,thousand,one,hundred,and,sixty,six],[],2*1000+(1*100+(60+6))).
wordnum([two,thousand,one,hundred,and,sixty,seven],[],2*1000+(1*100+(60+7))).
wordnum([two,thousand,one,hundred,and,sixty,eight],[],2*1000+(1*100+(60+8))).
wordnum([two,thousand,one,hundred,and,sixty,nine],[],2*1000+(1*100+(60+9))).
wordnum([two,thousand,one,hundred,and,seventy,one],[],2*1000+(1*100+(70+1))).
wordnum([two,thousand,one,hundred,and,seventy,two],[],2*1000+(1*100+(70+2))).
wordnum([two,thousand,one,hundred,and,seventy,three],[],2*1000+(1*100+(70+3))).
wordnum([two,thousand,one,hundred,and,seventy,four],[],2*1000+(1*100+(70+4))).
wordnum([two,thousand,one,hundred,and,seventy,five],[],2*1000+(1*100+(70+5))).
wordnum([two,thousand,one,hundred,and,seventy,six],[],2*1000+(1*100+(70+6))).
wordnum([two,thousand,one,hundred,and,seventy,seven],[],2*1000+(1*100+(70+7))).
wordnum([two,thousand,one,hundred,and,seventy,eight],[],2*1000+(1*100+(70+8))).
wordnum([two,thousand,one,hundred,and,seventy,nine],[],2*1000+(1*100+(70+9))).
wordnum([two,thousand,one,hundred,and,eighty,one],[],2*1000+(1*100+(80+1))).
wordnum([two,thousand,one,hundred,and,eighty,two],[],2*1000+(1*100+(80+2))).
wordnum([two,thousand,one,hundred,and,eighty,three],[],2*1000+(1*100+(80+3))).
wordnum([two,thousand,one,hundred,and,eighty,four],[],2*1000+(1*100+(80+4))).
wordnum([two,thousand,one,hundred,and,eighty,five],[],2*1000+(1*100+(80+5))).
wordnum([two,thousand,one,hundred,and,eighty,six],[],2*1000+(1*100+(80+6))).
wordnum([two,thousand,one,hundred,and,eighty,seven],[],2*1000+(1*100+(80+7))).
wordnum([two,thousand,one,hundred,and,eighty,eight],[],2*1000+(1*100+(80+8))).
wordnum([two,thousand,one,hundred,and,eighty,nine],[],2*1000+(1*100+(80+9))).
wordnum([two,thousand,one,hundred,and,ninety,one],[],2*1000+(1*100+(90+1))).
wordnum([two,thousand,one,hundred,and,ninety,two],[],2*1000+(1*100+(90+2))).
wordnum([two,thousand,one,hundred,and,ninety,three],[],2*1000+(1*100+(90+3))).
wordnum([two,thousand,one,hundred,and,ninety,four],[],2*1000+(1*100+(90+4))).
wordnum([two,thousand,one,hundred,and,ninety,five],[],2*1000+(1*100+(90+5))).
wordnum([two,thousand,one,hundred,and,ninety,six],[],2*1000+(1*100+(90+6))).
wordnum([two,thousand,one,hundred,and,ninety,seven],[],2*1000+(1*100+(90+7))).
wordnum([two,thousand,one,hundred,and,ninety,eight],[],2*1000+(1*100+(90+8))).
wordnum([two,thousand,one,hundred,and,ninety,nine],[],2*1000+(1*100+(90+9))).
wordnum([two,thousand,two,hundred,and,one],[],2*1000+(2*100+1)).
wordnum([two,thousand,two,hundred,and,two],[],2*1000+(2*100+2)).
wordnum([two,thousand,two,hundred,and,three],[],2*1000+(2*100+3)).
wordnum([two,thousand,two,hundred,and,four],[],2*1000+(2*100+4)).
wordnum([two,thousand,two,hundred,and,five],[],2*1000+(2*100+5)).
wordnum([two,thousand,two,hundred,and,six],[],2*1000+(2*100+6)).
wordnum([two,thousand,two,hundred,and,seven],[],2*1000+(2*100+7)).
wordnum([two,thousand,two,hundred,and,eight],[],2*1000+(2*100+8)).
wordnum([two,thousand,two,hundred,and,nine],[],2*1000+(2*100+9)).
wordnum([two,thousand,two,hundred,and,ten],[],2*1000+(2*100+10)).
wordnum([two,thousand,two,hundred,and,eleven],[],2*1000+(2*100+11)).
wordnum([two,thousand,two,hundred,and,twelve],[],2*1000+(2*100+12)).
wordnum([two,thousand,two,hundred,and,thirteen],[],2*1000+(2*100+13)).
wordnum([two,thousand,two,hundred,and,fourteen],[],2*1000+(2*100+14)).
wordnum([two,thousand,two,hundred,and,fifteen],[],2*1000+(2*100+15)).
wordnum([two,thousand,two,hundred,and,sixteen],[],2*1000+(2*100+16)).
wordnum([two,thousand,two,hundred,and,seventeen],[],2*1000+(2*100+17)).
wordnum([two,thousand,two,hundred,and,eighteen],[],2*1000+(2*100+18)).
wordnum([two,thousand,two,hundred,and,nineteen],[],2*1000+(2*100+19)).
wordnum([two,thousand,two,hundred,and,twenty],[],2*1000+(2*100+20)).
wordnum([two,thousand,two,hundred,and,thirty],[],2*1000+(2*100+30)).
wordnum([two,thousand,two,hundred,and,forty],[],2*1000+(2*100+40)).
wordnum([two,thousand,two,hundred,and,fifty],[],2*1000+(2*100+50)).
wordnum([two,thousand,two,hundred,and,sixty],[],2*1000+(2*100+60)).
wordnum([two,thousand,two,hundred,and,seventy],[],2*1000+(2*100+70)).
wordnum([two,thousand,two,hundred,and,eighty],[],2*1000+(2*100+80)).
wordnum([two,thousand,two,hundred,and,ninety],[],2*1000+(2*100+90)).
wordnum([two,thousand,two,hundred,and,twenty,one],[],2*1000+(2*100+(20+1))).
wordnum([two,thousand,two,hundred,and,twenty,two],[],2*1000+(2*100+(20+2))).
wordnum([two,thousand,two,hundred,and,twenty,three],[],2*1000+(2*100+(20+3))).
wordnum([two,thousand,two,hundred,and,twenty,four],[],2*1000+(2*100+(20+4))).
wordnum([two,thousand,two,hundred,and,twenty,five],[],2*1000+(2*100+(20+5))).
wordnum([two,thousand,two,hundred,and,twenty,six],[],2*1000+(2*100+(20+6))).
wordnum([two,thousand,two,hundred,and,twenty,seven],[],2*1000+(2*100+(20+7))).
wordnum([two,thousand,two,hundred,and,twenty,eight],[],2*1000+(2*100+(20+8))).
wordnum([two,thousand,two,hundred,and,twenty,nine],[],2*1000+(2*100+(20+9))).
wordnum([two,thousand,two,hundred,and,thirty,one],[],2*1000+(2*100+(30+1))).
wordnum([two,thousand,two,hundred,and,thirty,two],[],2*1000+(2*100+(30+2))).
wordnum([two,thousand,two,hundred,and,thirty,three],[],2*1000+(2*100+(30+3))).
wordnum([two,thousand,two,hundred,and,thirty,four],[],2*1000+(2*100+(30+4))).
wordnum([two,thousand,two,hundred,and,thirty,five],[],2*1000+(2*100+(30+5))).
wordnum([two,thousand,two,hundred,and,thirty,six],[],2*1000+(2*100+(30+6))).
wordnum([two,thousand,two,hundred,and,thirty,seven],[],2*1000+(2*100+(30+7))).
wordnum([two,thousand,two,hundred,and,thirty,eight],[],2*1000+(2*100+(30+8))).
wordnum([two,thousand,two,hundred,and,thirty,nine],[],2*1000+(2*100+(30+9))).
wordnum([two,thousand,two,hundred,and,forty,one],[],2*1000+(2*100+(40+1))).
wordnum([two,thousand,two,hundred,and,forty,two],[],2*1000+(2*100+(40+2))).
wordnum([two,thousand,two,hundred,and,forty,three],[],2*1000+(2*100+(40+3))).
wordnum([two,thousand,two,hundred,and,forty,four],[],2*1000+(2*100+(40+4))).
wordnum([two,thousand,two,hundred,and,forty,five],[],2*1000+(2*100+(40+5))).
wordnum([two,thousand,two,hundred,and,forty,six],[],2*1000+(2*100+(40+6))).
wordnum([two,thousand,two,hundred,and,forty,seven],[],2*1000+(2*100+(40+7))).
wordnum([two,thousand,two,hundred,and,forty,eight],[],2*1000+(2*100+(40+8))).
wordnum([two,thousand,two,hundred,and,forty,nine],[],2*1000+(2*100+(40+9))).
wordnum([two,thousand,two,hundred,and,fifty,one],[],2*1000+(2*100+(50+1))).
wordnum([two,thousand,two,hundred,and,fifty,two],[],2*1000+(2*100+(50+2))).
wordnum([two,thousand,two,hundred,and,fifty,three],[],2*1000+(2*100+(50+3))).
wordnum([two,thousand,two,hundred,and,fifty,four],[],2*1000+(2*100+(50+4))).
wordnum([two,thousand,two,hundred,and,fifty,five],[],2*1000+(2*100+(50+5))).
wordnum([two,thousand,two,hundred,and,fifty,six],[],2*1000+(2*100+(50+6))).
wordnum([two,thousand,two,hundred,and,fifty,seven],[],2*1000+(2*100+(50+7))).
wordnum([two,thousand,two,hundred,and,fifty,eight],[],2*1000+(2*100+(50+8))).
wordnum([two,thousand,two,hundred,and,fifty,nine],[],2*1000+(2*100+(50+9))).
wordnum([two,thousand,two,hundred,and,sixty,one],[],2*1000+(2*100+(60+1))).
wordnum([two,thousand,two,hundred,and,sixty,two],[],2*1000+(2*100+(60+2))).
wordnum([two,thousand,two,hundred,and,sixty,three],[],2*1000+(2*100+(60+3))).
wordnum([two,thousand,two,hundred,and,sixty,four],[],2*1000+(2*100+(60+4))).
wordnum([two,thousand,two,hundred,and,sixty,five],[],2*1000+(2*100+(60+5))).
wordnum([two,thousand,two,hundred,and,sixty,six],[],2*1000+(2*100+(60+6))).
wordnum([two,thousand,two,hundred,and,sixty,seven],[],2*1000+(2*100+(60+7))).
wordnum([two,thousand,two,hundred,and,sixty,eight],[],2*1000+(2*100+(60+8))).
wordnum([two,thousand,two,hundred,and,sixty,nine],[],2*1000+(2*100+(60+9))).
wordnum([two,thousand,two,hundred,and,seventy,one],[],2*1000+(2*100+(70+1))).
wordnum([two,thousand,two,hundred,and,seventy,two],[],2*1000+(2*100+(70+2))).
wordnum([two,thousand,two,hundred,and,seventy,three],[],2*1000+(2*100+(70+3))).
wordnum([two,thousand,two,hundred,and,seventy,four],[],2*1000+(2*100+(70+4))).
wordnum([two,thousand,two,hundred,and,seventy,five],[],2*1000+(2*100+(70+5))).
wordnum([two,thousand,two,hundred,and,seventy,six],[],2*1000+(2*100+(70+6))).
wordnum([two,thousand,two,hundred,and,seventy,seven],[],2*1000+(2*100+(70+7))).
wordnum([two,thousand,two,hundred,and,seventy,eight],[],2*1000+(2*100+(70+8))).
wordnum([two,thousand,two,hundred,and,seventy,nine],[],2*1000+(2*100+(70+9))).
wordnum([two,thousand,two,hundred,and,eighty,one],[],2*1000+(2*100+(80+1))).
wordnum([two,thousand,two,hundred,and,eighty,two],[],2*1000+(2*100+(80+2))).
wordnum([two,thousand,two,hundred,and,eighty,three],[],2*1000+(2*100+(80+3))).
wordnum([two,thousand,two,hundred,and,eighty,four],[],2*1000+(2*100+(80+4))).
wordnum([two,thousand,two,hundred,and,eighty,five],[],2*1000+(2*100+(80+5))).
wordnum([two,thousand,two,hundred,and,eighty,six],[],2*1000+(2*100+(80+6))).
wordnum([two,thousand,two,hundred,and,eighty,seven],[],2*1000+(2*100+(80+7))).
wordnum([two,thousand,two,hundred,and,eighty,eight],[],2*1000+(2*100+(80+8))).
wordnum([two,thousand,two,hundred,and,eighty,nine],[],2*1000+(2*100+(80+9))).
wordnum([two,thousand,two,hundred,and,ninety,one],[],2*1000+(2*100+(90+1))).
wordnum([two,thousand,two,hundred,and,ninety,two],[],2*1000+(2*100+(90+2))).
wordnum([two,thousand,two,hundred,and,ninety,three],[],2*1000+(2*100+(90+3))).
wordnum([two,thousand,two,hundred,and,ninety,four],[],2*1000+(2*100+(90+4))).
wordnum([two,thousand,two,hundred,and,ninety,five],[],2*1000+(2*100+(90+5))).
wordnum([two,thousand,two,hundred,and,ninety,six],[],2*1000+(2*100+(90+6))).
wordnum([two,thousand,two,hundred,and,ninety,seven],[],2*1000+(2*100+(90+7))).
wordnum([two,thousand,two,hundred,and,ninety,eight],[],2*1000+(2*100+(90+8))).
wordnum([two,thousand,two,hundred,and,ninety,nine],[],2*1000+(2*100+(90+9))).
wordnum([two,thousand,three,hundred,and,one],[],2*1000+(3*100+1)).
wordnum([two,thousand,three,hundred,and,two],[],2*1000+(3*100+2)).
wordnum([two,thousand,three,hundred,and,three],[],2*1000+(3*100+3)).
wordnum([two,thousand,three,hundred,and,four],[],2*1000+(3*100+4)).
wordnum([two,thousand,three,hundred,and,five],[],2*1000+(3*100+5)).
wordnum([two,thousand,three,hundred,and,six],[],2*1000+(3*100+6)).
wordnum([two,thousand,three,hundred,and,seven],[],2*1000+(3*100+7)).
wordnum([two,thousand,three,hundred,and,eight],[],2*1000+(3*100+8)).
wordnum([two,thousand,three,hundred,and,nine],[],2*1000+(3*100+9)).
wordnum([two,thousand,three,hundred,and,ten],[],2*1000+(3*100+10)).
wordnum([two,thousand,three,hundred,and,eleven],[],2*1000+(3*100+11)).
wordnum([two,thousand,three,hundred,and,twelve],[],2*1000+(3*100+12)).
wordnum([two,thousand,three,hundred,and,thirteen],[],2*1000+(3*100+13)).
wordnum([two,thousand,three,hundred,and,fourteen],[],2*1000+(3*100+14)).
wordnum([two,thousand,three,hundred,and,fifteen],[],2*1000+(3*100+15)).
wordnum([two,thousand,three,hundred,and,sixteen],[],2*1000+(3*100+16)).
wordnum([two,thousand,three,hundred,and,seventeen],[],2*1000+(3*100+17)).
wordnum([two,thousand,three,hundred,and,eighteen],[],2*1000+(3*100+18)).
wordnum([two,thousand,three,hundred,and,nineteen],[],2*1000+(3*100+19)).
wordnum([two,thousand,three,hundred,and,twenty],[],2*1000+(3*100+20)).
wordnum([two,thousand,three,hundred,and,thirty],[],2*1000+(3*100+30)).
wordnum([two,thousand,three,hundred,and,forty],[],2*1000+(3*100+40)).
wordnum([two,thousand,three,hundred,and,fifty],[],2*1000+(3*100+50)).
wordnum([two,thousand,three,hundred,and,sixty],[],2*1000+(3*100+60)).
wordnum([two,thousand,three,hundred,and,seventy],[],2*1000+(3*100+70)).
wordnum([two,thousand,three,hundred,and,eighty],[],2*1000+(3*100+80)).
wordnum([two,thousand,three,hundred,and,ninety],[],2*1000+(3*100+90)).
wordnum([two,thousand,three,hundred,and,twenty,one],[],2*1000+(3*100+(20+1))).
wordnum([two,thousand,three,hundred,and,twenty,two],[],2*1000+(3*100+(20+2))).
wordnum([two,thousand,three,hundred,and,twenty,three],[],2*1000+(3*100+(20+3))).
wordnum([two,thousand,three,hundred,and,twenty,four],[],2*1000+(3*100+(20+4))).
wordnum([two,thousand,three,hundred,and,twenty,five],[],2*1000+(3*100+(20+5))).
wordnum([two,thousand,three,hundred,and,twenty,six],[],2*1000+(3*100+(20+6))).
wordnum([two,thousand,three,hundred,and,twenty,seven],[],2*1000+(3*100+(20+7))).
wordnum([two,thousand,three,hundred,and,twenty,eight],[],2*1000+(3*100+(20+8))).
wordnum([two,thousand,three,hundred,and,twenty,nine],[],2*1000+(3*100+(20+9))).
wordnum([two,thousand,three,hundred,and,thirty,one],[],2*1000+(3*100+(30+1))).
wordnum([two,thousand,three,hundred,and,thirty,two],[],2*1000+(3*100+(30+2))).
wordnum([two,thousand,three,hundred,and,thirty,three],[],2*1000+(3*100+(30+3))).
wordnum([two,thousand,three,hundred,and,thirty,four],[],2*1000+(3*100+(30+4))).
wordnum([two,thousand,three,hundred,and,thirty,five],[],2*1000+(3*100+(30+5))).
wordnum([two,thousand,three,hundred,and,thirty,six],[],2*1000+(3*100+(30+6))).
wordnum([two,thousand,three,hundred,and,thirty,seven],[],2*1000+(3*100+(30+7))).
wordnum([two,thousand,three,hundred,and,thirty,eight],[],2*1000+(3*100+(30+8))).
wordnum([two,thousand,three,hundred,and,thirty,nine],[],2*1000+(3*100+(30+9))).
wordnum([two,thousand,three,hundred,and,forty,one],[],2*1000+(3*100+(40+1))).
wordnum([two,thousand,three,hundred,and,forty,two],[],2*1000+(3*100+(40+2))).
wordnum([two,thousand,three,hundred,and,forty,three],[],2*1000+(3*100+(40+3))).
wordnum([two,thousand,three,hundred,and,forty,four],[],2*1000+(3*100+(40+4))).
wordnum([two,thousand,three,hundred,and,forty,five],[],2*1000+(3*100+(40+5))).
wordnum([two,thousand,three,hundred,and,forty,six],[],2*1000+(3*100+(40+6))).
wordnum([two,thousand,three,hundred,and,forty,seven],[],2*1000+(3*100+(40+7))).
wordnum([two,thousand,three,hundred,and,forty,eight],[],2*1000+(3*100+(40+8))).
wordnum([two,thousand,three,hundred,and,forty,nine],[],2*1000+(3*100+(40+9))).
wordnum([two,thousand,three,hundred,and,fifty,one],[],2*1000+(3*100+(50+1))).
wordnum([two,thousand,three,hundred,and,fifty,two],[],2*1000+(3*100+(50+2))).
wordnum([two,thousand,three,hundred,and,fifty,three],[],2*1000+(3*100+(50+3))).
wordnum([two,thousand,three,hundred,and,fifty,four],[],2*1000+(3*100+(50+4))).
wordnum([two,thousand,three,hundred,and,fifty,five],[],2*1000+(3*100+(50+5))).
wordnum([two,thousand,three,hundred,and,fifty,six],[],2*1000+(3*100+(50+6))).
wordnum([two,thousand,three,hundred,and,fifty,seven],[],2*1000+(3*100+(50+7))).
wordnum([two,thousand,three,hundred,and,fifty,eight],[],2*1000+(3*100+(50+8))).
wordnum([two,thousand,three,hundred,and,fifty,nine],[],2*1000+(3*100+(50+9))).
wordnum([two,thousand,three,hundred,and,sixty,one],[],2*1000+(3*100+(60+1))).
wordnum([two,thousand,three,hundred,and,sixty,two],[],2*1000+(3*100+(60+2))).
wordnum([two,thousand,three,hundred,and,sixty,three],[],2*1000+(3*100+(60+3))).
wordnum([two,thousand,three,hundred,and,sixty,four],[],2*1000+(3*100+(60+4))).
wordnum([two,thousand,three,hundred,and,sixty,five],[],2*1000+(3*100+(60+5))).
wordnum([two,thousand,three,hundred,and,sixty,six],[],2*1000+(3*100+(60+6))).
wordnum([two,thousand,three,hundred,and,sixty,seven],[],2*1000+(3*100+(60+7))).
wordnum([two,thousand,three,hundred,and,sixty,eight],[],2*1000+(3*100+(60+8))).
wordnum([two,thousand,three,hundred,and,sixty,nine],[],2*1000+(3*100+(60+9))).
wordnum([two,thousand,three,hundred,and,seventy,one],[],2*1000+(3*100+(70+1))).
wordnum([two,thousand,three,hundred,and,seventy,two],[],2*1000+(3*100+(70+2))).
wordnum([two,thousand,three,hundred,and,seventy,three],[],2*1000+(3*100+(70+3))).
wordnum([two,thousand,three,hundred,and,seventy,four],[],2*1000+(3*100+(70+4))).
wordnum([two,thousand,three,hundred,and,seventy,five],[],2*1000+(3*100+(70+5))).
wordnum([two,thousand,three,hundred,and,seventy,six],[],2*1000+(3*100+(70+6))).
wordnum([two,thousand,three,hundred,and,seventy,seven],[],2*1000+(3*100+(70+7))).
wordnum([two,thousand,three,hundred,and,seventy,eight],[],2*1000+(3*100+(70+8))).
wordnum([two,thousand,three,hundred,and,seventy,nine],[],2*1000+(3*100+(70+9))).
wordnum([two,thousand,three,hundred,and,eighty,one],[],2*1000+(3*100+(80+1))).
wordnum([two,thousand,three,hundred,and,eighty,two],[],2*1000+(3*100+(80+2))).
wordnum([two,thousand,three,hundred,and,eighty,three],[],2*1000+(3*100+(80+3))).
wordnum([two,thousand,three,hundred,and,eighty,four],[],2*1000+(3*100+(80+4))).
wordnum([two,thousand,three,hundred,and,eighty,five],[],2*1000+(3*100+(80+5))).
wordnum([two,thousand,three,hundred,and,eighty,six],[],2*1000+(3*100+(80+6))).
wordnum([two,thousand,three,hundred,and,eighty,seven],[],2*1000+(3*100+(80+7))).
wordnum([two,thousand,three,hundred,and,eighty,eight],[],2*1000+(3*100+(80+8))).
wordnum([two,thousand,three,hundred,and,eighty,nine],[],2*1000+(3*100+(80+9))).
wordnum([two,thousand,three,hundred,and,ninety,one],[],2*1000+(3*100+(90+1))).
wordnum([two,thousand,three,hundred,and,ninety,two],[],2*1000+(3*100+(90+2))).
wordnum([two,thousand,three,hundred,and,ninety,three],[],2*1000+(3*100+(90+3))).
wordnum([two,thousand,three,hundred,and,ninety,four],[],2*1000+(3*100+(90+4))).
wordnum([two,thousand,three,hundred,and,ninety,five],[],2*1000+(3*100+(90+5))).
wordnum([two,thousand,three,hundred,and,ninety,six],[],2*1000+(3*100+(90+6))).
wordnum([two,thousand,three,hundred,and,ninety,seven],[],2*1000+(3*100+(90+7))).
wordnum([two,thousand,three,hundred,and,ninety,eight],[],2*1000+(3*100+(90+8))).
wordnum([two,thousand,three,hundred,and,ninety,nine],[],2*1000+(3*100+(90+9))).
wordnum([two,thousand,four,hundred,and,one],[],2*1000+(4*100+1)).
wordnum([two,thousand,four,hundred,and,two],[],2*1000+(4*100+2)).
wordnum([two,thousand,four,hundred,and,three],[],2*1000+(4*100+3)).
wordnum([two,thousand,four,hundred,and,four],[],2*1000+(4*100+4)).
wordnum([two,thousand,four,hundred,and,five],[],2*1000+(4*100+5)).
wordnum([two,thousand,four,hundred,and,six],[],2*1000+(4*100+6)).
wordnum([two,thousand,four,hundred,and,seven],[],2*1000+(4*100+7)).
wordnum([two,thousand,four,hundred,and,eight],[],2*1000+(4*100+8)).
wordnum([two,thousand,four,hundred,and,nine],[],2*1000+(4*100+9)).
wordnum([two,thousand,four,hundred,and,ten],[],2*1000+(4*100+10)).
wordnum([two,thousand,four,hundred,and,eleven],[],2*1000+(4*100+11)).
wordnum([two,thousand,four,hundred,and,twelve],[],2*1000+(4*100+12)).
wordnum([two,thousand,four,hundred,and,thirteen],[],2*1000+(4*100+13)).
wordnum([two,thousand,four,hundred,and,fourteen],[],2*1000+(4*100+14)).
wordnum([two,thousand,four,hundred,and,fifteen],[],2*1000+(4*100+15)).
wordnum([two,thousand,four,hundred,and,sixteen],[],2*1000+(4*100+16)).
wordnum([two,thousand,four,hundred,and,seventeen],[],2*1000+(4*100+17)).
wordnum([two,thousand,four,hundred,and,eighteen],[],2*1000+(4*100+18)).
wordnum([two,thousand,four,hundred,and,nineteen],[],2*1000+(4*100+19)).
wordnum([two,thousand,four,hundred,and,twenty],[],2*1000+(4*100+20)).
wordnum([two,thousand,four,hundred,and,thirty],[],2*1000+(4*100+30)).
wordnum([two,thousand,four,hundred,and,forty],[],2*1000+(4*100+40)).
wordnum([two,thousand,four,hundred,and,fifty],[],2*1000+(4*100+50)).
wordnum([two,thousand,four,hundred,and,sixty],[],2*1000+(4*100+60)).
wordnum([two,thousand,four,hundred,and,seventy],[],2*1000+(4*100+70)).
wordnum([two,thousand,four,hundred,and,eighty],[],2*1000+(4*100+80)).
wordnum([two,thousand,four,hundred,and,ninety],[],2*1000+(4*100+90)).
wordnum([two,thousand,four,hundred,and,twenty,one],[],2*1000+(4*100+(20+1))).
wordnum([two,thousand,four,hundred,and,twenty,two],[],2*1000+(4*100+(20+2))).
wordnum([two,thousand,four,hundred,and,twenty,three],[],2*1000+(4*100+(20+3))).
wordnum([two,thousand,four,hundred,and,twenty,four],[],2*1000+(4*100+(20+4))).
wordnum([two,thousand,four,hundred,and,twenty,five],[],2*1000+(4*100+(20+5))).
wordnum([two,thousand,four,hundred,and,twenty,six],[],2*1000+(4*100+(20+6))).
wordnum([two,thousand,four,hundred,and,twenty,seven],[],2*1000+(4*100+(20+7))).
wordnum([two,thousand,four,hundred,and,twenty,eight],[],2*1000+(4*100+(20+8))).
wordnum([two,thousand,four,hundred,and,twenty,nine],[],2*1000+(4*100+(20+9))).
wordnum([two,thousand,four,hundred,and,thirty,one],[],2*1000+(4*100+(30+1))).
wordnum([two,thousand,four,hundred,and,thirty,two],[],2*1000+(4*100+(30+2))).
wordnum([two,thousand,four,hundred,and,thirty,three],[],2*1000+(4*100+(30+3))).
wordnum([two,thousand,four,hundred,and,thirty,four],[],2*1000+(4*100+(30+4))).
wordnum([two,thousand,four,hundred,and,thirty,five],[],2*1000+(4*100+(30+5))).
wordnum([two,thousand,four,hundred,and,thirty,six],[],2*1000+(4*100+(30+6))).
wordnum([two,thousand,four,hundred,and,thirty,seven],[],2*1000+(4*100+(30+7))).
wordnum([two,thousand,four,hundred,and,thirty,eight],[],2*1000+(4*100+(30+8))).
wordnum([two,thousand,four,hundred,and,thirty,nine],[],2*1000+(4*100+(30+9))).
wordnum([two,thousand,four,hundred,and,forty,one],[],2*1000+(4*100+(40+1))).
wordnum([two,thousand,four,hundred,and,forty,two],[],2*1000+(4*100+(40+2))).
wordnum([two,thousand,four,hundred,and,forty,three],[],2*1000+(4*100+(40+3))).
wordnum([two,thousand,four,hundred,and,forty,four],[],2*1000+(4*100+(40+4))).
wordnum([two,thousand,four,hundred,and,forty,five],[],2*1000+(4*100+(40+5))).
wordnum([two,thousand,four,hundred,and,forty,six],[],2*1000+(4*100+(40+6))).
wordnum([two,thousand,four,hundred,and,forty,seven],[],2*1000+(4*100+(40+7))).
wordnum([two,thousand,four,hundred,and,forty,eight],[],2*1000+(4*100+(40+8))).
wordnum([two,thousand,four,hundred,and,forty,nine],[],2*1000+(4*100+(40+9))).
wordnum([two,thousand,four,hundred,and,fifty,one],[],2*1000+(4*100+(50+1))).
wordnum([two,thousand,four,hundred,and,fifty,two],[],2*1000+(4*100+(50+2))).
wordnum([two,thousand,four,hundred,and,fifty,three],[],2*1000+(4*100+(50+3))).
wordnum([two,thousand,four,hundred,and,fifty,four],[],2*1000+(4*100+(50+4))).
wordnum([two,thousand,four,hundred,and,fifty,five],[],2*1000+(4*100+(50+5))).
wordnum([two,thousand,four,hundred,and,fifty,six],[],2*1000+(4*100+(50+6))).
wordnum([two,thousand,four,hundred,and,fifty,seven],[],2*1000+(4*100+(50+7))).
wordnum([two,thousand,four,hundred,and,fifty,eight],[],2*1000+(4*100+(50+8))).
wordnum([two,thousand,four,hundred,and,fifty,nine],[],2*1000+(4*100+(50+9))).
wordnum([two,thousand,four,hundred,and,sixty,one],[],2*1000+(4*100+(60+1))).
wordnum([two,thousand,four,hundred,and,sixty,two],[],2*1000+(4*100+(60+2))).
wordnum([two,thousand,four,hundred,and,sixty,three],[],2*1000+(4*100+(60+3))).
wordnum([two,thousand,four,hundred,and,sixty,four],[],2*1000+(4*100+(60+4))).
wordnum([two,thousand,four,hundred,and,sixty,five],[],2*1000+(4*100+(60+5))).
wordnum([two,thousand,four,hundred,and,sixty,six],[],2*1000+(4*100+(60+6))).
wordnum([two,thousand,four,hundred,and,sixty,seven],[],2*1000+(4*100+(60+7))).
wordnum([two,thousand,four,hundred,and,sixty,eight],[],2*1000+(4*100+(60+8))).
wordnum([two,thousand,four,hundred,and,sixty,nine],[],2*1000+(4*100+(60+9))).
wordnum([two,thousand,four,hundred,and,seventy,one],[],2*1000+(4*100+(70+1))).
wordnum([two,thousand,four,hundred,and,seventy,two],[],2*1000+(4*100+(70+2))).
wordnum([two,thousand,four,hundred,and,seventy,three],[],2*1000+(4*100+(70+3))).
wordnum([two,thousand,four,hundred,and,seventy,four],[],2*1000+(4*100+(70+4))).
wordnum([two,thousand,four,hundred,and,seventy,five],[],2*1000+(4*100+(70+5))).
wordnum([two,thousand,four,hundred,and,seventy,six],[],2*1000+(4*100+(70+6))).
wordnum([two,thousand,four,hundred,and,seventy,seven],[],2*1000+(4*100+(70+7))).
wordnum([two,thousand,four,hundred,and,seventy,eight],[],2*1000+(4*100+(70+8))).
wordnum([two,thousand,four,hundred,and,seventy,nine],[],2*1000+(4*100+(70+9))).
wordnum([two,thousand,four,hundred,and,eighty,one],[],2*1000+(4*100+(80+1))).
wordnum([two,thousand,four,hundred,and,eighty,two],[],2*1000+(4*100+(80+2))).
wordnum([two,thousand,four,hundred,and,eighty,three],[],2*1000+(4*100+(80+3))).
wordnum([two,thousand,four,hundred,and,eighty,four],[],2*1000+(4*100+(80+4))).
wordnum([two,thousand,four,hundred,and,eighty,five],[],2*1000+(4*100+(80+5))).
wordnum([two,thousand,four,hundred,and,eighty,six],[],2*1000+(4*100+(80+6))).
wordnum([two,thousand,four,hundred,and,eighty,seven],[],2*1000+(4*100+(80+7))).
wordnum([two,thousand,four,hundred,and,eighty,eight],[],2*1000+(4*100+(80+8))).
wordnum([two,thousand,four,hundred,and,eighty,nine],[],2*1000+(4*100+(80+9))).
wordnum([two,thousand,four,hundred,and,ninety,one],[],2*1000+(4*100+(90+1))).
wordnum([two,thousand,four,hundred,and,ninety,two],[],2*1000+(4*100+(90+2))).
wordnum([two,thousand,four,hundred,and,ninety,three],[],2*1000+(4*100+(90+3))).
wordnum([two,thousand,four,hundred,and,ninety,four],[],2*1000+(4*100+(90+4))).
wordnum([two,thousand,four,hundred,and,ninety,five],[],2*1000+(4*100+(90+5))).
wordnum([two,thousand,four,hundred,and,ninety,six],[],2*1000+(4*100+(90+6))).
wordnum([two,thousand,four,hundred,and,ninety,seven],[],2*1000+(4*100+(90+7))).
wordnum([two,thousand,four,hundred,and,ninety,eight],[],2*1000+(4*100+(90+8))).
wordnum([two,thousand,four,hundred,and,ninety,nine],[],2*1000+(4*100+(90+9))).
wordnum([two,thousand,five,hundred,and,one],[],2*1000+(5*100+1)).
wordnum([two,thousand,five,hundred,and,two],[],2*1000+(5*100+2)).
wordnum([two,thousand,five,hundred,and,three],[],2*1000+(5*100+3)).
wordnum([two,thousand,five,hundred,and,four],[],2*1000+(5*100+4)).
wordnum([two,thousand,five,hundred,and,five],[],2*1000+(5*100+5)).
wordnum([two,thousand,five,hundred,and,six],[],2*1000+(5*100+6)).
wordnum([two,thousand,five,hundred,and,seven],[],2*1000+(5*100+7)).
wordnum([two,thousand,five,hundred,and,eight],[],2*1000+(5*100+8)).
wordnum([two,thousand,five,hundred,and,nine],[],2*1000+(5*100+9)).
wordnum([two,thousand,five,hundred,and,ten],[],2*1000+(5*100+10)).
wordnum([two,thousand,five,hundred,and,eleven],[],2*1000+(5*100+11)).
wordnum([two,thousand,five,hundred,and,twelve],[],2*1000+(5*100+12)).
wordnum([two,thousand,five,hundred,and,thirteen],[],2*1000+(5*100+13)).
wordnum([two,thousand,five,hundred,and,fourteen],[],2*1000+(5*100+14)).
wordnum([two,thousand,five,hundred,and,fifteen],[],2*1000+(5*100+15)).
wordnum([two,thousand,five,hundred,and,sixteen],[],2*1000+(5*100+16)).
wordnum([two,thousand,five,hundred,and,seventeen],[],2*1000+(5*100+17)).
wordnum([two,thousand,five,hundred,and,eighteen],[],2*1000+(5*100+18)).
wordnum([two,thousand,five,hundred,and,nineteen],[],2*1000+(5*100+19)).
wordnum([two,thousand,five,hundred,and,twenty],[],2*1000+(5*100+20)).
wordnum([two,thousand,five,hundred,and,thirty],[],2*1000+(5*100+30)).
wordnum([two,thousand,five,hundred,and,forty],[],2*1000+(5*100+40)).
wordnum([two,thousand,five,hundred,and,fifty],[],2*1000+(5*100+50)).
wordnum([two,thousand,five,hundred,and,sixty],[],2*1000+(5*100+60)).
wordnum([two,thousand,five,hundred,and,seventy],[],2*1000+(5*100+70)).
wordnum([two,thousand,five,hundred,and,eighty],[],2*1000+(5*100+80)).
wordnum([two,thousand,five,hundred,and,ninety],[],2*1000+(5*100+90)).
wordnum([two,thousand,five,hundred,and,twenty,one],[],2*1000+(5*100+(20+1))).
wordnum([two,thousand,five,hundred,and,twenty,two],[],2*1000+(5*100+(20+2))).
wordnum([two,thousand,five,hundred,and,twenty,three],[],2*1000+(5*100+(20+3))).
wordnum([two,thousand,five,hundred,and,twenty,four],[],2*1000+(5*100+(20+4))).
wordnum([two,thousand,five,hundred,and,twenty,five],[],2*1000+(5*100+(20+5))).
wordnum([two,thousand,five,hundred,and,twenty,six],[],2*1000+(5*100+(20+6))).
wordnum([two,thousand,five,hundred,and,twenty,seven],[],2*1000+(5*100+(20+7))).
wordnum([two,thousand,five,hundred,and,twenty,eight],[],2*1000+(5*100+(20+8))).
wordnum([two,thousand,five,hundred,and,twenty,nine],[],2*1000+(5*100+(20+9))).
wordnum([two,thousand,five,hundred,and,thirty,one],[],2*1000+(5*100+(30+1))).
wordnum([two,thousand,five,hundred,and,thirty,two],[],2*1000+(5*100+(30+2))).
wordnum([two,thousand,five,hundred,and,thirty,three],[],2*1000+(5*100+(30+3))).
wordnum([two,thousand,five,hundred,and,thirty,four],[],2*1000+(5*100+(30+4))).
wordnum([two,thousand,five,hundred,and,thirty,five],[],2*1000+(5*100+(30+5))).
wordnum([two,thousand,five,hundred,and,thirty,six],[],2*1000+(5*100+(30+6))).
wordnum([two,thousand,five,hundred,and,thirty,seven],[],2*1000+(5*100+(30+7))).
wordnum([two,thousand,five,hundred,and,thirty,eight],[],2*1000+(5*100+(30+8))).
wordnum([two,thousand,five,hundred,and,thirty,nine],[],2*1000+(5*100+(30+9))).
wordnum([two,thousand,five,hundred,and,forty,one],[],2*1000+(5*100+(40+1))).
wordnum([two,thousand,five,hundred,and,forty,two],[],2*1000+(5*100+(40+2))).
wordnum([two,thousand,five,hundred,and,forty,three],[],2*1000+(5*100+(40+3))).
wordnum([two,thousand,five,hundred,and,forty,four],[],2*1000+(5*100+(40+4))).
wordnum([two,thousand,five,hundred,and,forty,five],[],2*1000+(5*100+(40+5))).
wordnum([two,thousand,five,hundred,and,forty,six],[],2*1000+(5*100+(40+6))).
wordnum([two,thousand,five,hundred,and,forty,seven],[],2*1000+(5*100+(40+7))).
wordnum([two,thousand,five,hundred,and,forty,eight],[],2*1000+(5*100+(40+8))).
wordnum([two,thousand,five,hundred,and,forty,nine],[],2*1000+(5*100+(40+9))).
wordnum([two,thousand,five,hundred,and,fifty,one],[],2*1000+(5*100+(50+1))).
wordnum([two,thousand,five,hundred,and,fifty,two],[],2*1000+(5*100+(50+2))).
wordnum([two,thousand,five,hundred,and,fifty,three],[],2*1000+(5*100+(50+3))).
wordnum([two,thousand,five,hundred,and,fifty,four],[],2*1000+(5*100+(50+4))).
wordnum([two,thousand,five,hundred,and,fifty,five],[],2*1000+(5*100+(50+5))).
wordnum([two,thousand,five,hundred,and,fifty,six],[],2*1000+(5*100+(50+6))).
wordnum([two,thousand,five,hundred,and,fifty,seven],[],2*1000+(5*100+(50+7))).
wordnum([two,thousand,five,hundred,and,fifty,eight],[],2*1000+(5*100+(50+8))).
wordnum([two,thousand,five,hundred,and,fifty,nine],[],2*1000+(5*100+(50+9))).
wordnum([two,thousand,five,hundred,and,sixty,one],[],2*1000+(5*100+(60+1))).
wordnum([two,thousand,five,hundred,and,sixty,two],[],2*1000+(5*100+(60+2))).
wordnum([two,thousand,five,hundred,and,sixty,three],[],2*1000+(5*100+(60+3))).
wordnum([two,thousand,five,hundred,and,sixty,four],[],2*1000+(5*100+(60+4))).
wordnum([two,thousand,five,hundred,and,sixty,five],[],2*1000+(5*100+(60+5))).
wordnum([two,thousand,five,hundred,and,sixty,six],[],2*1000+(5*100+(60+6))).
wordnum([two,thousand,five,hundred,and,sixty,seven],[],2*1000+(5*100+(60+7))).
wordnum([two,thousand,five,hundred,and,sixty,eight],[],2*1000+(5*100+(60+8))).
wordnum([two,thousand,five,hundred,and,sixty,nine],[],2*1000+(5*100+(60+9))).
wordnum([two,thousand,five,hundred,and,seventy,one],[],2*1000+(5*100+(70+1))).
wordnum([two,thousand,five,hundred,and,seventy,two],[],2*1000+(5*100+(70+2))).
wordnum([two,thousand,five,hundred,and,seventy,three],[],2*1000+(5*100+(70+3))).
wordnum([two,thousand,five,hundred,and,seventy,four],[],2*1000+(5*100+(70+4))).
wordnum([two,thousand,five,hundred,and,seventy,five],[],2*1000+(5*100+(70+5))).
wordnum([two,thousand,five,hundred,and,seventy,six],[],2*1000+(5*100+(70+6))).
wordnum([two,thousand,five,hundred,and,seventy,seven],[],2*1000+(5*100+(70+7))).
wordnum([two,thousand,five,hundred,and,seventy,eight],[],2*1000+(5*100+(70+8))).
wordnum([two,thousand,five,hundred,and,seventy,nine],[],2*1000+(5*100+(70+9))).
wordnum([two,thousand,five,hundred,and,eighty,one],[],2*1000+(5*100+(80+1))).
wordnum([two,thousand,five,hundred,and,eighty,two],[],2*1000+(5*100+(80+2))).
wordnum([two,thousand,five,hundred,and,eighty,three],[],2*1000+(5*100+(80+3))).
wordnum([two,thousand,five,hundred,and,eighty,four],[],2*1000+(5*100+(80+4))).
wordnum([two,thousand,five,hundred,and,eighty,five],[],2*1000+(5*100+(80+5))).
wordnum([two,thousand,five,hundred,and,eighty,six],[],2*1000+(5*100+(80+6))).
wordnum([two,thousand,five,hundred,and,eighty,seven],[],2*1000+(5*100+(80+7))).
wordnum([two,thousand,five,hundred,and,eighty,eight],[],2*1000+(5*100+(80+8))).
wordnum([two,thousand,five,hundred,and,eighty,nine],[],2*1000+(5*100+(80+9))).
wordnum([two,thousand,five,hundred,and,ninety,one],[],2*1000+(5*100+(90+1))).
wordnum([two,thousand,five,hundred,and,ninety,two],[],2*1000+(5*100+(90+2))).
wordnum([two,thousand,five,hundred,and,ninety,three],[],2*1000+(5*100+(90+3))).
wordnum([two,thousand,five,hundred,and,ninety,four],[],2*1000+(5*100+(90+4))).
wordnum([two,thousand,five,hundred,and,ninety,five],[],2*1000+(5*100+(90+5))).
wordnum([two,thousand,five,hundred,and,ninety,six],[],2*1000+(5*100+(90+6))).
wordnum([two,thousand,five,hundred,and,ninety,seven],[],2*1000+(5*100+(90+7))).
wordnum([two,thousand,five,hundred,and,ninety,eight],[],2*1000+(5*100+(90+8))).
wordnum([two,thousand,five,hundred,and,ninety,nine],[],2*1000+(5*100+(90+9))).
wordnum([two,thousand,six,hundred,and,one],[],2*1000+(6*100+1)).
wordnum([two,thousand,six,hundred,and,two],[],2*1000+(6*100+2)).
wordnum([two,thousand,six,hundred,and,three],[],2*1000+(6*100+3)).
wordnum([two,thousand,six,hundred,and,four],[],2*1000+(6*100+4)).
wordnum([two,thousand,six,hundred,and,five],[],2*1000+(6*100+5)).
wordnum([two,thousand,six,hundred,and,six],[],2*1000+(6*100+6)).
wordnum([two,thousand,six,hundred,and,seven],[],2*1000+(6*100+7)).
wordnum([two,thousand,six,hundred,and,eight],[],2*1000+(6*100+8)).
wordnum([two,thousand,six,hundred,and,nine],[],2*1000+(6*100+9)).
wordnum([two,thousand,six,hundred,and,ten],[],2*1000+(6*100+10)).
wordnum([two,thousand,six,hundred,and,eleven],[],2*1000+(6*100+11)).
wordnum([two,thousand,six,hundred,and,twelve],[],2*1000+(6*100+12)).
wordnum([two,thousand,six,hundred,and,thirteen],[],2*1000+(6*100+13)).
wordnum([two,thousand,six,hundred,and,fourteen],[],2*1000+(6*100+14)).
wordnum([two,thousand,six,hundred,and,fifteen],[],2*1000+(6*100+15)).
wordnum([two,thousand,six,hundred,and,sixteen],[],2*1000+(6*100+16)).
wordnum([two,thousand,six,hundred,and,seventeen],[],2*1000+(6*100+17)).
wordnum([two,thousand,six,hundred,and,eighteen],[],2*1000+(6*100+18)).
wordnum([two,thousand,six,hundred,and,nineteen],[],2*1000+(6*100+19)).
wordnum([two,thousand,six,hundred,and,twenty],[],2*1000+(6*100+20)).
wordnum([two,thousand,six,hundred,and,thirty],[],2*1000+(6*100+30)).
wordnum([two,thousand,six,hundred,and,forty],[],2*1000+(6*100+40)).
wordnum([two,thousand,six,hundred,and,fifty],[],2*1000+(6*100+50)).
wordnum([two,thousand,six,hundred,and,sixty],[],2*1000+(6*100+60)).
wordnum([two,thousand,six,hundred,and,seventy],[],2*1000+(6*100+70)).
wordnum([two,thousand,six,hundred,and,eighty],[],2*1000+(6*100+80)).
wordnum([two,thousand,six,hundred,and,ninety],[],2*1000+(6*100+90)).
wordnum([two,thousand,six,hundred,and,twenty,one],[],2*1000+(6*100+(20+1))).
wordnum([two,thousand,six,hundred,and,twenty,two],[],2*1000+(6*100+(20+2))).
wordnum([two,thousand,six,hundred,and,twenty,three],[],2*1000+(6*100+(20+3))).
wordnum([two,thousand,six,hundred,and,twenty,four],[],2*1000+(6*100+(20+4))).
wordnum([two,thousand,six,hundred,and,twenty,five],[],2*1000+(6*100+(20+5))).
wordnum([two,thousand,six,hundred,and,twenty,six],[],2*1000+(6*100+(20+6))).
wordnum([two,thousand,six,hundred,and,twenty,seven],[],2*1000+(6*100+(20+7))).
wordnum([two,thousand,six,hundred,and,twenty,eight],[],2*1000+(6*100+(20+8))).
wordnum([two,thousand,six,hundred,and,twenty,nine],[],2*1000+(6*100+(20+9))).
wordnum([two,thousand,six,hundred,and,thirty,one],[],2*1000+(6*100+(30+1))).
wordnum([two,thousand,six,hundred,and,thirty,two],[],2*1000+(6*100+(30+2))).
wordnum([two,thousand,six,hundred,and,thirty,three],[],2*1000+(6*100+(30+3))).
wordnum([two,thousand,six,hundred,and,thirty,four],[],2*1000+(6*100+(30+4))).
wordnum([two,thousand,six,hundred,and,thirty,five],[],2*1000+(6*100+(30+5))).
wordnum([two,thousand,six,hundred,and,thirty,six],[],2*1000+(6*100+(30+6))).
wordnum([two,thousand,six,hundred,and,thirty,seven],[],2*1000+(6*100+(30+7))).
wordnum([two,thousand,six,hundred,and,thirty,eight],[],2*1000+(6*100+(30+8))).
wordnum([two,thousand,six,hundred,and,thirty,nine],[],2*1000+(6*100+(30+9))).
wordnum([two,thousand,six,hundred,and,forty,one],[],2*1000+(6*100+(40+1))).
wordnum([two,thousand,six,hundred,and,forty,two],[],2*1000+(6*100+(40+2))).
wordnum([two,thousand,six,hundred,and,forty,three],[],2*1000+(6*100+(40+3))).
wordnum([two,thousand,six,hundred,and,forty,four],[],2*1000+(6*100+(40+4))).
wordnum([two,thousand,six,hundred,and,forty,five],[],2*1000+(6*100+(40+5))).
wordnum([two,thousand,six,hundred,and,forty,six],[],2*1000+(6*100+(40+6))).
wordnum([two,thousand,six,hundred,and,forty,seven],[],2*1000+(6*100+(40+7))).
wordnum([two,thousand,six,hundred,and,forty,eight],[],2*1000+(6*100+(40+8))).
wordnum([two,thousand,six,hundred,and,forty,nine],[],2*1000+(6*100+(40+9))).
wordnum([two,thousand,six,hundred,and,fifty,one],[],2*1000+(6*100+(50+1))).
wordnum([two,thousand,six,hundred,and,fifty,two],[],2*1000+(6*100+(50+2))).
wordnum([two,thousand,six,hundred,and,fifty,three],[],2*1000+(6*100+(50+3))).
wordnum([two,thousand,six,hundred,and,fifty,four],[],2*1000+(6*100+(50+4))).
wordnum([two,thousand,six,hundred,and,fifty,five],[],2*1000+(6*100+(50+5))).
wordnum([two,thousand,six,hundred,and,fifty,six],[],2*1000+(6*100+(50+6))).
wordnum([two,thousand,six,hundred,and,fifty,seven],[],2*1000+(6*100+(50+7))).
wordnum([two,thousand,six,hundred,and,fifty,eight],[],2*1000+(6*100+(50+8))).
wordnum([two,thousand,six,hundred,and,fifty,nine],[],2*1000+(6*100+(50+9))).
wordnum([two,thousand,six,hundred,and,sixty,one],[],2*1000+(6*100+(60+1))).
wordnum([two,thousand,six,hundred,and,sixty,two],[],2*1000+(6*100+(60+2))).
wordnum([two,thousand,six,hundred,and,sixty,three],[],2*1000+(6*100+(60+3))).
wordnum([two,thousand,six,hundred,and,sixty,four],[],2*1000+(6*100+(60+4))).
wordnum([two,thousand,six,hundred,and,sixty,five],[],2*1000+(6*100+(60+5))).
wordnum([two,thousand,six,hundred,and,sixty,six],[],2*1000+(6*100+(60+6))).
wordnum([two,thousand,six,hundred,and,sixty,seven],[],2*1000+(6*100+(60+7))).
wordnum([two,thousand,six,hundred,and,sixty,eight],[],2*1000+(6*100+(60+8))).
wordnum([two,thousand,six,hundred,and,sixty,nine],[],2*1000+(6*100+(60+9))).
wordnum([two,thousand,six,hundred,and,seventy,one],[],2*1000+(6*100+(70+1))).
wordnum([two,thousand,six,hundred,and,seventy,two],[],2*1000+(6*100+(70+2))).
wordnum([two,thousand,six,hundred,and,seventy,three],[],2*1000+(6*100+(70+3))).
wordnum([two,thousand,six,hundred,and,seventy,four],[],2*1000+(6*100+(70+4))).
wordnum([two,thousand,six,hundred,and,seventy,five],[],2*1000+(6*100+(70+5))).
wordnum([two,thousand,six,hundred,and,seventy,six],[],2*1000+(6*100+(70+6))).
wordnum([two,thousand,six,hundred,and,seventy,seven],[],2*1000+(6*100+(70+7))).
wordnum([two,thousand,six,hundred,and,seventy,eight],[],2*1000+(6*100+(70+8))).
wordnum([two,thousand,six,hundred,and,seventy,nine],[],2*1000+(6*100+(70+9))).
wordnum([two,thousand,six,hundred,and,eighty,one],[],2*1000+(6*100+(80+1))).
wordnum([two,thousand,six,hundred,and,eighty,two],[],2*1000+(6*100+(80+2))).
wordnum([two,thousand,six,hundred,and,eighty,three],[],2*1000+(6*100+(80+3))).
wordnum([two,thousand,six,hundred,and,eighty,four],[],2*1000+(6*100+(80+4))).
wordnum([two,thousand,six,hundred,and,eighty,five],[],2*1000+(6*100+(80+5))).
wordnum([two,thousand,six,hundred,and,eighty,six],[],2*1000+(6*100+(80+6))).
wordnum([two,thousand,six,hundred,and,eighty,seven],[],2*1000+(6*100+(80+7))).
wordnum([two,thousand,six,hundred,and,eighty,eight],[],2*1000+(6*100+(80+8))).
wordnum([two,thousand,six,hundred,and,eighty,nine],[],2*1000+(6*100+(80+9))).
wordnum([two,thousand,six,hundred,and,ninety,one],[],2*1000+(6*100+(90+1))).
wordnum([two,thousand,six,hundred,and,ninety,two],[],2*1000+(6*100+(90+2))).
wordnum([two,thousand,six,hundred,and,ninety,three],[],2*1000+(6*100+(90+3))).
wordnum([two,thousand,six,hundred,and,ninety,four],[],2*1000+(6*100+(90+4))).
wordnum([two,thousand,six,hundred,and,ninety,five],[],2*1000+(6*100+(90+5))).
wordnum([two,thousand,six,hundred,and,ninety,six],[],2*1000+(6*100+(90+6))).
wordnum([two,thousand,six,hundred,and,ninety,seven],[],2*1000+(6*100+(90+7))).
wordnum([two,thousand,six,hundred,and,ninety,eight],[],2*1000+(6*100+(90+8))).
wordnum([two,thousand,six,hundred,and,ninety,nine],[],2*1000+(6*100+(90+9))).
wordnum([two,thousand,seven,hundred,and,one],[],2*1000+(7*100+1)).
wordnum([two,thousand,seven,hundred,and,two],[],2*1000+(7*100+2)).
wordnum([two,thousand,seven,hundred,and,three],[],2*1000+(7*100+3)).
wordnum([two,thousand,seven,hundred,and,four],[],2*1000+(7*100+4)).
wordnum([two,thousand,seven,hundred,and,five],[],2*1000+(7*100+5)).
wordnum([two,thousand,seven,hundred,and,six],[],2*1000+(7*100+6)).
wordnum([two,thousand,seven,hundred,and,seven],[],2*1000+(7*100+7)).
wordnum([two,thousand,seven,hundred,and,eight],[],2*1000+(7*100+8)).
wordnum([two,thousand,seven,hundred,and,nine],[],2*1000+(7*100+9)).
wordnum([two,thousand,seven,hundred,and,ten],[],2*1000+(7*100+10)).
wordnum([two,thousand,seven,hundred,and,eleven],[],2*1000+(7*100+11)).
wordnum([two,thousand,seven,hundred,and,twelve],[],2*1000+(7*100+12)).
wordnum([two,thousand,seven,hundred,and,thirteen],[],2*1000+(7*100+13)).
wordnum([two,thousand,seven,hundred,and,fourteen],[],2*1000+(7*100+14)).
wordnum([two,thousand,seven,hundred,and,fifteen],[],2*1000+(7*100+15)).
wordnum([two,thousand,seven,hundred,and,sixteen],[],2*1000+(7*100+16)).
wordnum([two,thousand,seven,hundred,and,seventeen],[],2*1000+(7*100+17)).
wordnum([two,thousand,seven,hundred,and,eighteen],[],2*1000+(7*100+18)).
wordnum([two,thousand,seven,hundred,and,nineteen],[],2*1000+(7*100+19)).
wordnum([two,thousand,seven,hundred,and,twenty],[],2*1000+(7*100+20)).
wordnum([two,thousand,seven,hundred,and,thirty],[],2*1000+(7*100+30)).
wordnum([two,thousand,seven,hundred,and,forty],[],2*1000+(7*100+40)).
wordnum([two,thousand,seven,hundred,and,fifty],[],2*1000+(7*100+50)).
wordnum([two,thousand,seven,hundred,and,sixty],[],2*1000+(7*100+60)).
wordnum([two,thousand,seven,hundred,and,seventy],[],2*1000+(7*100+70)).
wordnum([two,thousand,seven,hundred,and,eighty],[],2*1000+(7*100+80)).
wordnum([two,thousand,seven,hundred,and,ninety],[],2*1000+(7*100+90)).
wordnum([two,thousand,seven,hundred,and,twenty,one],[],2*1000+(7*100+(20+1))).
wordnum([two,thousand,seven,hundred,and,twenty,two],[],2*1000+(7*100+(20+2))).
wordnum([two,thousand,seven,hundred,and,twenty,three],[],2*1000+(7*100+(20+3))).
wordnum([two,thousand,seven,hundred,and,twenty,four],[],2*1000+(7*100+(20+4))).
wordnum([two,thousand,seven,hundred,and,twenty,five],[],2*1000+(7*100+(20+5))).
wordnum([two,thousand,seven,hundred,and,twenty,six],[],2*1000+(7*100+(20+6))).
wordnum([two,thousand,seven,hundred,and,twenty,seven],[],2*1000+(7*100+(20+7))).
wordnum([two,thousand,seven,hundred,and,twenty,eight],[],2*1000+(7*100+(20+8))).
wordnum([two,thousand,seven,hundred,and,twenty,nine],[],2*1000+(7*100+(20+9))).
wordnum([two,thousand,seven,hundred,and,thirty,one],[],2*1000+(7*100+(30+1))).
wordnum([two,thousand,seven,hundred,and,thirty,two],[],2*1000+(7*100+(30+2))).
wordnum([two,thousand,seven,hundred,and,thirty,three],[],2*1000+(7*100+(30+3))).
wordnum([two,thousand,seven,hundred,and,thirty,four],[],2*1000+(7*100+(30+4))).
wordnum([two,thousand,seven,hundred,and,thirty,five],[],2*1000+(7*100+(30+5))).
wordnum([two,thousand,seven,hundred,and,thirty,six],[],2*1000+(7*100+(30+6))).
wordnum([two,thousand,seven,hundred,and,thirty,seven],[],2*1000+(7*100+(30+7))).
wordnum([two,thousand,seven,hundred,and,thirty,eight],[],2*1000+(7*100+(30+8))).
wordnum([two,thousand,seven,hundred,and,thirty,nine],[],2*1000+(7*100+(30+9))).
wordnum([two,thousand,seven,hundred,and,forty,one],[],2*1000+(7*100+(40+1))).
wordnum([two,thousand,seven,hundred,and,forty,two],[],2*1000+(7*100+(40+2))).
wordnum([two,thousand,seven,hundred,and,forty,three],[],2*1000+(7*100+(40+3))).
wordnum([two,thousand,seven,hundred,and,forty,four],[],2*1000+(7*100+(40+4))).
wordnum([two,thousand,seven,hundred,and,forty,five],[],2*1000+(7*100+(40+5))).
wordnum([two,thousand,seven,hundred,and,forty,six],[],2*1000+(7*100+(40+6))).
wordnum([two,thousand,seven,hundred,and,forty,seven],[],2*1000+(7*100+(40+7))).
wordnum([two,thousand,seven,hundred,and,forty,eight],[],2*1000+(7*100+(40+8))).
wordnum([two,thousand,seven,hundred,and,forty,nine],[],2*1000+(7*100+(40+9))).
wordnum([two,thousand,seven,hundred,and,fifty,one],[],2*1000+(7*100+(50+1))).
wordnum([two,thousand,seven,hundred,and,fifty,two],[],2*1000+(7*100+(50+2))).
wordnum([two,thousand,seven,hundred,and,fifty,three],[],2*1000+(7*100+(50+3))).
wordnum([two,thousand,seven,hundred,and,fifty,four],[],2*1000+(7*100+(50+4))).
wordnum([two,thousand,seven,hundred,and,fifty,five],[],2*1000+(7*100+(50+5))).
wordnum([two,thousand,seven,hundred,and,fifty,six],[],2*1000+(7*100+(50+6))).
wordnum([two,thousand,seven,hundred,and,fifty,seven],[],2*1000+(7*100+(50+7))).
wordnum([two,thousand,seven,hundred,and,fifty,eight],[],2*1000+(7*100+(50+8))).
wordnum([two,thousand,seven,hundred,and,fifty,nine],[],2*1000+(7*100+(50+9))).
wordnum([two,thousand,seven,hundred,and,sixty,one],[],2*1000+(7*100+(60+1))).
wordnum([two,thousand,seven,hundred,and,sixty,two],[],2*1000+(7*100+(60+2))).
wordnum([two,thousand,seven,hundred,and,sixty,three],[],2*1000+(7*100+(60+3))).
wordnum([two,thousand,seven,hundred,and,sixty,four],[],2*1000+(7*100+(60+4))).
wordnum([two,thousand,seven,hundred,and,sixty,five],[],2*1000+(7*100+(60+5))).
wordnum([two,thousand,seven,hundred,and,sixty,six],[],2*1000+(7*100+(60+6))).
wordnum([two,thousand,seven,hundred,and,sixty,seven],[],2*1000+(7*100+(60+7))).
wordnum([two,thousand,seven,hundred,and,sixty,eight],[],2*1000+(7*100+(60+8))).
wordnum([two,thousand,seven,hundred,and,sixty,nine],[],2*1000+(7*100+(60+9))).
wordnum([two,thousand,seven,hundred,and,seventy,one],[],2*1000+(7*100+(70+1))).
wordnum([two,thousand,seven,hundred,and,seventy,two],[],2*1000+(7*100+(70+2))).
wordnum([two,thousand,seven,hundred,and,seventy,three],[],2*1000+(7*100+(70+3))).
wordnum([two,thousand,seven,hundred,and,seventy,four],[],2*1000+(7*100+(70+4))).
wordnum([two,thousand,seven,hundred,and,seventy,five],[],2*1000+(7*100+(70+5))).
wordnum([two,thousand,seven,hundred,and,seventy,six],[],2*1000+(7*100+(70+6))).
wordnum([two,thousand,seven,hundred,and,seventy,seven],[],2*1000+(7*100+(70+7))).
wordnum([two,thousand,seven,hundred,and,seventy,eight],[],2*1000+(7*100+(70+8))).
wordnum([two,thousand,seven,hundred,and,seventy,nine],[],2*1000+(7*100+(70+9))).
wordnum([two,thousand,seven,hundred,and,eighty,one],[],2*1000+(7*100+(80+1))).
wordnum([two,thousand,seven,hundred,and,eighty,two],[],2*1000+(7*100+(80+2))).
wordnum([two,thousand,seven,hundred,and,eighty,three],[],2*1000+(7*100+(80+3))).
wordnum([two,thousand,seven,hundred,and,eighty,four],[],2*1000+(7*100+(80+4))).
wordnum([two,thousand,seven,hundred,and,eighty,five],[],2*1000+(7*100+(80+5))).
wordnum([two,thousand,seven,hundred,and,eighty,six],[],2*1000+(7*100+(80+6))).
wordnum([two,thousand,seven,hundred,and,eighty,seven],[],2*1000+(7*100+(80+7))).
wordnum([two,thousand,seven,hundred,and,eighty,eight],[],2*1000+(7*100+(80+8))).
wordnum([two,thousand,seven,hundred,and,eighty,nine],[],2*1000+(7*100+(80+9))).
wordnum([two,thousand,seven,hundred,and,ninety,one],[],2*1000+(7*100+(90+1))).
wordnum([two,thousand,seven,hundred,and,ninety,two],[],2*1000+(7*100+(90+2))).
wordnum([two,thousand,seven,hundred,and,ninety,three],[],2*1000+(7*100+(90+3))).
wordnum([two,thousand,seven,hundred,and,ninety,four],[],2*1000+(7*100+(90+4))).
wordnum([two,thousand,seven,hundred,and,ninety,five],[],2*1000+(7*100+(90+5))).
wordnum([two,thousand,seven,hundred,and,ninety,six],[],2*1000+(7*100+(90+6))).
wordnum([two,thousand,seven,hundred,and,ninety,seven],[],2*1000+(7*100+(90+7))).
wordnum([two,thousand,seven,hundred,and,ninety,eight],[],2*1000+(7*100+(90+8))).
wordnum([two,thousand,seven,hundred,and,ninety,nine],[],2*1000+(7*100+(90+9))).
wordnum([two,thousand,eight,hundred,and,one],[],2*1000+(8*100+1)).
wordnum([two,thousand,eight,hundred,and,two],[],2*1000+(8*100+2)).
wordnum([two,thousand,eight,hundred,and,three],[],2*1000+(8*100+3)).
wordnum([two,thousand,eight,hundred,and,four],[],2*1000+(8*100+4)).
wordnum([two,thousand,eight,hundred,and,five],[],2*1000+(8*100+5)).
wordnum([two,thousand,eight,hundred,and,six],[],2*1000+(8*100+6)).
wordnum([two,thousand,eight,hundred,and,seven],[],2*1000+(8*100+7)).
wordnum([two,thousand,eight,hundred,and,eight],[],2*1000+(8*100+8)).
wordnum([two,thousand,eight,hundred,and,nine],[],2*1000+(8*100+9)).
wordnum([two,thousand,eight,hundred,and,ten],[],2*1000+(8*100+10)).
wordnum([two,thousand,eight,hundred,and,eleven],[],2*1000+(8*100+11)).
wordnum([two,thousand,eight,hundred,and,twelve],[],2*1000+(8*100+12)).
wordnum([two,thousand,eight,hundred,and,thirteen],[],2*1000+(8*100+13)).
wordnum([two,thousand,eight,hundred,and,fourteen],[],2*1000+(8*100+14)).
wordnum([two,thousand,eight,hundred,and,fifteen],[],2*1000+(8*100+15)).
wordnum([two,thousand,eight,hundred,and,sixteen],[],2*1000+(8*100+16)).
wordnum([two,thousand,eight,hundred,and,seventeen],[],2*1000+(8*100+17)).
wordnum([two,thousand,eight,hundred,and,eighteen],[],2*1000+(8*100+18)).
wordnum([two,thousand,eight,hundred,and,nineteen],[],2*1000+(8*100+19)).
wordnum([two,thousand,eight,hundred,and,twenty],[],2*1000+(8*100+20)).
wordnum([two,thousand,eight,hundred,and,thirty],[],2*1000+(8*100+30)).
wordnum([two,thousand,eight,hundred,and,forty],[],2*1000+(8*100+40)).
wordnum([two,thousand,eight,hundred,and,fifty],[],2*1000+(8*100+50)).
wordnum([two,thousand,eight,hundred,and,sixty],[],2*1000+(8*100+60)).
wordnum([two,thousand,eight,hundred,and,seventy],[],2*1000+(8*100+70)).
wordnum([two,thousand,eight,hundred,and,eighty],[],2*1000+(8*100+80)).
wordnum([two,thousand,eight,hundred,and,ninety],[],2*1000+(8*100+90)).
wordnum([two,thousand,eight,hundred,and,twenty,one],[],2*1000+(8*100+(20+1))).
wordnum([two,thousand,eight,hundred,and,twenty,two],[],2*1000+(8*100+(20+2))).
wordnum([two,thousand,eight,hundred,and,twenty,three],[],2*1000+(8*100+(20+3))).
wordnum([two,thousand,eight,hundred,and,twenty,four],[],2*1000+(8*100+(20+4))).
wordnum([two,thousand,eight,hundred,and,twenty,five],[],2*1000+(8*100+(20+5))).
wordnum([two,thousand,eight,hundred,and,twenty,six],[],2*1000+(8*100+(20+6))).
wordnum([two,thousand,eight,hundred,and,twenty,seven],[],2*1000+(8*100+(20+7))).
wordnum([two,thousand,eight,hundred,and,twenty,eight],[],2*1000+(8*100+(20+8))).
wordnum([two,thousand,eight,hundred,and,twenty,nine],[],2*1000+(8*100+(20+9))).
wordnum([two,thousand,eight,hundred,and,thirty,one],[],2*1000+(8*100+(30+1))).
wordnum([two,thousand,eight,hundred,and,thirty,two],[],2*1000+(8*100+(30+2))).
wordnum([two,thousand,eight,hundred,and,thirty,three],[],2*1000+(8*100+(30+3))).
wordnum([two,thousand,eight,hundred,and,thirty,four],[],2*1000+(8*100+(30+4))).
wordnum([two,thousand,eight,hundred,and,thirty,five],[],2*1000+(8*100+(30+5))).
wordnum([two,thousand,eight,hundred,and,thirty,six],[],2*1000+(8*100+(30+6))).
wordnum([two,thousand,eight,hundred,and,thirty,seven],[],2*1000+(8*100+(30+7))).
wordnum([two,thousand,eight,hundred,and,thirty,eight],[],2*1000+(8*100+(30+8))).
wordnum([two,thousand,eight,hundred,and,thirty,nine],[],2*1000+(8*100+(30+9))).
wordnum([two,thousand,eight,hundred,and,forty,one],[],2*1000+(8*100+(40+1))).
wordnum([two,thousand,eight,hundred,and,forty,two],[],2*1000+(8*100+(40+2))).
wordnum([two,thousand,eight,hundred,and,forty,three],[],2*1000+(8*100+(40+3))).
wordnum([two,thousand,eight,hundred,and,forty,four],[],2*1000+(8*100+(40+4))).
wordnum([two,thousand,eight,hundred,and,forty,five],[],2*1000+(8*100+(40+5))).
wordnum([two,thousand,eight,hundred,and,forty,six],[],2*1000+(8*100+(40+6))).
wordnum([two,thousand,eight,hundred,and,forty,seven],[],2*1000+(8*100+(40+7))).
wordnum([two,thousand,eight,hundred,and,forty,eight],[],2*1000+(8*100+(40+8))).
wordnum([two,thousand,eight,hundred,and,forty,nine],[],2*1000+(8*100+(40+9))).
wordnum([two,thousand,eight,hundred,and,fifty,one],[],2*1000+(8*100+(50+1))).
wordnum([two,thousand,eight,hundred,and,fifty,two],[],2*1000+(8*100+(50+2))).
wordnum([two,thousand,eight,hundred,and,fifty,three],[],2*1000+(8*100+(50+3))).
wordnum([two,thousand,eight,hundred,and,fifty,four],[],2*1000+(8*100+(50+4))).
wordnum([two,thousand,eight,hundred,and,fifty,five],[],2*1000+(8*100+(50+5))).
wordnum([two,thousand,eight,hundred,and,fifty,six],[],2*1000+(8*100+(50+6))).
wordnum([two,thousand,eight,hundred,and,fifty,seven],[],2*1000+(8*100+(50+7))).
wordnum([two,thousand,eight,hundred,and,fifty,eight],[],2*1000+(8*100+(50+8))).
wordnum([two,thousand,eight,hundred,and,fifty,nine],[],2*1000+(8*100+(50+9))).
wordnum([two,thousand,eight,hundred,and,sixty,one],[],2*1000+(8*100+(60+1))).
wordnum([two,thousand,eight,hundred,and,sixty,two],[],2*1000+(8*100+(60+2))).
wordnum([two,thousand,eight,hundred,and,sixty,three],[],2*1000+(8*100+(60+3))).
wordnum([two,thousand,eight,hundred,and,sixty,four],[],2*1000+(8*100+(60+4))).
wordnum([two,thousand,eight,hundred,and,sixty,five],[],2*1000+(8*100+(60+5))).
wordnum([two,thousand,eight,hundred,and,sixty,six],[],2*1000+(8*100+(60+6))).
wordnum([two,thousand,eight,hundred,and,sixty,seven],[],2*1000+(8*100+(60+7))).
wordnum([two,thousand,eight,hundred,and,sixty,eight],[],2*1000+(8*100+(60+8))).
wordnum([two,thousand,eight,hundred,and,sixty,nine],[],2*1000+(8*100+(60+9))).
wordnum([two,thousand,eight,hundred,and,seventy,one],[],2*1000+(8*100+(70+1))).
wordnum([two,thousand,eight,hundred,and,seventy,two],[],2*1000+(8*100+(70+2))).
wordnum([two,thousand,eight,hundred,and,seventy,three],[],2*1000+(8*100+(70+3))).
wordnum([two,thousand,eight,hundred,and,seventy,four],[],2*1000+(8*100+(70+4))).
wordnum([two,thousand,eight,hundred,and,seventy,five],[],2*1000+(8*100+(70+5))).
wordnum([two,thousand,eight,hundred,and,seventy,six],[],2*1000+(8*100+(70+6))).
wordnum([two,thousand,eight,hundred,and,seventy,seven],[],2*1000+(8*100+(70+7))).
wordnum([two,thousand,eight,hundred,and,seventy,eight],[],2*1000+(8*100+(70+8))).
wordnum([two,thousand,eight,hundred,and,seventy,nine],[],2*1000+(8*100+(70+9))).
wordnum([two,thousand,eight,hundred,and,eighty,one],[],2*1000+(8*100+(80+1))).
wordnum([two,thousand,eight,hundred,and,eighty,two],[],2*1000+(8*100+(80+2))).
wordnum([two,thousand,eight,hundred,and,eighty,three],[],2*1000+(8*100+(80+3))).
wordnum([two,thousand,eight,hundred,and,eighty,four],[],2*1000+(8*100+(80+4))).
wordnum([two,thousand,eight,hundred,and,eighty,five],[],2*1000+(8*100+(80+5))).
wordnum([two,thousand,eight,hundred,and,eighty,six],[],2*1000+(8*100+(80+6))).
wordnum([two,thousand,eight,hundred,and,eighty,seven],[],2*1000+(8*100+(80+7))).
wordnum([two,thousand,eight,hundred,and,eighty,eight],[],2*1000+(8*100+(80+8))).
wordnum([two,thousand,eight,hundred,and,eighty,nine],[],2*1000+(8*100+(80+9))).
wordnum([two,thousand,eight,hundred,and,ninety,one],[],2*1000+(8*100+(90+1))).
wordnum([two,thousand,eight,hundred,and,ninety,two],[],2*1000+(8*100+(90+2))).
wordnum([two,thousand,eight,hundred,and,ninety,three],[],2*1000+(8*100+(90+3))).
wordnum([two,thousand,eight,hundred,and,ninety,four],[],2*1000+(8*100+(90+4))).
wordnum([two,thousand,eight,hundred,and,ninety,five],[],2*1000+(8*100+(90+5))).
wordnum([two,thousand,eight,hundred,and,ninety,six],[],2*1000+(8*100+(90+6))).
wordnum([two,thousand,eight,hundred,and,ninety,seven],[],2*1000+(8*100+(90+7))).
wordnum([two,thousand,eight,hundred,and,ninety,eight],[],2*1000+(8*100+(90+8))).
wordnum([two,thousand,eight,hundred,and,ninety,nine],[],2*1000+(8*100+(90+9))).
wordnum([two,thousand,nine,hundred,and,one],[],2*1000+(9*100+1)).
wordnum([two,thousand,nine,hundred,and,two],[],2*1000+(9*100+2)).
wordnum([two,thousand,nine,hundred,and,three],[],2*1000+(9*100+3)).
wordnum([two,thousand,nine,hundred,and,four],[],2*1000+(9*100+4)).
wordnum([two,thousand,nine,hundred,and,five],[],2*1000+(9*100+5)).
wordnum([two,thousand,nine,hundred,and,six],[],2*1000+(9*100+6)).
wordnum([two,thousand,nine,hundred,and,seven],[],2*1000+(9*100+7)).
wordnum([two,thousand,nine,hundred,and,eight],[],2*1000+(9*100+8)).
wordnum([two,thousand,nine,hundred,and,nine],[],2*1000+(9*100+9)).
wordnum([two,thousand,nine,hundred,and,ten],[],2*1000+(9*100+10)).
wordnum([two,thousand,nine,hundred,and,eleven],[],2*1000+(9*100+11)).
wordnum([two,thousand,nine,hundred,and,twelve],[],2*1000+(9*100+12)).
wordnum([two,thousand,nine,hundred,and,thirteen],[],2*1000+(9*100+13)).
wordnum([two,thousand,nine,hundred,and,fourteen],[],2*1000+(9*100+14)).
wordnum([two,thousand,nine,hundred,and,fifteen],[],2*1000+(9*100+15)).
wordnum([two,thousand,nine,hundred,and,sixteen],[],2*1000+(9*100+16)).
wordnum([two,thousand,nine,hundred,and,seventeen],[],2*1000+(9*100+17)).
wordnum([two,thousand,nine,hundred,and,eighteen],[],2*1000+(9*100+18)).
wordnum([two,thousand,nine,hundred,and,nineteen],[],2*1000+(9*100+19)).
wordnum([two,thousand,nine,hundred,and,twenty],[],2*1000+(9*100+20)).
wordnum([two,thousand,nine,hundred,and,thirty],[],2*1000+(9*100+30)).
wordnum([two,thousand,nine,hundred,and,forty],[],2*1000+(9*100+40)).
wordnum([two,thousand,nine,hundred,and,fifty],[],2*1000+(9*100+50)).
wordnum([two,thousand,nine,hundred,and,sixty],[],2*1000+(9*100+60)).
wordnum([two,thousand,nine,hundred,and,seventy],[],2*1000+(9*100+70)).
wordnum([two,thousand,nine,hundred,and,eighty],[],2*1000+(9*100+80)).
wordnum([two,thousand,nine,hundred,and,ninety],[],2*1000+(9*100+90)).
wordnum([two,thousand,nine,hundred,and,twenty,one],[],2*1000+(9*100+(20+1))).
wordnum([two,thousand,nine,hundred,and,twenty,two],[],2*1000+(9*100+(20+2))).
wordnum([two,thousand,nine,hundred,and,twenty,three],[],2*1000+(9*100+(20+3))).
wordnum([two,thousand,nine,hundred,and,twenty,four],[],2*1000+(9*100+(20+4))).
wordnum([two,thousand,nine,hundred,and,twenty,five],[],2*1000+(9*100+(20+5))).
wordnum([two,thousand,nine,hundred,and,twenty,six],[],2*1000+(9*100+(20+6))).
wordnum([two,thousand,nine,hundred,and,twenty,seven],[],2*1000+(9*100+(20+7))).
wordnum([two,thousand,nine,hundred,and,twenty,eight],[],2*1000+(9*100+(20+8))).
wordnum([two,thousand,nine,hundred,and,twenty,nine],[],2*1000+(9*100+(20+9))).
wordnum([two,thousand,nine,hundred,and,thirty,one],[],2*1000+(9*100+(30+1))).
wordnum([two,thousand,nine,hundred,and,thirty,two],[],2*1000+(9*100+(30+2))).
wordnum([two,thousand,nine,hundred,and,thirty,three],[],2*1000+(9*100+(30+3))).
wordnum([two,thousand,nine,hundred,and,thirty,four],[],2*1000+(9*100+(30+4))).
wordnum([two,thousand,nine,hundred,and,thirty,five],[],2*1000+(9*100+(30+5))).
wordnum([two,thousand,nine,hundred,and,thirty,six],[],2*1000+(9*100+(30+6))).
wordnum([two,thousand,nine,hundred,and,thirty,seven],[],2*1000+(9*100+(30+7))).
wordnum([two,thousand,nine,hundred,and,thirty,eight],[],2*1000+(9*100+(30+8))).
wordnum([two,thousand,nine,hundred,and,thirty,nine],[],2*1000+(9*100+(30+9))).
wordnum([two,thousand,nine,hundred,and,forty,one],[],2*1000+(9*100+(40+1))).
wordnum([two,thousand,nine,hundred,and,forty,two],[],2*1000+(9*100+(40+2))).
wordnum([two,thousand,nine,hundred,and,forty,three],[],2*1000+(9*100+(40+3))).
wordnum([two,thousand,nine,hundred,and,forty,four],[],2*1000+(9*100+(40+4))).
wordnum([two,thousand,nine,hundred,and,forty,five],[],2*1000+(9*100+(40+5))).
wordnum([two,thousand,nine,hundred,and,forty,six],[],2*1000+(9*100+(40+6))).
wordnum([two,thousand,nine,hundred,and,forty,seven],[],2*1000+(9*100+(40+7))).
wordnum([two,thousand,nine,hundred,and,forty,eight],[],2*1000+(9*100+(40+8))).
wordnum([two,thousand,nine,hundred,and,forty,nine],[],2*1000+(9*100+(40+9))).
wordnum([two,thousand,nine,hundred,and,fifty,one],[],2*1000+(9*100+(50+1))).
wordnum([two,thousand,nine,hundred,and,fifty,two],[],2*1000+(9*100+(50+2))).
wordnum([two,thousand,nine,hundred,and,fifty,three],[],2*1000+(9*100+(50+3))).
wordnum([two,thousand,nine,hundred,and,fifty,four],[],2*1000+(9*100+(50+4))).
wordnum([two,thousand,nine,hundred,and,fifty,five],[],2*1000+(9*100+(50+5))).
wordnum([two,thousand,nine,hundred,and,fifty,six],[],2*1000+(9*100+(50+6))).
wordnum([two,thousand,nine,hundred,and,fifty,seven],[],2*1000+(9*100+(50+7))).
wordnum([two,thousand,nine,hundred,and,fifty,eight],[],2*1000+(9*100+(50+8))).
wordnum([two,thousand,nine,hundred,and,fifty,nine],[],2*1000+(9*100+(50+9))).
wordnum([two,thousand,nine,hundred,and,sixty,one],[],2*1000+(9*100+(60+1))).
wordnum([two,thousand,nine,hundred,and,sixty,two],[],2*1000+(9*100+(60+2))).
wordnum([two,thousand,nine,hundred,and,sixty,three],[],2*1000+(9*100+(60+3))).
wordnum([two,thousand,nine,hundred,and,sixty,four],[],2*1000+(9*100+(60+4))).
wordnum([two,thousand,nine,hundred,and,sixty,five],[],2*1000+(9*100+(60+5))).
wordnum([two,thousand,nine,hundred,and,sixty,six],[],2*1000+(9*100+(60+6))).
wordnum([two,thousand,nine,hundred,and,sixty,seven],[],2*1000+(9*100+(60+7))).
wordnum([two,thousand,nine,hundred,and,sixty,eight],[],2*1000+(9*100+(60+8))).
wordnum([two,thousand,nine,hundred,and,sixty,nine],[],2*1000+(9*100+(60+9))).
wordnum([two,thousand,nine,hundred,and,seventy,one],[],2*1000+(9*100+(70+1))).
wordnum([two,thousand,nine,hundred,and,seventy,two],[],2*1000+(9*100+(70+2))).
wordnum([two,thousand,nine,hundred,and,seventy,three],[],2*1000+(9*100+(70+3))).
wordnum([two,thousand,nine,hundred,and,seventy,four],[],2*1000+(9*100+(70+4))).
wordnum([two,thousand,nine,hundred,and,seventy,five],[],2*1000+(9*100+(70+5))).
wordnum([two,thousand,nine,hundred,and,seventy,six],[],2*1000+(9*100+(70+6))).
wordnum([two,thousand,nine,hundred,and,seventy,seven],[],2*1000+(9*100+(70+7))).
wordnum([two,thousand,nine,hundred,and,seventy,eight],[],2*1000+(9*100+(70+8))).
wordnum([two,thousand,nine,hundred,and,seventy,nine],[],2*1000+(9*100+(70+9))).
wordnum([two,thousand,nine,hundred,and,eighty,one],[],2*1000+(9*100+(80+1))).
wordnum([two,thousand,nine,hundred,and,eighty,two],[],2*1000+(9*100+(80+2))).
wordnum([two,thousand,nine,hundred,and,eighty,three],[],2*1000+(9*100+(80+3))).
wordnum([two,thousand,nine,hundred,and,eighty,four],[],2*1000+(9*100+(80+4))).
wordnum([two,thousand,nine,hundred,and,eighty,five],[],2*1000+(9*100+(80+5))).
wordnum([two,thousand,nine,hundred,and,eighty,six],[],2*1000+(9*100+(80+6))).
wordnum([two,thousand,nine,hundred,and,eighty,seven],[],2*1000+(9*100+(80+7))).
wordnum([two,thousand,nine,hundred,and,eighty,eight],[],2*1000+(9*100+(80+8))).
wordnum([two,thousand,nine,hundred,and,eighty,nine],[],2*1000+(9*100+(80+9))).
wordnum([two,thousand,nine,hundred,and,ninety,one],[],2*1000+(9*100+(90+1))).
wordnum([two,thousand,nine,hundred,and,ninety,two],[],2*1000+(9*100+(90+2))).
wordnum([two,thousand,nine,hundred,and,ninety,three],[],2*1000+(9*100+(90+3))).
wordnum([two,thousand,nine,hundred,and,ninety,four],[],2*1000+(9*100+(90+4))).
wordnum([two,thousand,nine,hundred,and,ninety,five],[],2*1000+(9*100+(90+5))).
wordnum([two,thousand,nine,hundred,and,ninety,six],[],2*1000+(9*100+(90+6))).
wordnum([two,thousand,nine,hundred,and,ninety,seven],[],2*1000+(9*100+(90+7))).
wordnum([two,thousand,nine,hundred,and,ninety,eight],[],2*1000+(9*100+(90+8))).
wordnum([two,thousand,nine,hundred,and,ninety,nine],[],2*1000+(9*100+(90+9))).
wordnum([three,thousand,one,hundred],[],3*1000+1*100).
wordnum([three,thousand,two,hundred],[],3*1000+2*100).
wordnum([three,thousand,three,hundred],[],3*1000+3*100).
wordnum([three,thousand,four,hundred],[],3*1000+4*100).
wordnum([three,thousand,five,hundred],[],3*1000+5*100).
wordnum([three,thousand,six,hundred],[],3*1000+6*100).
wordnum([three,thousand,seven,hundred],[],3*1000+7*100).
wordnum([three,thousand,eight,hundred],[],3*1000+8*100).
wordnum([three,thousand,nine,hundred],[],3*1000+9*100).
wordnum([three,thousand,one,hundred,and,one],[],3*1000+(1*100+1)).
wordnum([three,thousand,one,hundred,and,two],[],3*1000+(1*100+2)).
wordnum([three,thousand,one,hundred,and,three],[],3*1000+(1*100+3)).
wordnum([three,thousand,one,hundred,and,four],[],3*1000+(1*100+4)).
wordnum([three,thousand,one,hundred,and,five],[],3*1000+(1*100+5)).
wordnum([three,thousand,one,hundred,and,six],[],3*1000+(1*100+6)).
wordnum([three,thousand,one,hundred,and,seven],[],3*1000+(1*100+7)).
wordnum([three,thousand,one,hundred,and,eight],[],3*1000+(1*100+8)).
wordnum([three,thousand,one,hundred,and,nine],[],3*1000+(1*100+9)).
wordnum([three,thousand,one,hundred,and,ten],[],3*1000+(1*100+10)).
wordnum([three,thousand,one,hundred,and,eleven],[],3*1000+(1*100+11)).
wordnum([three,thousand,one,hundred,and,twelve],[],3*1000+(1*100+12)).
wordnum([three,thousand,one,hundred,and,thirteen],[],3*1000+(1*100+13)).
wordnum([three,thousand,one,hundred,and,fourteen],[],3*1000+(1*100+14)).
wordnum([three,thousand,one,hundred,and,fifteen],[],3*1000+(1*100+15)).
wordnum([three,thousand,one,hundred,and,sixteen],[],3*1000+(1*100+16)).
wordnum([three,thousand,one,hundred,and,seventeen],[],3*1000+(1*100+17)).
wordnum([three,thousand,one,hundred,and,eighteen],[],3*1000+(1*100+18)).
wordnum([three,thousand,one,hundred,and,nineteen],[],3*1000+(1*100+19)).
wordnum([three,thousand,one,hundred,and,twenty],[],3*1000+(1*100+20)).
wordnum([three,thousand,one,hundred,and,thirty],[],3*1000+(1*100+30)).
wordnum([three,thousand,one,hundred,and,forty],[],3*1000+(1*100+40)).
wordnum([three,thousand,one,hundred,and,fifty],[],3*1000+(1*100+50)).
wordnum([three,thousand,one,hundred,and,sixty],[],3*1000+(1*100+60)).
wordnum([three,thousand,one,hundred,and,seventy],[],3*1000+(1*100+70)).
wordnum([three,thousand,one,hundred,and,eighty],[],3*1000+(1*100+80)).
wordnum([three,thousand,one,hundred,and,ninety],[],3*1000+(1*100+90)).
wordnum([three,thousand,one,hundred,and,twenty,one],[],3*1000+(1*100+(20+1))).
wordnum([three,thousand,one,hundred,and,twenty,two],[],3*1000+(1*100+(20+2))).
wordnum([three,thousand,one,hundred,and,twenty,three],[],3*1000+(1*100+(20+3))).
wordnum([three,thousand,one,hundred,and,twenty,four],[],3*1000+(1*100+(20+4))).
wordnum([three,thousand,one,hundred,and,twenty,five],[],3*1000+(1*100+(20+5))).
wordnum([three,thousand,one,hundred,and,twenty,six],[],3*1000+(1*100+(20+6))).
wordnum([three,thousand,one,hundred,and,twenty,seven],[],3*1000+(1*100+(20+7))).
wordnum([three,thousand,one,hundred,and,twenty,eight],[],3*1000+(1*100+(20+8))).
wordnum([three,thousand,one,hundred,and,twenty,nine],[],3*1000+(1*100+(20+9))).
wordnum([three,thousand,one,hundred,and,thirty,one],[],3*1000+(1*100+(30+1))).
wordnum([three,thousand,one,hundred,and,thirty,two],[],3*1000+(1*100+(30+2))).
wordnum([three,thousand,one,hundred,and,thirty,three],[],3*1000+(1*100+(30+3))).
wordnum([three,thousand,one,hundred,and,thirty,four],[],3*1000+(1*100+(30+4))).
wordnum([three,thousand,one,hundred,and,thirty,five],[],3*1000+(1*100+(30+5))).
wordnum([three,thousand,one,hundred,and,thirty,six],[],3*1000+(1*100+(30+6))).
wordnum([three,thousand,one,hundred,and,thirty,seven],[],3*1000+(1*100+(30+7))).
wordnum([three,thousand,one,hundred,and,thirty,eight],[],3*1000+(1*100+(30+8))).
wordnum([three,thousand,one,hundred,and,thirty,nine],[],3*1000+(1*100+(30+9))).
wordnum([three,thousand,one,hundred,and,forty,one],[],3*1000+(1*100+(40+1))).
wordnum([three,thousand,one,hundred,and,forty,two],[],3*1000+(1*100+(40+2))).
wordnum([three,thousand,one,hundred,and,forty,three],[],3*1000+(1*100+(40+3))).
wordnum([three,thousand,one,hundred,and,forty,four],[],3*1000+(1*100+(40+4))).
wordnum([three,thousand,one,hundred,and,forty,five],[],3*1000+(1*100+(40+5))).
wordnum([three,thousand,one,hundred,and,forty,six],[],3*1000+(1*100+(40+6))).
wordnum([three,thousand,one,hundred,and,forty,seven],[],3*1000+(1*100+(40+7))).
wordnum([three,thousand,one,hundred,and,forty,eight],[],3*1000+(1*100+(40+8))).
wordnum([three,thousand,one,hundred,and,forty,nine],[],3*1000+(1*100+(40+9))).
wordnum([three,thousand,one,hundred,and,fifty,one],[],3*1000+(1*100+(50+1))).
wordnum([three,thousand,one,hundred,and,fifty,two],[],3*1000+(1*100+(50+2))).
wordnum([three,thousand,one,hundred,and,fifty,three],[],3*1000+(1*100+(50+3))).
wordnum([three,thousand,one,hundred,and,fifty,four],[],3*1000+(1*100+(50+4))).
wordnum([three,thousand,one,hundred,and,fifty,five],[],3*1000+(1*100+(50+5))).
wordnum([three,thousand,one,hundred,and,fifty,six],[],3*1000+(1*100+(50+6))).
wordnum([three,thousand,one,hundred,and,fifty,seven],[],3*1000+(1*100+(50+7))).
wordnum([three,thousand,one,hundred,and,fifty,eight],[],3*1000+(1*100+(50+8))).
wordnum([three,thousand,one,hundred,and,fifty,nine],[],3*1000+(1*100+(50+9))).
wordnum([three,thousand,one,hundred,and,sixty,one],[],3*1000+(1*100+(60+1))).
wordnum([three,thousand,one,hundred,and,sixty,two],[],3*1000+(1*100+(60+2))).
wordnum([three,thousand,one,hundred,and,sixty,three],[],3*1000+(1*100+(60+3))).
wordnum([three,thousand,one,hundred,and,sixty,four],[],3*1000+(1*100+(60+4))).
wordnum([three,thousand,one,hundred,and,sixty,five],[],3*1000+(1*100+(60+5))).
wordnum([three,thousand,one,hundred,and,sixty,six],[],3*1000+(1*100+(60+6))).
wordnum([three,thousand,one,hundred,and,sixty,seven],[],3*1000+(1*100+(60+7))).
wordnum([three,thousand,one,hundred,and,sixty,eight],[],3*1000+(1*100+(60+8))).
wordnum([three,thousand,one,hundred,and,sixty,nine],[],3*1000+(1*100+(60+9))).
wordnum([three,thousand,one,hundred,and,seventy,one],[],3*1000+(1*100+(70+1))).
wordnum([three,thousand,one,hundred,and,seventy,two],[],3*1000+(1*100+(70+2))).
wordnum([three,thousand,one,hundred,and,seventy,three],[],3*1000+(1*100+(70+3))).
wordnum([three,thousand,one,hundred,and,seventy,four],[],3*1000+(1*100+(70+4))).
wordnum([three,thousand,one,hundred,and,seventy,five],[],3*1000+(1*100+(70+5))).
wordnum([three,thousand,one,hundred,and,seventy,six],[],3*1000+(1*100+(70+6))).
wordnum([three,thousand,one,hundred,and,seventy,seven],[],3*1000+(1*100+(70+7))).
wordnum([three,thousand,one,hundred,and,seventy,eight],[],3*1000+(1*100+(70+8))).
wordnum([three,thousand,one,hundred,and,seventy,nine],[],3*1000+(1*100+(70+9))).
wordnum([three,thousand,one,hundred,and,eighty,one],[],3*1000+(1*100+(80+1))).
wordnum([three,thousand,one,hundred,and,eighty,two],[],3*1000+(1*100+(80+2))).
wordnum([three,thousand,one,hundred,and,eighty,three],[],3*1000+(1*100+(80+3))).
wordnum([three,thousand,one,hundred,and,eighty,four],[],3*1000+(1*100+(80+4))).
wordnum([three,thousand,one,hundred,and,eighty,five],[],3*1000+(1*100+(80+5))).
wordnum([three,thousand,one,hundred,and,eighty,six],[],3*1000+(1*100+(80+6))).
wordnum([three,thousand,one,hundred,and,eighty,seven],[],3*1000+(1*100+(80+7))).
wordnum([three,thousand,one,hundred,and,eighty,eight],[],3*1000+(1*100+(80+8))).
wordnum([three,thousand,one,hundred,and,eighty,nine],[],3*1000+(1*100+(80+9))).
wordnum([three,thousand,one,hundred,and,ninety,one],[],3*1000+(1*100+(90+1))).
wordnum([three,thousand,one,hundred,and,ninety,two],[],3*1000+(1*100+(90+2))).
wordnum([three,thousand,one,hundred,and,ninety,three],[],3*1000+(1*100+(90+3))).
wordnum([three,thousand,one,hundred,and,ninety,four],[],3*1000+(1*100+(90+4))).
wordnum([three,thousand,one,hundred,and,ninety,five],[],3*1000+(1*100+(90+5))).
wordnum([three,thousand,one,hundred,and,ninety,six],[],3*1000+(1*100+(90+6))).
wordnum([three,thousand,one,hundred,and,ninety,seven],[],3*1000+(1*100+(90+7))).
wordnum([three,thousand,one,hundred,and,ninety,eight],[],3*1000+(1*100+(90+8))).
wordnum([three,thousand,one,hundred,and,ninety,nine],[],3*1000+(1*100+(90+9))).
wordnum([three,thousand,two,hundred,and,one],[],3*1000+(2*100+1)).
wordnum([three,thousand,two,hundred,and,two],[],3*1000+(2*100+2)).
wordnum([three,thousand,two,hundred,and,three],[],3*1000+(2*100+3)).
wordnum([three,thousand,two,hundred,and,four],[],3*1000+(2*100+4)).
wordnum([three,thousand,two,hundred,and,five],[],3*1000+(2*100+5)).
wordnum([three,thousand,two,hundred,and,six],[],3*1000+(2*100+6)).
wordnum([three,thousand,two,hundred,and,seven],[],3*1000+(2*100+7)).
wordnum([three,thousand,two,hundred,and,eight],[],3*1000+(2*100+8)).
wordnum([three,thousand,two,hundred,and,nine],[],3*1000+(2*100+9)).
wordnum([three,thousand,two,hundred,and,ten],[],3*1000+(2*100+10)).
wordnum([three,thousand,two,hundred,and,eleven],[],3*1000+(2*100+11)).
wordnum([three,thousand,two,hundred,and,twelve],[],3*1000+(2*100+12)).
wordnum([three,thousand,two,hundred,and,thirteen],[],3*1000+(2*100+13)).
wordnum([three,thousand,two,hundred,and,fourteen],[],3*1000+(2*100+14)).
wordnum([three,thousand,two,hundred,and,fifteen],[],3*1000+(2*100+15)).
wordnum([three,thousand,two,hundred,and,sixteen],[],3*1000+(2*100+16)).
wordnum([three,thousand,two,hundred,and,seventeen],[],3*1000+(2*100+17)).
wordnum([three,thousand,two,hundred,and,eighteen],[],3*1000+(2*100+18)).
wordnum([three,thousand,two,hundred,and,nineteen],[],3*1000+(2*100+19)).
wordnum([three,thousand,two,hundred,and,twenty],[],3*1000+(2*100+20)).
wordnum([three,thousand,two,hundred,and,thirty],[],3*1000+(2*100+30)).
wordnum([three,thousand,two,hundred,and,forty],[],3*1000+(2*100+40)).
wordnum([three,thousand,two,hundred,and,fifty],[],3*1000+(2*100+50)).
wordnum([three,thousand,two,hundred,and,sixty],[],3*1000+(2*100+60)).
wordnum([three,thousand,two,hundred,and,seventy],[],3*1000+(2*100+70)).
wordnum([three,thousand,two,hundred,and,eighty],[],3*1000+(2*100+80)).
wordnum([three,thousand,two,hundred,and,ninety],[],3*1000+(2*100+90)).
wordnum([three,thousand,two,hundred,and,twenty,one],[],3*1000+(2*100+(20+1))).
wordnum([three,thousand,two,hundred,and,twenty,two],[],3*1000+(2*100+(20+2))).
wordnum([three,thousand,two,hundred,and,twenty,three],[],3*1000+(2*100+(20+3))).
wordnum([three,thousand,two,hundred,and,twenty,four],[],3*1000+(2*100+(20+4))).
wordnum([three,thousand,two,hundred,and,twenty,five],[],3*1000+(2*100+(20+5))).
wordnum([three,thousand,two,hundred,and,twenty,six],[],3*1000+(2*100+(20+6))).
wordnum([three,thousand,two,hundred,and,twenty,seven],[],3*1000+(2*100+(20+7))).
wordnum([three,thousand,two,hundred,and,twenty,eight],[],3*1000+(2*100+(20+8))).
wordnum([three,thousand,two,hundred,and,twenty,nine],[],3*1000+(2*100+(20+9))).
wordnum([three,thousand,two,hundred,and,thirty,one],[],3*1000+(2*100+(30+1))).
wordnum([three,thousand,two,hundred,and,thirty,two],[],3*1000+(2*100+(30+2))).
wordnum([three,thousand,two,hundred,and,thirty,three],[],3*1000+(2*100+(30+3))).
wordnum([three,thousand,two,hundred,and,thirty,four],[],3*1000+(2*100+(30+4))).
wordnum([three,thousand,two,hundred,and,thirty,five],[],3*1000+(2*100+(30+5))).
wordnum([three,thousand,two,hundred,and,thirty,six],[],3*1000+(2*100+(30+6))).
wordnum([three,thousand,two,hundred,and,thirty,seven],[],3*1000+(2*100+(30+7))).
wordnum([three,thousand,two,hundred,and,thirty,eight],[],3*1000+(2*100+(30+8))).
wordnum([three,thousand,two,hundred,and,thirty,nine],[],3*1000+(2*100+(30+9))).
wordnum([three,thousand,two,hundred,and,forty,one],[],3*1000+(2*100+(40+1))).
wordnum([three,thousand,two,hundred,and,forty,two],[],3*1000+(2*100+(40+2))).
wordnum([three,thousand,two,hundred,and,forty,three],[],3*1000+(2*100+(40+3))).
wordnum([three,thousand,two,hundred,and,forty,four],[],3*1000+(2*100+(40+4))).
wordnum([three,thousand,two,hundred,and,forty,five],[],3*1000+(2*100+(40+5))).
wordnum([three,thousand,two,hundred,and,forty,six],[],3*1000+(2*100+(40+6))).
wordnum([three,thousand,two,hundred,and,forty,seven],[],3*1000+(2*100+(40+7))).
wordnum([three,thousand,two,hundred,and,forty,eight],[],3*1000+(2*100+(40+8))).
wordnum([three,thousand,two,hundred,and,forty,nine],[],3*1000+(2*100+(40+9))).
wordnum([three,thousand,two,hundred,and,fifty,one],[],3*1000+(2*100+(50+1))).
wordnum([three,thousand,two,hundred,and,fifty,two],[],3*1000+(2*100+(50+2))).
wordnum([three,thousand,two,hundred,and,fifty,three],[],3*1000+(2*100+(50+3))).
wordnum([three,thousand,two,hundred,and,fifty,four],[],3*1000+(2*100+(50+4))).
wordnum([three,thousand,two,hundred,and,fifty,five],[],3*1000+(2*100+(50+5))).
wordnum([three,thousand,two,hundred,and,fifty,six],[],3*1000+(2*100+(50+6))).
wordnum([three,thousand,two,hundred,and,fifty,seven],[],3*1000+(2*100+(50+7))).
wordnum([three,thousand,two,hundred,and,fifty,eight],[],3*1000+(2*100+(50+8))).
wordnum([three,thousand,two,hundred,and,fifty,nine],[],3*1000+(2*100+(50+9))).
wordnum([three,thousand,two,hundred,and,sixty,one],[],3*1000+(2*100+(60+1))).
wordnum([three,thousand,two,hundred,and,sixty,two],[],3*1000+(2*100+(60+2))).
wordnum([three,thousand,two,hundred,and,sixty,three],[],3*1000+(2*100+(60+3))).
wordnum([three,thousand,two,hundred,and,sixty,four],[],3*1000+(2*100+(60+4))).
wordnum([three,thousand,two,hundred,and,sixty,five],[],3*1000+(2*100+(60+5))).
wordnum([three,thousand,two,hundred,and,sixty,six],[],3*1000+(2*100+(60+6))).
wordnum([three,thousand,two,hundred,and,sixty,seven],[],3*1000+(2*100+(60+7))).
wordnum([three,thousand,two,hundred,and,sixty,eight],[],3*1000+(2*100+(60+8))).
wordnum([three,thousand,two,hundred,and,sixty,nine],[],3*1000+(2*100+(60+9))).
wordnum([three,thousand,two,hundred,and,seventy,one],[],3*1000+(2*100+(70+1))).
wordnum([three,thousand,two,hundred,and,seventy,two],[],3*1000+(2*100+(70+2))).
wordnum([three,thousand,two,hundred,and,seventy,three],[],3*1000+(2*100+(70+3))).
wordnum([three,thousand,two,hundred,and,seventy,four],[],3*1000+(2*100+(70+4))).
wordnum([three,thousand,two,hundred,and,seventy,five],[],3*1000+(2*100+(70+5))).
wordnum([three,thousand,two,hundred,and,seventy,six],[],3*1000+(2*100+(70+6))).
wordnum([three,thousand,two,hundred,and,seventy,seven],[],3*1000+(2*100+(70+7))).
wordnum([three,thousand,two,hundred,and,seventy,eight],[],3*1000+(2*100+(70+8))).
wordnum([three,thousand,two,hundred,and,seventy,nine],[],3*1000+(2*100+(70+9))).
wordnum([three,thousand,two,hundred,and,eighty,one],[],3*1000+(2*100+(80+1))).
wordnum([three,thousand,two,hundred,and,eighty,two],[],3*1000+(2*100+(80+2))).
wordnum([three,thousand,two,hundred,and,eighty,three],[],3*1000+(2*100+(80+3))).
wordnum([three,thousand,two,hundred,and,eighty,four],[],3*1000+(2*100+(80+4))).
wordnum([three,thousand,two,hundred,and,eighty,five],[],3*1000+(2*100+(80+5))).
wordnum([three,thousand,two,hundred,and,eighty,six],[],3*1000+(2*100+(80+6))).
wordnum([three,thousand,two,hundred,and,eighty,seven],[],3*1000+(2*100+(80+7))).
wordnum([three,thousand,two,hundred,and,eighty,eight],[],3*1000+(2*100+(80+8))).
wordnum([three,thousand,two,hundred,and,eighty,nine],[],3*1000+(2*100+(80+9))).
wordnum([three,thousand,two,hundred,and,ninety,one],[],3*1000+(2*100+(90+1))).
wordnum([three,thousand,two,hundred,and,ninety,two],[],3*1000+(2*100+(90+2))).
wordnum([three,thousand,two,hundred,and,ninety,three],[],3*1000+(2*100+(90+3))).
wordnum([three,thousand,two,hundred,and,ninety,four],[],3*1000+(2*100+(90+4))).
wordnum([three,thousand,two,hundred,and,ninety,five],[],3*1000+(2*100+(90+5))).
wordnum([three,thousand,two,hundred,and,ninety,six],[],3*1000+(2*100+(90+6))).
wordnum([three,thousand,two,hundred,and,ninety,seven],[],3*1000+(2*100+(90+7))).
wordnum([three,thousand,two,hundred,and,ninety,eight],[],3*1000+(2*100+(90+8))).
wordnum([three,thousand,two,hundred,and,ninety,nine],[],3*1000+(2*100+(90+9))).
wordnum([three,thousand,three,hundred,and,one],[],3*1000+(3*100+1)).
wordnum([three,thousand,three,hundred,and,two],[],3*1000+(3*100+2)).
wordnum([three,thousand,three,hundred,and,three],[],3*1000+(3*100+3)).
wordnum([three,thousand,three,hundred,and,four],[],3*1000+(3*100+4)).
wordnum([three,thousand,three,hundred,and,five],[],3*1000+(3*100+5)).
wordnum([three,thousand,three,hundred,and,six],[],3*1000+(3*100+6)).
wordnum([three,thousand,three,hundred,and,seven],[],3*1000+(3*100+7)).
wordnum([three,thousand,three,hundred,and,eight],[],3*1000+(3*100+8)).
wordnum([three,thousand,three,hundred,and,nine],[],3*1000+(3*100+9)).
wordnum([three,thousand,three,hundred,and,ten],[],3*1000+(3*100+10)).
wordnum([three,thousand,three,hundred,and,eleven],[],3*1000+(3*100+11)).
wordnum([three,thousand,three,hundred,and,twelve],[],3*1000+(3*100+12)).
wordnum([three,thousand,three,hundred,and,thirteen],[],3*1000+(3*100+13)).
wordnum([three,thousand,three,hundred,and,fourteen],[],3*1000+(3*100+14)).
wordnum([three,thousand,three,hundred,and,fifteen],[],3*1000+(3*100+15)).
wordnum([three,thousand,three,hundred,and,sixteen],[],3*1000+(3*100+16)).
wordnum([three,thousand,three,hundred,and,seventeen],[],3*1000+(3*100+17)).
wordnum([three,thousand,three,hundred,and,eighteen],[],3*1000+(3*100+18)).
wordnum([three,thousand,three,hundred,and,nineteen],[],3*1000+(3*100+19)).
wordnum([three,thousand,three,hundred,and,twenty],[],3*1000+(3*100+20)).
wordnum([three,thousand,three,hundred,and,thirty],[],3*1000+(3*100+30)).
wordnum([three,thousand,three,hundred,and,forty],[],3*1000+(3*100+40)).
wordnum([three,thousand,three,hundred,and,fifty],[],3*1000+(3*100+50)).
wordnum([three,thousand,three,hundred,and,sixty],[],3*1000+(3*100+60)).
wordnum([three,thousand,three,hundred,and,seventy],[],3*1000+(3*100+70)).
wordnum([three,thousand,three,hundred,and,eighty],[],3*1000+(3*100+80)).
wordnum([three,thousand,three,hundred,and,ninety],[],3*1000+(3*100+90)).
wordnum([three,thousand,three,hundred,and,twenty,one],[],3*1000+(3*100+(20+1))).
wordnum([three,thousand,three,hundred,and,twenty,two],[],3*1000+(3*100+(20+2))).
wordnum([three,thousand,three,hundred,and,twenty,three],[],3*1000+(3*100+(20+3))).
wordnum([three,thousand,three,hundred,and,twenty,four],[],3*1000+(3*100+(20+4))).
wordnum([three,thousand,three,hundred,and,twenty,five],[],3*1000+(3*100+(20+5))).
wordnum([three,thousand,three,hundred,and,twenty,six],[],3*1000+(3*100+(20+6))).
wordnum([three,thousand,three,hundred,and,twenty,seven],[],3*1000+(3*100+(20+7))).
wordnum([three,thousand,three,hundred,and,twenty,eight],[],3*1000+(3*100+(20+8))).
wordnum([three,thousand,three,hundred,and,twenty,nine],[],3*1000+(3*100+(20+9))).
wordnum([three,thousand,three,hundred,and,thirty,one],[],3*1000+(3*100+(30+1))).
wordnum([three,thousand,three,hundred,and,thirty,two],[],3*1000+(3*100+(30+2))).
wordnum([three,thousand,three,hundred,and,thirty,three],[],3*1000+(3*100+(30+3))).
wordnum([three,thousand,three,hundred,and,thirty,four],[],3*1000+(3*100+(30+4))).
wordnum([three,thousand,three,hundred,and,thirty,five],[],3*1000+(3*100+(30+5))).
wordnum([three,thousand,three,hundred,and,thirty,six],[],3*1000+(3*100+(30+6))).
wordnum([three,thousand,three,hundred,and,thirty,seven],[],3*1000+(3*100+(30+7))).
wordnum([three,thousand,three,hundred,and,thirty,eight],[],3*1000+(3*100+(30+8))).
wordnum([three,thousand,three,hundred,and,thirty,nine],[],3*1000+(3*100+(30+9))).
wordnum([three,thousand,three,hundred,and,forty,one],[],3*1000+(3*100+(40+1))).
wordnum([three,thousand,three,hundred,and,forty,two],[],3*1000+(3*100+(40+2))).
wordnum([three,thousand,three,hundred,and,forty,three],[],3*1000+(3*100+(40+3))).
wordnum([three,thousand,three,hundred,and,forty,four],[],3*1000+(3*100+(40+4))).
wordnum([three,thousand,three,hundred,and,forty,five],[],3*1000+(3*100+(40+5))).
wordnum([three,thousand,three,hundred,and,forty,six],[],3*1000+(3*100+(40+6))).
wordnum([three,thousand,three,hundred,and,forty,seven],[],3*1000+(3*100+(40+7))).
wordnum([three,thousand,three,hundred,and,forty,eight],[],3*1000+(3*100+(40+8))).
wordnum([three,thousand,three,hundred,and,forty,nine],[],3*1000+(3*100+(40+9))).
wordnum([three,thousand,three,hundred,and,fifty,one],[],3*1000+(3*100+(50+1))).
wordnum([three,thousand,three,hundred,and,fifty,two],[],3*1000+(3*100+(50+2))).
wordnum([three,thousand,three,hundred,and,fifty,three],[],3*1000+(3*100+(50+3))).
wordnum([three,thousand,three,hundred,and,fifty,four],[],3*1000+(3*100+(50+4))).
wordnum([three,thousand,three,hundred,and,fifty,five],[],3*1000+(3*100+(50+5))).
wordnum([three,thousand,three,hundred,and,fifty,six],[],3*1000+(3*100+(50+6))).
wordnum([three,thousand,three,hundred,and,fifty,seven],[],3*1000+(3*100+(50+7))).
wordnum([three,thousand,three,hundred,and,fifty,eight],[],3*1000+(3*100+(50+8))).
wordnum([three,thousand,three,hundred,and,fifty,nine],[],3*1000+(3*100+(50+9))).
wordnum([three,thousand,three,hundred,and,sixty,one],[],3*1000+(3*100+(60+1))).
wordnum([three,thousand,three,hundred,and,sixty,two],[],3*1000+(3*100+(60+2))).
wordnum([three,thousand,three,hundred,and,sixty,three],[],3*1000+(3*100+(60+3))).
wordnum([three,thousand,three,hundred,and,sixty,four],[],3*1000+(3*100+(60+4))).
wordnum([three,thousand,three,hundred,and,sixty,five],[],3*1000+(3*100+(60+5))).
wordnum([three,thousand,three,hundred,and,sixty,six],[],3*1000+(3*100+(60+6))).
wordnum([three,thousand,three,hundred,and,sixty,seven],[],3*1000+(3*100+(60+7))).
wordnum([three,thousand,three,hundred,and,sixty,eight],[],3*1000+(3*100+(60+8))).
wordnum([three,thousand,three,hundred,and,sixty,nine],[],3*1000+(3*100+(60+9))).
wordnum([three,thousand,three,hundred,and,seventy,one],[],3*1000+(3*100+(70+1))).
wordnum([three,thousand,three,hundred,and,seventy,two],[],3*1000+(3*100+(70+2))).
wordnum([three,thousand,three,hundred,and,seventy,three],[],3*1000+(3*100+(70+3))).
wordnum([three,thousand,three,hundred,and,seventy,four],[],3*1000+(3*100+(70+4))).
wordnum([three,thousand,three,hundred,and,seventy,five],[],3*1000+(3*100+(70+5))).
wordnum([three,thousand,three,hundred,and,seventy,six],[],3*1000+(3*100+(70+6))).
wordnum([three,thousand,three,hundred,and,seventy,seven],[],3*1000+(3*100+(70+7))).
wordnum([three,thousand,three,hundred,and,seventy,eight],[],3*1000+(3*100+(70+8))).
wordnum([three,thousand,three,hundred,and,seventy,nine],[],3*1000+(3*100+(70+9))).
wordnum([three,thousand,three,hundred,and,eighty,one],[],3*1000+(3*100+(80+1))).
wordnum([three,thousand,three,hundred,and,eighty,two],[],3*1000+(3*100+(80+2))).
wordnum([three,thousand,three,hundred,and,eighty,three],[],3*1000+(3*100+(80+3))).
wordnum([three,thousand,three,hundred,and,eighty,four],[],3*1000+(3*100+(80+4))).
wordnum([three,thousand,three,hundred,and,eighty,five],[],3*1000+(3*100+(80+5))).
wordnum([three,thousand,three,hundred,and,eighty,six],[],3*1000+(3*100+(80+6))).
wordnum([three,thousand,three,hundred,and,eighty,seven],[],3*1000+(3*100+(80+7))).
wordnum([three,thousand,three,hundred,and,eighty,eight],[],3*1000+(3*100+(80+8))).
wordnum([three,thousand,three,hundred,and,eighty,nine],[],3*1000+(3*100+(80+9))).
wordnum([three,thousand,three,hundred,and,ninety,one],[],3*1000+(3*100+(90+1))).
wordnum([three,thousand,three,hundred,and,ninety,two],[],3*1000+(3*100+(90+2))).
wordnum([three,thousand,three,hundred,and,ninety,three],[],3*1000+(3*100+(90+3))).
wordnum([three,thousand,three,hundred,and,ninety,four],[],3*1000+(3*100+(90+4))).
wordnum([three,thousand,three,hundred,and,ninety,five],[],3*1000+(3*100+(90+5))).
wordnum([three,thousand,three,hundred,and,ninety,six],[],3*1000+(3*100+(90+6))).
wordnum([three,thousand,three,hundred,and,ninety,seven],[],3*1000+(3*100+(90+7))).
wordnum([three,thousand,three,hundred,and,ninety,eight],[],3*1000+(3*100+(90+8))).
wordnum([three,thousand,three,hundred,and,ninety,nine],[],3*1000+(3*100+(90+9))).
wordnum([three,thousand,four,hundred,and,one],[],3*1000+(4*100+1)).
wordnum([three,thousand,four,hundred,and,two],[],3*1000+(4*100+2)).
wordnum([three,thousand,four,hundred,and,three],[],3*1000+(4*100+3)).
wordnum([three,thousand,four,hundred,and,four],[],3*1000+(4*100+4)).
wordnum([three,thousand,four,hundred,and,five],[],3*1000+(4*100+5)).
wordnum([three,thousand,four,hundred,and,six],[],3*1000+(4*100+6)).
wordnum([three,thousand,four,hundred,and,seven],[],3*1000+(4*100+7)).
wordnum([three,thousand,four,hundred,and,eight],[],3*1000+(4*100+8)).
wordnum([three,thousand,four,hundred,and,nine],[],3*1000+(4*100+9)).
wordnum([three,thousand,four,hundred,and,ten],[],3*1000+(4*100+10)).
wordnum([three,thousand,four,hundred,and,eleven],[],3*1000+(4*100+11)).
wordnum([three,thousand,four,hundred,and,twelve],[],3*1000+(4*100+12)).
wordnum([three,thousand,four,hundred,and,thirteen],[],3*1000+(4*100+13)).
wordnum([three,thousand,four,hundred,and,fourteen],[],3*1000+(4*100+14)).
wordnum([three,thousand,four,hundred,and,fifteen],[],3*1000+(4*100+15)).
wordnum([three,thousand,four,hundred,and,sixteen],[],3*1000+(4*100+16)).
wordnum([three,thousand,four,hundred,and,seventeen],[],3*1000+(4*100+17)).
wordnum([three,thousand,four,hundred,and,eighteen],[],3*1000+(4*100+18)).
wordnum([three,thousand,four,hundred,and,nineteen],[],3*1000+(4*100+19)).
wordnum([three,thousand,four,hundred,and,twenty],[],3*1000+(4*100+20)).
wordnum([three,thousand,four,hundred,and,thirty],[],3*1000+(4*100+30)).
wordnum([three,thousand,four,hundred,and,forty],[],3*1000+(4*100+40)).
wordnum([three,thousand,four,hundred,and,fifty],[],3*1000+(4*100+50)).
wordnum([three,thousand,four,hundred,and,sixty],[],3*1000+(4*100+60)).
wordnum([three,thousand,four,hundred,and,seventy],[],3*1000+(4*100+70)).
wordnum([three,thousand,four,hundred,and,eighty],[],3*1000+(4*100+80)).
wordnum([three,thousand,four,hundred,and,ninety],[],3*1000+(4*100+90)).
wordnum([three,thousand,four,hundred,and,twenty,one],[],3*1000+(4*100+(20+1))).
wordnum([three,thousand,four,hundred,and,twenty,two],[],3*1000+(4*100+(20+2))).
wordnum([three,thousand,four,hundred,and,twenty,three],[],3*1000+(4*100+(20+3))).
wordnum([three,thousand,four,hundred,and,twenty,four],[],3*1000+(4*100+(20+4))).
wordnum([three,thousand,four,hundred,and,twenty,five],[],3*1000+(4*100+(20+5))).
wordnum([three,thousand,four,hundred,and,twenty,six],[],3*1000+(4*100+(20+6))).
wordnum([three,thousand,four,hundred,and,twenty,seven],[],3*1000+(4*100+(20+7))).
wordnum([three,thousand,four,hundred,and,twenty,eight],[],3*1000+(4*100+(20+8))).
wordnum([three,thousand,four,hundred,and,twenty,nine],[],3*1000+(4*100+(20+9))).
wordnum([three,thousand,four,hundred,and,thirty,one],[],3*1000+(4*100+(30+1))).
wordnum([three,thousand,four,hundred,and,thirty,two],[],3*1000+(4*100+(30+2))).
wordnum([three,thousand,four,hundred,and,thirty,three],[],3*1000+(4*100+(30+3))).
wordnum([three,thousand,four,hundred,and,thirty,four],[],3*1000+(4*100+(30+4))).
wordnum([three,thousand,four,hundred,and,thirty,five],[],3*1000+(4*100+(30+5))).
wordnum([three,thousand,four,hundred,and,thirty,six],[],3*1000+(4*100+(30+6))).
wordnum([three,thousand,four,hundred,and,thirty,seven],[],3*1000+(4*100+(30+7))).
wordnum([three,thousand,four,hundred,and,thirty,eight],[],3*1000+(4*100+(30+8))).
wordnum([three,thousand,four,hundred,and,thirty,nine],[],3*1000+(4*100+(30+9))).
wordnum([three,thousand,four,hundred,and,forty,one],[],3*1000+(4*100+(40+1))).
wordnum([three,thousand,four,hundred,and,forty,two],[],3*1000+(4*100+(40+2))).
wordnum([three,thousand,four,hundred,and,forty,three],[],3*1000+(4*100+(40+3))).
wordnum([three,thousand,four,hundred,and,forty,four],[],3*1000+(4*100+(40+4))).
wordnum([three,thousand,four,hundred,and,forty,five],[],3*1000+(4*100+(40+5))).
wordnum([three,thousand,four,hundred,and,forty,six],[],3*1000+(4*100+(40+6))).
wordnum([three,thousand,four,hundred,and,forty,seven],[],3*1000+(4*100+(40+7))).
wordnum([three,thousand,four,hundred,and,forty,eight],[],3*1000+(4*100+(40+8))).
wordnum([three,thousand,four,hundred,and,forty,nine],[],3*1000+(4*100+(40+9))).
wordnum([three,thousand,four,hundred,and,fifty,one],[],3*1000+(4*100+(50+1))).
wordnum([three,thousand,four,hundred,and,fifty,two],[],3*1000+(4*100+(50+2))).
wordnum([three,thousand,four,hundred,and,fifty,three],[],3*1000+(4*100+(50+3))).
wordnum([three,thousand,four,hundred,and,fifty,four],[],3*1000+(4*100+(50+4))).
wordnum([three,thousand,four,hundred,and,fifty,five],[],3*1000+(4*100+(50+5))).
wordnum([three,thousand,four,hundred,and,fifty,six],[],3*1000+(4*100+(50+6))).
wordnum([three,thousand,four,hundred,and,fifty,seven],[],3*1000+(4*100+(50+7))).
wordnum([three,thousand,four,hundred,and,fifty,eight],[],3*1000+(4*100+(50+8))).
wordnum([three,thousand,four,hundred,and,fifty,nine],[],3*1000+(4*100+(50+9))).
wordnum([three,thousand,four,hundred,and,sixty,one],[],3*1000+(4*100+(60+1))).
wordnum([three,thousand,four,hundred,and,sixty,two],[],3*1000+(4*100+(60+2))).
wordnum([three,thousand,four,hundred,and,sixty,three],[],3*1000+(4*100+(60+3))).
wordnum([three,thousand,four,hundred,and,sixty,four],[],3*1000+(4*100+(60+4))).
wordnum([three,thousand,four,hundred,and,sixty,five],[],3*1000+(4*100+(60+5))).
wordnum([three,thousand,four,hundred,and,sixty,six],[],3*1000+(4*100+(60+6))).
wordnum([three,thousand,four,hundred,and,sixty,seven],[],3*1000+(4*100+(60+7))).
wordnum([three,thousand,four,hundred,and,sixty,eight],[],3*1000+(4*100+(60+8))).
wordnum([three,thousand,four,hundred,and,sixty,nine],[],3*1000+(4*100+(60+9))).
wordnum([three,thousand,four,hundred,and,seventy,one],[],3*1000+(4*100+(70+1))).
wordnum([three,thousand,four,hundred,and,seventy,two],[],3*1000+(4*100+(70+2))).
wordnum([three,thousand,four,hundred,and,seventy,three],[],3*1000+(4*100+(70+3))).
wordnum([three,thousand,four,hundred,and,seventy,four],[],3*1000+(4*100+(70+4))).
wordnum([three,thousand,four,hundred,and,seventy,five],[],3*1000+(4*100+(70+5))).
wordnum([three,thousand,four,hundred,and,seventy,six],[],3*1000+(4*100+(70+6))).
wordnum([three,thousand,four,hundred,and,seventy,seven],[],3*1000+(4*100+(70+7))).
wordnum([three,thousand,four,hundred,and,seventy,eight],[],3*1000+(4*100+(70+8))).
wordnum([three,thousand,four,hundred,and,seventy,nine],[],3*1000+(4*100+(70+9))).
wordnum([three,thousand,four,hundred,and,eighty,one],[],3*1000+(4*100+(80+1))).
wordnum([three,thousand,four,hundred,and,eighty,two],[],3*1000+(4*100+(80+2))).
wordnum([three,thousand,four,hundred,and,eighty,three],[],3*1000+(4*100+(80+3))).
wordnum([three,thousand,four,hundred,and,eighty,four],[],3*1000+(4*100+(80+4))).
wordnum([three,thousand,four,hundred,and,eighty,five],[],3*1000+(4*100+(80+5))).
wordnum([three,thousand,four,hundred,and,eighty,six],[],3*1000+(4*100+(80+6))).
wordnum([three,thousand,four,hundred,and,eighty,seven],[],3*1000+(4*100+(80+7))).
wordnum([three,thousand,four,hundred,and,eighty,eight],[],3*1000+(4*100+(80+8))).
wordnum([three,thousand,four,hundred,and,eighty,nine],[],3*1000+(4*100+(80+9))).
wordnum([three,thousand,four,hundred,and,ninety,one],[],3*1000+(4*100+(90+1))).
wordnum([three,thousand,four,hundred,and,ninety,two],[],3*1000+(4*100+(90+2))).
wordnum([three,thousand,four,hundred,and,ninety,three],[],3*1000+(4*100+(90+3))).
wordnum([three,thousand,four,hundred,and,ninety,four],[],3*1000+(4*100+(90+4))).
wordnum([three,thousand,four,hundred,and,ninety,five],[],3*1000+(4*100+(90+5))).
wordnum([three,thousand,four,hundred,and,ninety,six],[],3*1000+(4*100+(90+6))).
wordnum([three,thousand,four,hundred,and,ninety,seven],[],3*1000+(4*100+(90+7))).
wordnum([three,thousand,four,hundred,and,ninety,eight],[],3*1000+(4*100+(90+8))).
wordnum([three,thousand,four,hundred,and,ninety,nine],[],3*1000+(4*100+(90+9))).
wordnum([three,thousand,five,hundred,and,one],[],3*1000+(5*100+1)).
wordnum([three,thousand,five,hundred,and,two],[],3*1000+(5*100+2)).
wordnum([three,thousand,five,hundred,and,three],[],3*1000+(5*100+3)).
wordnum([three,thousand,five,hundred,and,four],[],3*1000+(5*100+4)).
wordnum([three,thousand,five,hundred,and,five],[],3*1000+(5*100+5)).
wordnum([three,thousand,five,hundred,and,six],[],3*1000+(5*100+6)).
wordnum([three,thousand,five,hundred,and,seven],[],3*1000+(5*100+7)).
wordnum([three,thousand,five,hundred,and,eight],[],3*1000+(5*100+8)).
wordnum([three,thousand,five,hundred,and,nine],[],3*1000+(5*100+9)).
wordnum([three,thousand,five,hundred,and,ten],[],3*1000+(5*100+10)).
wordnum([three,thousand,five,hundred,and,eleven],[],3*1000+(5*100+11)).
wordnum([three,thousand,five,hundred,and,twelve],[],3*1000+(5*100+12)).
wordnum([three,thousand,five,hundred,and,thirteen],[],3*1000+(5*100+13)).
wordnum([three,thousand,five,hundred,and,fourteen],[],3*1000+(5*100+14)).
wordnum([three,thousand,five,hundred,and,fifteen],[],3*1000+(5*100+15)).
wordnum([three,thousand,five,hundred,and,sixteen],[],3*1000+(5*100+16)).
wordnum([three,thousand,five,hundred,and,seventeen],[],3*1000+(5*100+17)).
wordnum([three,thousand,five,hundred,and,eighteen],[],3*1000+(5*100+18)).
wordnum([three,thousand,five,hundred,and,nineteen],[],3*1000+(5*100+19)).
wordnum([three,thousand,five,hundred,and,twenty],[],3*1000+(5*100+20)).
wordnum([three,thousand,five,hundred,and,thirty],[],3*1000+(5*100+30)).
wordnum([three,thousand,five,hundred,and,forty],[],3*1000+(5*100+40)).
wordnum([three,thousand,five,hundred,and,fifty],[],3*1000+(5*100+50)).
wordnum([three,thousand,five,hundred,and,sixty],[],3*1000+(5*100+60)).
wordnum([three,thousand,five,hundred,and,seventy],[],3*1000+(5*100+70)).
wordnum([three,thousand,five,hundred,and,eighty],[],3*1000+(5*100+80)).
wordnum([three,thousand,five,hundred,and,ninety],[],3*1000+(5*100+90)).
wordnum([three,thousand,five,hundred,and,twenty,one],[],3*1000+(5*100+(20+1))).
wordnum([three,thousand,five,hundred,and,twenty,two],[],3*1000+(5*100+(20+2))).
wordnum([three,thousand,five,hundred,and,twenty,three],[],3*1000+(5*100+(20+3))).
wordnum([three,thousand,five,hundred,and,twenty,four],[],3*1000+(5*100+(20+4))).
wordnum([three,thousand,five,hundred,and,twenty,five],[],3*1000+(5*100+(20+5))).
wordnum([three,thousand,five,hundred,and,twenty,six],[],3*1000+(5*100+(20+6))).
wordnum([three,thousand,five,hundred,and,twenty,seven],[],3*1000+(5*100+(20+7))).
wordnum([three,thousand,five,hundred,and,twenty,eight],[],3*1000+(5*100+(20+8))).
wordnum([three,thousand,five,hundred,and,twenty,nine],[],3*1000+(5*100+(20+9))).
wordnum([three,thousand,five,hundred,and,thirty,one],[],3*1000+(5*100+(30+1))).
wordnum([three,thousand,five,hundred,and,thirty,two],[],3*1000+(5*100+(30+2))).
wordnum([three,thousand,five,hundred,and,thirty,three],[],3*1000+(5*100+(30+3))).
wordnum([three,thousand,five,hundred,and,thirty,four],[],3*1000+(5*100+(30+4))).
wordnum([three,thousand,five,hundred,and,thirty,five],[],3*1000+(5*100+(30+5))).
wordnum([three,thousand,five,hundred,and,thirty,six],[],3*1000+(5*100+(30+6))).
wordnum([three,thousand,five,hundred,and,thirty,seven],[],3*1000+(5*100+(30+7))).
wordnum([three,thousand,five,hundred,and,thirty,eight],[],3*1000+(5*100+(30+8))).
wordnum([three,thousand,five,hundred,and,thirty,nine],[],3*1000+(5*100+(30+9))).
wordnum([three,thousand,five,hundred,and,forty,one],[],3*1000+(5*100+(40+1))).
wordnum([three,thousand,five,hundred,and,forty,two],[],3*1000+(5*100+(40+2))).
wordnum([three,thousand,five,hundred,and,forty,three],[],3*1000+(5*100+(40+3))).
wordnum([three,thousand,five,hundred,and,forty,four],[],3*1000+(5*100+(40+4))).
wordnum([three,thousand,five,hundred,and,forty,five],[],3*1000+(5*100+(40+5))).
wordnum([three,thousand,five,hundred,and,forty,six],[],3*1000+(5*100+(40+6))).
wordnum([three,thousand,five,hundred,and,forty,seven],[],3*1000+(5*100+(40+7))).
wordnum([three,thousand,five,hundred,and,forty,eight],[],3*1000+(5*100+(40+8))).
wordnum([three,thousand,five,hundred,and,forty,nine],[],3*1000+(5*100+(40+9))).
wordnum([three,thousand,five,hundred,and,fifty,one],[],3*1000+(5*100+(50+1))).
wordnum([three,thousand,five,hundred,and,fifty,two],[],3*1000+(5*100+(50+2))).
wordnum([three,thousand,five,hundred,and,fifty,three],[],3*1000+(5*100+(50+3))).
wordnum([three,thousand,five,hundred,and,fifty,four],[],3*1000+(5*100+(50+4))).
wordnum([three,thousand,five,hundred,and,fifty,five],[],3*1000+(5*100+(50+5))).
wordnum([three,thousand,five,hundred,and,fifty,six],[],3*1000+(5*100+(50+6))).
wordnum([three,thousand,five,hundred,and,fifty,seven],[],3*1000+(5*100+(50+7))).
wordnum([three,thousand,five,hundred,and,fifty,eight],[],3*1000+(5*100+(50+8))).
wordnum([three,thousand,five,hundred,and,fifty,nine],[],3*1000+(5*100+(50+9))).
wordnum([three,thousand,five,hundred,and,sixty,one],[],3*1000+(5*100+(60+1))).
wordnum([three,thousand,five,hundred,and,sixty,two],[],3*1000+(5*100+(60+2))).
wordnum([three,thousand,five,hundred,and,sixty,three],[],3*1000+(5*100+(60+3))).
wordnum([three,thousand,five,hundred,and,sixty,four],[],3*1000+(5*100+(60+4))).
wordnum([three,thousand,five,hundred,and,sixty,five],[],3*1000+(5*100+(60+5))).
wordnum([three,thousand,five,hundred,and,sixty,six],[],3*1000+(5*100+(60+6))).
wordnum([three,thousand,five,hundred,and,sixty,seven],[],3*1000+(5*100+(60+7))).
wordnum([three,thousand,five,hundred,and,sixty,eight],[],3*1000+(5*100+(60+8))).
wordnum([three,thousand,five,hundred,and,sixty,nine],[],3*1000+(5*100+(60+9))).
wordnum([three,thousand,five,hundred,and,seventy,one],[],3*1000+(5*100+(70+1))).
wordnum([three,thousand,five,hundred,and,seventy,two],[],3*1000+(5*100+(70+2))).
wordnum([three,thousand,five,hundred,and,seventy,three],[],3*1000+(5*100+(70+3))).
wordnum([three,thousand,five,hundred,and,seventy,four],[],3*1000+(5*100+(70+4))).
wordnum([three,thousand,five,hundred,and,seventy,five],[],3*1000+(5*100+(70+5))).
wordnum([three,thousand,five,hundred,and,seventy,six],[],3*1000+(5*100+(70+6))).
wordnum([three,thousand,five,hundred,and,seventy,seven],[],3*1000+(5*100+(70+7))).
wordnum([three,thousand,five,hundred,and,seventy,eight],[],3*1000+(5*100+(70+8))).
wordnum([three,thousand,five,hundred,and,seventy,nine],[],3*1000+(5*100+(70+9))).
wordnum([three,thousand,five,hundred,and,eighty,one],[],3*1000+(5*100+(80+1))).
wordnum([three,thousand,five,hundred,and,eighty,two],[],3*1000+(5*100+(80+2))).
wordnum([three,thousand,five,hundred,and,eighty,three],[],3*1000+(5*100+(80+3))).
wordnum([three,thousand,five,hundred,and,eighty,four],[],3*1000+(5*100+(80+4))).
wordnum([three,thousand,five,hundred,and,eighty,five],[],3*1000+(5*100+(80+5))).
wordnum([three,thousand,five,hundred,and,eighty,six],[],3*1000+(5*100+(80+6))).
wordnum([three,thousand,five,hundred,and,eighty,seven],[],3*1000+(5*100+(80+7))).
wordnum([three,thousand,five,hundred,and,eighty,eight],[],3*1000+(5*100+(80+8))).
wordnum([three,thousand,five,hundred,and,eighty,nine],[],3*1000+(5*100+(80+9))).
wordnum([three,thousand,five,hundred,and,ninety,one],[],3*1000+(5*100+(90+1))).
wordnum([three,thousand,five,hundred,and,ninety,two],[],3*1000+(5*100+(90+2))).
wordnum([three,thousand,five,hundred,and,ninety,three],[],3*1000+(5*100+(90+3))).
wordnum([three,thousand,five,hundred,and,ninety,four],[],3*1000+(5*100+(90+4))).
wordnum([three,thousand,five,hundred,and,ninety,five],[],3*1000+(5*100+(90+5))).
wordnum([three,thousand,five,hundred,and,ninety,six],[],3*1000+(5*100+(90+6))).
wordnum([three,thousand,five,hundred,and,ninety,seven],[],3*1000+(5*100+(90+7))).
wordnum([three,thousand,five,hundred,and,ninety,eight],[],3*1000+(5*100+(90+8))).
wordnum([three,thousand,five,hundred,and,ninety,nine],[],3*1000+(5*100+(90+9))).
wordnum([three,thousand,six,hundred,and,one],[],3*1000+(6*100+1)).
wordnum([three,thousand,six,hundred,and,two],[],3*1000+(6*100+2)).
wordnum([three,thousand,six,hundred,and,three],[],3*1000+(6*100+3)).
wordnum([three,thousand,six,hundred,and,four],[],3*1000+(6*100+4)).
wordnum([three,thousand,six,hundred,and,five],[],3*1000+(6*100+5)).
wordnum([three,thousand,six,hundred,and,six],[],3*1000+(6*100+6)).
wordnum([three,thousand,six,hundred,and,seven],[],3*1000+(6*100+7)).
wordnum([three,thousand,six,hundred,and,eight],[],3*1000+(6*100+8)).
wordnum([three,thousand,six,hundred,and,nine],[],3*1000+(6*100+9)).
wordnum([three,thousand,six,hundred,and,ten],[],3*1000+(6*100+10)).
wordnum([three,thousand,six,hundred,and,eleven],[],3*1000+(6*100+11)).
wordnum([three,thousand,six,hundred,and,twelve],[],3*1000+(6*100+12)).
wordnum([three,thousand,six,hundred,and,thirteen],[],3*1000+(6*100+13)).
wordnum([three,thousand,six,hundred,and,fourteen],[],3*1000+(6*100+14)).
wordnum([three,thousand,six,hundred,and,fifteen],[],3*1000+(6*100+15)).
wordnum([three,thousand,six,hundred,and,sixteen],[],3*1000+(6*100+16)).
wordnum([three,thousand,six,hundred,and,seventeen],[],3*1000+(6*100+17)).
wordnum([three,thousand,six,hundred,and,eighteen],[],3*1000+(6*100+18)).
wordnum([three,thousand,six,hundred,and,nineteen],[],3*1000+(6*100+19)).
wordnum([three,thousand,six,hundred,and,twenty],[],3*1000+(6*100+20)).
wordnum([three,thousand,six,hundred,and,thirty],[],3*1000+(6*100+30)).
wordnum([three,thousand,six,hundred,and,forty],[],3*1000+(6*100+40)).
wordnum([three,thousand,six,hundred,and,fifty],[],3*1000+(6*100+50)).
wordnum([three,thousand,six,hundred,and,sixty],[],3*1000+(6*100+60)).
wordnum([three,thousand,six,hundred,and,seventy],[],3*1000+(6*100+70)).
wordnum([three,thousand,six,hundred,and,eighty],[],3*1000+(6*100+80)).
wordnum([three,thousand,six,hundred,and,ninety],[],3*1000+(6*100+90)).
wordnum([three,thousand,six,hundred,and,twenty,one],[],3*1000+(6*100+(20+1))).
wordnum([three,thousand,six,hundred,and,twenty,two],[],3*1000+(6*100+(20+2))).
wordnum([three,thousand,six,hundred,and,twenty,three],[],3*1000+(6*100+(20+3))).
wordnum([three,thousand,six,hundred,and,twenty,four],[],3*1000+(6*100+(20+4))).
wordnum([three,thousand,six,hundred,and,twenty,five],[],3*1000+(6*100+(20+5))).
wordnum([three,thousand,six,hundred,and,twenty,six],[],3*1000+(6*100+(20+6))).
wordnum([three,thousand,six,hundred,and,twenty,seven],[],3*1000+(6*100+(20+7))).
wordnum([three,thousand,six,hundred,and,twenty,eight],[],3*1000+(6*100+(20+8))).
wordnum([three,thousand,six,hundred,and,twenty,nine],[],3*1000+(6*100+(20+9))).
wordnum([three,thousand,six,hundred,and,thirty,one],[],3*1000+(6*100+(30+1))).
wordnum([three,thousand,six,hundred,and,thirty,two],[],3*1000+(6*100+(30+2))).
wordnum([three,thousand,six,hundred,and,thirty,three],[],3*1000+(6*100+(30+3))).
wordnum([three,thousand,six,hundred,and,thirty,four],[],3*1000+(6*100+(30+4))).
wordnum([three,thousand,six,hundred,and,thirty,five],[],3*1000+(6*100+(30+5))).
wordnum([three,thousand,six,hundred,and,thirty,six],[],3*1000+(6*100+(30+6))).
wordnum([three,thousand,six,hundred,and,thirty,seven],[],3*1000+(6*100+(30+7))).
wordnum([three,thousand,six,hundred,and,thirty,eight],[],3*1000+(6*100+(30+8))).
wordnum([three,thousand,six,hundred,and,thirty,nine],[],3*1000+(6*100+(30+9))).
wordnum([three,thousand,six,hundred,and,forty,one],[],3*1000+(6*100+(40+1))).
wordnum([three,thousand,six,hundred,and,forty,two],[],3*1000+(6*100+(40+2))).
wordnum([three,thousand,six,hundred,and,forty,three],[],3*1000+(6*100+(40+3))).
wordnum([three,thousand,six,hundred,and,forty,four],[],3*1000+(6*100+(40+4))).
wordnum([three,thousand,six,hundred,and,forty,five],[],3*1000+(6*100+(40+5))).
wordnum([three,thousand,six,hundred,and,forty,six],[],3*1000+(6*100+(40+6))).
wordnum([three,thousand,six,hundred,and,forty,seven],[],3*1000+(6*100+(40+7))).
wordnum([three,thousand,six,hundred,and,forty,eight],[],3*1000+(6*100+(40+8))).
wordnum([three,thousand,six,hundred,and,forty,nine],[],3*1000+(6*100+(40+9))).
wordnum([three,thousand,six,hundred,and,fifty,one],[],3*1000+(6*100+(50+1))).
wordnum([three,thousand,six,hundred,and,fifty,two],[],3*1000+(6*100+(50+2))).
wordnum([three,thousand,six,hundred,and,fifty,three],[],3*1000+(6*100+(50+3))).
wordnum([three,thousand,six,hundred,and,fifty,four],[],3*1000+(6*100+(50+4))).
wordnum([three,thousand,six,hundred,and,fifty,five],[],3*1000+(6*100+(50+5))).
wordnum([three,thousand,six,hundred,and,fifty,six],[],3*1000+(6*100+(50+6))).
wordnum([three,thousand,six,hundred,and,fifty,seven],[],3*1000+(6*100+(50+7))).
wordnum([three,thousand,six,hundred,and,fifty,eight],[],3*1000+(6*100+(50+8))).
wordnum([three,thousand,six,hundred,and,fifty,nine],[],3*1000+(6*100+(50+9))).
wordnum([three,thousand,six,hundred,and,sixty,one],[],3*1000+(6*100+(60+1))).
wordnum([three,thousand,six,hundred,and,sixty,two],[],3*1000+(6*100+(60+2))).
wordnum([three,thousand,six,hundred,and,sixty,three],[],3*1000+(6*100+(60+3))).
wordnum([three,thousand,six,hundred,and,sixty,four],[],3*1000+(6*100+(60+4))).
wordnum([three,thousand,six,hundred,and,sixty,five],[],3*1000+(6*100+(60+5))).
wordnum([three,thousand,six,hundred,and,sixty,six],[],3*1000+(6*100+(60+6))).
wordnum([three,thousand,six,hundred,and,sixty,seven],[],3*1000+(6*100+(60+7))).
wordnum([three,thousand,six,hundred,and,sixty,eight],[],3*1000+(6*100+(60+8))).
wordnum([three,thousand,six,hundred,and,sixty,nine],[],3*1000+(6*100+(60+9))).
wordnum([three,thousand,six,hundred,and,seventy,one],[],3*1000+(6*100+(70+1))).
wordnum([three,thousand,six,hundred,and,seventy,two],[],3*1000+(6*100+(70+2))).
wordnum([three,thousand,six,hundred,and,seventy,three],[],3*1000+(6*100+(70+3))).
wordnum([three,thousand,six,hundred,and,seventy,four],[],3*1000+(6*100+(70+4))).
wordnum([three,thousand,six,hundred,and,seventy,five],[],3*1000+(6*100+(70+5))).
wordnum([three,thousand,six,hundred,and,seventy,six],[],3*1000+(6*100+(70+6))).
wordnum([three,thousand,six,hundred,and,seventy,seven],[],3*1000+(6*100+(70+7))).
wordnum([three,thousand,six,hundred,and,seventy,eight],[],3*1000+(6*100+(70+8))).
wordnum([three,thousand,six,hundred,and,seventy,nine],[],3*1000+(6*100+(70+9))).
wordnum([three,thousand,six,hundred,and,eighty,one],[],3*1000+(6*100+(80+1))).
wordnum([three,thousand,six,hundred,and,eighty,two],[],3*1000+(6*100+(80+2))).
wordnum([three,thousand,six,hundred,and,eighty,three],[],3*1000+(6*100+(80+3))).
wordnum([three,thousand,six,hundred,and,eighty,four],[],3*1000+(6*100+(80+4))).
wordnum([three,thousand,six,hundred,and,eighty,five],[],3*1000+(6*100+(80+5))).
wordnum([three,thousand,six,hundred,and,eighty,six],[],3*1000+(6*100+(80+6))).
wordnum([three,thousand,six,hundred,and,eighty,seven],[],3*1000+(6*100+(80+7))).
wordnum([three,thousand,six,hundred,and,eighty,eight],[],3*1000+(6*100+(80+8))).
wordnum([three,thousand,six,hundred,and,eighty,nine],[],3*1000+(6*100+(80+9))).
wordnum([three,thousand,six,hundred,and,ninety,one],[],3*1000+(6*100+(90+1))).
wordnum([three,thousand,six,hundred,and,ninety,two],[],3*1000+(6*100+(90+2))).
wordnum([three,thousand,six,hundred,and,ninety,three],[],3*1000+(6*100+(90+3))).
wordnum([three,thousand,six,hundred,and,ninety,four],[],3*1000+(6*100+(90+4))).
wordnum([three,thousand,six,hundred,and,ninety,five],[],3*1000+(6*100+(90+5))).
wordnum([three,thousand,six,hundred,and,ninety,six],[],3*1000+(6*100+(90+6))).
wordnum([three,thousand,six,hundred,and,ninety,seven],[],3*1000+(6*100+(90+7))).
wordnum([three,thousand,six,hundred,and,ninety,eight],[],3*1000+(6*100+(90+8))).
wordnum([three,thousand,six,hundred,and,ninety,nine],[],3*1000+(6*100+(90+9))).
wordnum([three,thousand,seven,hundred,and,one],[],3*1000+(7*100+1)).
wordnum([three,thousand,seven,hundred,and,two],[],3*1000+(7*100+2)).
wordnum([three,thousand,seven,hundred,and,three],[],3*1000+(7*100+3)).
wordnum([three,thousand,seven,hundred,and,four],[],3*1000+(7*100+4)).
wordnum([three,thousand,seven,hundred,and,five],[],3*1000+(7*100+5)).
wordnum([three,thousand,seven,hundred,and,six],[],3*1000+(7*100+6)).
wordnum([three,thousand,seven,hundred,and,seven],[],3*1000+(7*100+7)).
wordnum([three,thousand,seven,hundred,and,eight],[],3*1000+(7*100+8)).
wordnum([three,thousand,seven,hundred,and,nine],[],3*1000+(7*100+9)).
wordnum([three,thousand,seven,hundred,and,ten],[],3*1000+(7*100+10)).
wordnum([three,thousand,seven,hundred,and,eleven],[],3*1000+(7*100+11)).
wordnum([three,thousand,seven,hundred,and,twelve],[],3*1000+(7*100+12)).
wordnum([three,thousand,seven,hundred,and,thirteen],[],3*1000+(7*100+13)).
wordnum([three,thousand,seven,hundred,and,fourteen],[],3*1000+(7*100+14)).
wordnum([three,thousand,seven,hundred,and,fifteen],[],3*1000+(7*100+15)).
wordnum([three,thousand,seven,hundred,and,sixteen],[],3*1000+(7*100+16)).
wordnum([three,thousand,seven,hundred,and,seventeen],[],3*1000+(7*100+17)).
wordnum([three,thousand,seven,hundred,and,eighteen],[],3*1000+(7*100+18)).
wordnum([three,thousand,seven,hundred,and,nineteen],[],3*1000+(7*100+19)).
wordnum([three,thousand,seven,hundred,and,twenty],[],3*1000+(7*100+20)).
wordnum([three,thousand,seven,hundred,and,thirty],[],3*1000+(7*100+30)).
wordnum([three,thousand,seven,hundred,and,forty],[],3*1000+(7*100+40)).
wordnum([three,thousand,seven,hundred,and,fifty],[],3*1000+(7*100+50)).
wordnum([three,thousand,seven,hundred,and,sixty],[],3*1000+(7*100+60)).
wordnum([three,thousand,seven,hundred,and,seventy],[],3*1000+(7*100+70)).
wordnum([three,thousand,seven,hundred,and,eighty],[],3*1000+(7*100+80)).
wordnum([three,thousand,seven,hundred,and,ninety],[],3*1000+(7*100+90)).
wordnum([three,thousand,seven,hundred,and,twenty,one],[],3*1000+(7*100+(20+1))).
wordnum([three,thousand,seven,hundred,and,twenty,two],[],3*1000+(7*100+(20+2))).
wordnum([three,thousand,seven,hundred,and,twenty,three],[],3*1000+(7*100+(20+3))).
wordnum([three,thousand,seven,hundred,and,twenty,four],[],3*1000+(7*100+(20+4))).
wordnum([three,thousand,seven,hundred,and,twenty,five],[],3*1000+(7*100+(20+5))).
wordnum([three,thousand,seven,hundred,and,twenty,six],[],3*1000+(7*100+(20+6))).
wordnum([three,thousand,seven,hundred,and,twenty,seven],[],3*1000+(7*100+(20+7))).
wordnum([three,thousand,seven,hundred,and,twenty,eight],[],3*1000+(7*100+(20+8))).
wordnum([three,thousand,seven,hundred,and,twenty,nine],[],3*1000+(7*100+(20+9))).
wordnum([three,thousand,seven,hundred,and,thirty,one],[],3*1000+(7*100+(30+1))).
wordnum([three,thousand,seven,hundred,and,thirty,two],[],3*1000+(7*100+(30+2))).
wordnum([three,thousand,seven,hundred,and,thirty,three],[],3*1000+(7*100+(30+3))).
wordnum([three,thousand,seven,hundred,and,thirty,four],[],3*1000+(7*100+(30+4))).
wordnum([three,thousand,seven,hundred,and,thirty,five],[],3*1000+(7*100+(30+5))).
wordnum([three,thousand,seven,hundred,and,thirty,six],[],3*1000+(7*100+(30+6))).
wordnum([three,thousand,seven,hundred,and,thirty,seven],[],3*1000+(7*100+(30+7))).
wordnum([three,thousand,seven,hundred,and,thirty,eight],[],3*1000+(7*100+(30+8))).
wordnum([three,thousand,seven,hundred,and,thirty,nine],[],3*1000+(7*100+(30+9))).
wordnum([three,thousand,seven,hundred,and,forty,one],[],3*1000+(7*100+(40+1))).
wordnum([three,thousand,seven,hundred,and,forty,two],[],3*1000+(7*100+(40+2))).
wordnum([three,thousand,seven,hundred,and,forty,three],[],3*1000+(7*100+(40+3))).
wordnum([three,thousand,seven,hundred,and,forty,four],[],3*1000+(7*100+(40+4))).
wordnum([three,thousand,seven,hundred,and,forty,five],[],3*1000+(7*100+(40+5))).
wordnum([three,thousand,seven,hundred,and,forty,six],[],3*1000+(7*100+(40+6))).
wordnum([three,thousand,seven,hundred,and,forty,seven],[],3*1000+(7*100+(40+7))).
wordnum([three,thousand,seven,hundred,and,forty,eight],[],3*1000+(7*100+(40+8))).
wordnum([three,thousand,seven,hundred,and,forty,nine],[],3*1000+(7*100+(40+9))).
wordnum([three,thousand,seven,hundred,and,fifty,one],[],3*1000+(7*100+(50+1))).
wordnum([three,thousand,seven,hundred,and,fifty,two],[],3*1000+(7*100+(50+2))).
wordnum([three,thousand,seven,hundred,and,fifty,three],[],3*1000+(7*100+(50+3))).
wordnum([three,thousand,seven,hundred,and,fifty,four],[],3*1000+(7*100+(50+4))).
wordnum([three,thousand,seven,hundred,and,fifty,five],[],3*1000+(7*100+(50+5))).
wordnum([three,thousand,seven,hundred,and,fifty,six],[],3*1000+(7*100+(50+6))).
wordnum([three,thousand,seven,hundred,and,fifty,seven],[],3*1000+(7*100+(50+7))).
wordnum([three,thousand,seven,hundred,and,fifty,eight],[],3*1000+(7*100+(50+8))).
wordnum([three,thousand,seven,hundred,and,fifty,nine],[],3*1000+(7*100+(50+9))).
wordnum([three,thousand,seven,hundred,and,sixty,one],[],3*1000+(7*100+(60+1))).
wordnum([three,thousand,seven,hundred,and,sixty,two],[],3*1000+(7*100+(60+2))).
wordnum([three,thousand,seven,hundred,and,sixty,three],[],3*1000+(7*100+(60+3))).
wordnum([three,thousand,seven,hundred,and,sixty,four],[],3*1000+(7*100+(60+4))).
wordnum([three,thousand,seven,hundred,and,sixty,five],[],3*1000+(7*100+(60+5))).
wordnum([three,thousand,seven,hundred,and,sixty,six],[],3*1000+(7*100+(60+6))).
wordnum([three,thousand,seven,hundred,and,sixty,seven],[],3*1000+(7*100+(60+7))).
wordnum([three,thousand,seven,hundred,and,sixty,eight],[],3*1000+(7*100+(60+8))).
wordnum([three,thousand,seven,hundred,and,sixty,nine],[],3*1000+(7*100+(60+9))).
wordnum([three,thousand,seven,hundred,and,seventy,one],[],3*1000+(7*100+(70+1))).
wordnum([three,thousand,seven,hundred,and,seventy,two],[],3*1000+(7*100+(70+2))).
wordnum([three,thousand,seven,hundred,and,seventy,three],[],3*1000+(7*100+(70+3))).
wordnum([three,thousand,seven,hundred,and,seventy,four],[],3*1000+(7*100+(70+4))).
wordnum([three,thousand,seven,hundred,and,seventy,five],[],3*1000+(7*100+(70+5))).
wordnum([three,thousand,seven,hundred,and,seventy,six],[],3*1000+(7*100+(70+6))).
wordnum([three,thousand,seven,hundred,and,seventy,seven],[],3*1000+(7*100+(70+7))).
wordnum([three,thousand,seven,hundred,and,seventy,eight],[],3*1000+(7*100+(70+8))).
wordnum([three,thousand,seven,hundred,and,seventy,nine],[],3*1000+(7*100+(70+9))).
wordnum([three,thousand,seven,hundred,and,eighty,one],[],3*1000+(7*100+(80+1))).
wordnum([three,thousand,seven,hundred,and,eighty,two],[],3*1000+(7*100+(80+2))).
wordnum([three,thousand,seven,hundred,and,eighty,three],[],3*1000+(7*100+(80+3))).
wordnum([three,thousand,seven,hundred,and,eighty,four],[],3*1000+(7*100+(80+4))).
wordnum([three,thousand,seven,hundred,and,eighty,five],[],3*1000+(7*100+(80+5))).
wordnum([three,thousand,seven,hundred,and,eighty,six],[],3*1000+(7*100+(80+6))).
wordnum([three,thousand,seven,hundred,and,eighty,seven],[],3*1000+(7*100+(80+7))).
wordnum([three,thousand,seven,hundred,and,eighty,eight],[],3*1000+(7*100+(80+8))).
wordnum([three,thousand,seven,hundred,and,eighty,nine],[],3*1000+(7*100+(80+9))).
wordnum([three,thousand,seven,hundred,and,ninety,one],[],3*1000+(7*100+(90+1))).
wordnum([three,thousand,seven,hundred,and,ninety,two],[],3*1000+(7*100+(90+2))).
wordnum([three,thousand,seven,hundred,and,ninety,three],[],3*1000+(7*100+(90+3))).
wordnum([three,thousand,seven,hundred,and,ninety,four],[],3*1000+(7*100+(90+4))).
wordnum([three,thousand,seven,hundred,and,ninety,five],[],3*1000+(7*100+(90+5))).
wordnum([three,thousand,seven,hundred,and,ninety,six],[],3*1000+(7*100+(90+6))).
wordnum([three,thousand,seven,hundred,and,ninety,seven],[],3*1000+(7*100+(90+7))).
wordnum([three,thousand,seven,hundred,and,ninety,eight],[],3*1000+(7*100+(90+8))).
wordnum([three,thousand,seven,hundred,and,ninety,nine],[],3*1000+(7*100+(90+9))).
wordnum([three,thousand,eight,hundred,and,one],[],3*1000+(8*100+1)).
wordnum([three,thousand,eight,hundred,and,two],[],3*1000+(8*100+2)).
wordnum([three,thousand,eight,hundred,and,three],[],3*1000+(8*100+3)).
wordnum([three,thousand,eight,hundred,and,four],[],3*1000+(8*100+4)).
wordnum([three,thousand,eight,hundred,and,five],[],3*1000+(8*100+5)).
wordnum([three,thousand,eight,hundred,and,six],[],3*1000+(8*100+6)).
wordnum([three,thousand,eight,hundred,and,seven],[],3*1000+(8*100+7)).
wordnum([three,thousand,eight,hundred,and,eight],[],3*1000+(8*100+8)).
wordnum([three,thousand,eight,hundred,and,nine],[],3*1000+(8*100+9)).
wordnum([three,thousand,eight,hundred,and,ten],[],3*1000+(8*100+10)).
wordnum([three,thousand,eight,hundred,and,eleven],[],3*1000+(8*100+11)).
wordnum([three,thousand,eight,hundred,and,twelve],[],3*1000+(8*100+12)).
wordnum([three,thousand,eight,hundred,and,thirteen],[],3*1000+(8*100+13)).
wordnum([three,thousand,eight,hundred,and,fourteen],[],3*1000+(8*100+14)).
wordnum([three,thousand,eight,hundred,and,fifteen],[],3*1000+(8*100+15)).
wordnum([three,thousand,eight,hundred,and,sixteen],[],3*1000+(8*100+16)).
wordnum([three,thousand,eight,hundred,and,seventeen],[],3*1000+(8*100+17)).
wordnum([three,thousand,eight,hundred,and,eighteen],[],3*1000+(8*100+18)).
wordnum([three,thousand,eight,hundred,and,nineteen],[],3*1000+(8*100+19)).
wordnum([three,thousand,eight,hundred,and,twenty],[],3*1000+(8*100+20)).
wordnum([three,thousand,eight,hundred,and,thirty],[],3*1000+(8*100+30)).
wordnum([three,thousand,eight,hundred,and,forty],[],3*1000+(8*100+40)).
wordnum([three,thousand,eight,hundred,and,fifty],[],3*1000+(8*100+50)).
wordnum([three,thousand,eight,hundred,and,sixty],[],3*1000+(8*100+60)).
wordnum([three,thousand,eight,hundred,and,seventy],[],3*1000+(8*100+70)).
wordnum([three,thousand,eight,hundred,and,eighty],[],3*1000+(8*100+80)).
wordnum([three,thousand,eight,hundred,and,ninety],[],3*1000+(8*100+90)).
wordnum([three,thousand,eight,hundred,and,twenty,one],[],3*1000+(8*100+(20+1))).
wordnum([three,thousand,eight,hundred,and,twenty,two],[],3*1000+(8*100+(20+2))).
wordnum([three,thousand,eight,hundred,and,twenty,three],[],3*1000+(8*100+(20+3))).
wordnum([three,thousand,eight,hundred,and,twenty,four],[],3*1000+(8*100+(20+4))).
wordnum([three,thousand,eight,hundred,and,twenty,five],[],3*1000+(8*100+(20+5))).
wordnum([three,thousand,eight,hundred,and,twenty,six],[],3*1000+(8*100+(20+6))).
wordnum([three,thousand,eight,hundred,and,twenty,seven],[],3*1000+(8*100+(20+7))).
wordnum([three,thousand,eight,hundred,and,twenty,eight],[],3*1000+(8*100+(20+8))).
wordnum([three,thousand,eight,hundred,and,twenty,nine],[],3*1000+(8*100+(20+9))).
wordnum([three,thousand,eight,hundred,and,thirty,one],[],3*1000+(8*100+(30+1))).
wordnum([three,thousand,eight,hundred,and,thirty,two],[],3*1000+(8*100+(30+2))).
wordnum([three,thousand,eight,hundred,and,thirty,three],[],3*1000+(8*100+(30+3))).
wordnum([three,thousand,eight,hundred,and,thirty,four],[],3*1000+(8*100+(30+4))).
wordnum([three,thousand,eight,hundred,and,thirty,five],[],3*1000+(8*100+(30+5))).
wordnum([three,thousand,eight,hundred,and,thirty,six],[],3*1000+(8*100+(30+6))).
wordnum([three,thousand,eight,hundred,and,thirty,seven],[],3*1000+(8*100+(30+7))).
wordnum([three,thousand,eight,hundred,and,thirty,eight],[],3*1000+(8*100+(30+8))).
wordnum([three,thousand,eight,hundred,and,thirty,nine],[],3*1000+(8*100+(30+9))).
wordnum([three,thousand,eight,hundred,and,forty,one],[],3*1000+(8*100+(40+1))).
wordnum([three,thousand,eight,hundred,and,forty,two],[],3*1000+(8*100+(40+2))).
wordnum([three,thousand,eight,hundred,and,forty,three],[],3*1000+(8*100+(40+3))).
wordnum([three,thousand,eight,hundred,and,forty,four],[],3*1000+(8*100+(40+4))).
wordnum([three,thousand,eight,hundred,and,forty,five],[],3*1000+(8*100+(40+5))).
wordnum([three,thousand,eight,hundred,and,forty,six],[],3*1000+(8*100+(40+6))).
wordnum([three,thousand,eight,hundred,and,forty,seven],[],3*1000+(8*100+(40+7))).
wordnum([three,thousand,eight,hundred,and,forty,eight],[],3*1000+(8*100+(40+8))).
wordnum([three,thousand,eight,hundred,and,forty,nine],[],3*1000+(8*100+(40+9))).
wordnum([three,thousand,eight,hundred,and,fifty,one],[],3*1000+(8*100+(50+1))).
wordnum([three,thousand,eight,hundred,and,fifty,two],[],3*1000+(8*100+(50+2))).
wordnum([three,thousand,eight,hundred,and,fifty,three],[],3*1000+(8*100+(50+3))).
wordnum([three,thousand,eight,hundred,and,fifty,four],[],3*1000+(8*100+(50+4))).
wordnum([three,thousand,eight,hundred,and,fifty,five],[],3*1000+(8*100+(50+5))).
wordnum([three,thousand,eight,hundred,and,fifty,six],[],3*1000+(8*100+(50+6))).
wordnum([three,thousand,eight,hundred,and,fifty,seven],[],3*1000+(8*100+(50+7))).
wordnum([three,thousand,eight,hundred,and,fifty,eight],[],3*1000+(8*100+(50+8))).
wordnum([three,thousand,eight,hundred,and,fifty,nine],[],3*1000+(8*100+(50+9))).
wordnum([three,thousand,eight,hundred,and,sixty,one],[],3*1000+(8*100+(60+1))).
wordnum([three,thousand,eight,hundred,and,sixty,two],[],3*1000+(8*100+(60+2))).
wordnum([three,thousand,eight,hundred,and,sixty,three],[],3*1000+(8*100+(60+3))).
wordnum([three,thousand,eight,hundred,and,sixty,four],[],3*1000+(8*100+(60+4))).
wordnum([three,thousand,eight,hundred,and,sixty,five],[],3*1000+(8*100+(60+5))).
wordnum([three,thousand,eight,hundred,and,sixty,six],[],3*1000+(8*100+(60+6))).
wordnum([three,thousand,eight,hundred,and,sixty,seven],[],3*1000+(8*100+(60+7))).
wordnum([three,thousand,eight,hundred,and,sixty,eight],[],3*1000+(8*100+(60+8))).
wordnum([three,thousand,eight,hundred,and,sixty,nine],[],3*1000+(8*100+(60+9))).
wordnum([three,thousand,eight,hundred,and,seventy,one],[],3*1000+(8*100+(70+1))).
wordnum([three,thousand,eight,hundred,and,seventy,two],[],3*1000+(8*100+(70+2))).
wordnum([three,thousand,eight,hundred,and,seventy,three],[],3*1000+(8*100+(70+3))).
wordnum([three,thousand,eight,hundred,and,seventy,four],[],3*1000+(8*100+(70+4))).
wordnum([three,thousand,eight,hundred,and,seventy,five],[],3*1000+(8*100+(70+5))).
wordnum([three,thousand,eight,hundred,and,seventy,six],[],3*1000+(8*100+(70+6))).
wordnum([three,thousand,eight,hundred,and,seventy,seven],[],3*1000+(8*100+(70+7))).
wordnum([three,thousand,eight,hundred,and,seventy,eight],[],3*1000+(8*100+(70+8))).
wordnum([three,thousand,eight,hundred,and,seventy,nine],[],3*1000+(8*100+(70+9))).
wordnum([three,thousand,eight,hundred,and,eighty,one],[],3*1000+(8*100+(80+1))).
wordnum([three,thousand,eight,hundred,and,eighty,two],[],3*1000+(8*100+(80+2))).
wordnum([three,thousand,eight,hundred,and,eighty,three],[],3*1000+(8*100+(80+3))).
wordnum([three,thousand,eight,hundred,and,eighty,four],[],3*1000+(8*100+(80+4))).
wordnum([three,thousand,eight,hundred,and,eighty,five],[],3*1000+(8*100+(80+5))).
wordnum([three,thousand,eight,hundred,and,eighty,six],[],3*1000+(8*100+(80+6))).
wordnum([three,thousand,eight,hundred,and,eighty,seven],[],3*1000+(8*100+(80+7))).
wordnum([three,thousand,eight,hundred,and,eighty,eight],[],3*1000+(8*100+(80+8))).
wordnum([three,thousand,eight,hundred,and,eighty,nine],[],3*1000+(8*100+(80+9))).
wordnum([three,thousand,eight,hundred,and,ninety,one],[],3*1000+(8*100+(90+1))).
wordnum([three,thousand,eight,hundred,and,ninety,two],[],3*1000+(8*100+(90+2))).
wordnum([three,thousand,eight,hundred,and,ninety,three],[],3*1000+(8*100+(90+3))).
wordnum([three,thousand,eight,hundred,and,ninety,four],[],3*1000+(8*100+(90+4))).
wordnum([three,thousand,eight,hundred,and,ninety,five],[],3*1000+(8*100+(90+5))).
wordnum([three,thousand,eight,hundred,and,ninety,six],[],3*1000+(8*100+(90+6))).
wordnum([three,thousand,eight,hundred,and,ninety,seven],[],3*1000+(8*100+(90+7))).
wordnum([three,thousand,eight,hundred,and,ninety,eight],[],3*1000+(8*100+(90+8))).
wordnum([three,thousand,eight,hundred,and,ninety,nine],[],3*1000+(8*100+(90+9))).
wordnum([three,thousand,nine,hundred,and,one],[],3*1000+(9*100+1)).
wordnum([three,thousand,nine,hundred,and,two],[],3*1000+(9*100+2)).
wordnum([three,thousand,nine,hundred,and,three],[],3*1000+(9*100+3)).
wordnum([three,thousand,nine,hundred,and,four],[],3*1000+(9*100+4)).
wordnum([three,thousand,nine,hundred,and,five],[],3*1000+(9*100+5)).
wordnum([three,thousand,nine,hundred,and,six],[],3*1000+(9*100+6)).
wordnum([three,thousand,nine,hundred,and,seven],[],3*1000+(9*100+7)).
wordnum([three,thousand,nine,hundred,and,eight],[],3*1000+(9*100+8)).
wordnum([three,thousand,nine,hundred,and,nine],[],3*1000+(9*100+9)).
wordnum([three,thousand,nine,hundred,and,ten],[],3*1000+(9*100+10)).
wordnum([three,thousand,nine,hundred,and,eleven],[],3*1000+(9*100+11)).
wordnum([three,thousand,nine,hundred,and,twelve],[],3*1000+(9*100+12)).
wordnum([three,thousand,nine,hundred,and,thirteen],[],3*1000+(9*100+13)).
wordnum([three,thousand,nine,hundred,and,fourteen],[],3*1000+(9*100+14)).
wordnum([three,thousand,nine,hundred,and,fifteen],[],3*1000+(9*100+15)).
wordnum([three,thousand,nine,hundred,and,sixteen],[],3*1000+(9*100+16)).
wordnum([three,thousand,nine,hundred,and,seventeen],[],3*1000+(9*100+17)).
wordnum([three,thousand,nine,hundred,and,eighteen],[],3*1000+(9*100+18)).
wordnum([three,thousand,nine,hundred,and,nineteen],[],3*1000+(9*100+19)).
wordnum([three,thousand,nine,hundred,and,twenty],[],3*1000+(9*100+20)).
wordnum([three,thousand,nine,hundred,and,thirty],[],3*1000+(9*100+30)).
wordnum([three,thousand,nine,hundred,and,forty],[],3*1000+(9*100+40)).
wordnum([three,thousand,nine,hundred,and,fifty],[],3*1000+(9*100+50)).
wordnum([three,thousand,nine,hundred,and,sixty],[],3*1000+(9*100+60)).
wordnum([three,thousand,nine,hundred,and,seventy],[],3*1000+(9*100+70)).
wordnum([three,thousand,nine,hundred,and,eighty],[],3*1000+(9*100+80)).
wordnum([three,thousand,nine,hundred,and,ninety],[],3*1000+(9*100+90)).
wordnum([three,thousand,nine,hundred,and,twenty,one],[],3*1000+(9*100+(20+1))).
wordnum([three,thousand,nine,hundred,and,twenty,two],[],3*1000+(9*100+(20+2))).
wordnum([three,thousand,nine,hundred,and,twenty,three],[],3*1000+(9*100+(20+3))).
wordnum([three,thousand,nine,hundred,and,twenty,four],[],3*1000+(9*100+(20+4))).
wordnum([three,thousand,nine,hundred,and,twenty,five],[],3*1000+(9*100+(20+5))).
wordnum([three,thousand,nine,hundred,and,twenty,six],[],3*1000+(9*100+(20+6))).
wordnum([three,thousand,nine,hundred,and,twenty,seven],[],3*1000+(9*100+(20+7))).
wordnum([three,thousand,nine,hundred,and,twenty,eight],[],3*1000+(9*100+(20+8))).
wordnum([three,thousand,nine,hundred,and,twenty,nine],[],3*1000+(9*100+(20+9))).
wordnum([three,thousand,nine,hundred,and,thirty,one],[],3*1000+(9*100+(30+1))).
wordnum([three,thousand,nine,hundred,and,thirty,two],[],3*1000+(9*100+(30+2))).
wordnum([three,thousand,nine,hundred,and,thirty,three],[],3*1000+(9*100+(30+3))).
wordnum([three,thousand,nine,hundred,and,thirty,four],[],3*1000+(9*100+(30+4))).
wordnum([three,thousand,nine,hundred,and,thirty,five],[],3*1000+(9*100+(30+5))).
wordnum([three,thousand,nine,hundred,and,thirty,six],[],3*1000+(9*100+(30+6))).
wordnum([three,thousand,nine,hundred,and,thirty,seven],[],3*1000+(9*100+(30+7))).
wordnum([three,thousand,nine,hundred,and,thirty,eight],[],3*1000+(9*100+(30+8))).
wordnum([three,thousand,nine,hundred,and,thirty,nine],[],3*1000+(9*100+(30+9))).
wordnum([three,thousand,nine,hundred,and,forty,one],[],3*1000+(9*100+(40+1))).
wordnum([three,thousand,nine,hundred,and,forty,two],[],3*1000+(9*100+(40+2))).
wordnum([three,thousand,nine,hundred,and,forty,three],[],3*1000+(9*100+(40+3))).
wordnum([three,thousand,nine,hundred,and,forty,four],[],3*1000+(9*100+(40+4))).
wordnum([three,thousand,nine,hundred,and,forty,five],[],3*1000+(9*100+(40+5))).
wordnum([three,thousand,nine,hundred,and,forty,six],[],3*1000+(9*100+(40+6))).
wordnum([three,thousand,nine,hundred,and,forty,seven],[],3*1000+(9*100+(40+7))).
wordnum([three,thousand,nine,hundred,and,forty,eight],[],3*1000+(9*100+(40+8))).
wordnum([three,thousand,nine,hundred,and,forty,nine],[],3*1000+(9*100+(40+9))).
wordnum([three,thousand,nine,hundred,and,fifty,one],[],3*1000+(9*100+(50+1))).
wordnum([three,thousand,nine,hundred,and,fifty,two],[],3*1000+(9*100+(50+2))).
wordnum([three,thousand,nine,hundred,and,fifty,three],[],3*1000+(9*100+(50+3))).
wordnum([three,thousand,nine,hundred,and,fifty,four],[],3*1000+(9*100+(50+4))).
wordnum([three,thousand,nine,hundred,and,fifty,five],[],3*1000+(9*100+(50+5))).
wordnum([three,thousand,nine,hundred,and,fifty,six],[],3*1000+(9*100+(50+6))).
wordnum([three,thousand,nine,hundred,and,fifty,seven],[],3*1000+(9*100+(50+7))).
wordnum([three,thousand,nine,hundred,and,fifty,eight],[],3*1000+(9*100+(50+8))).
wordnum([three,thousand,nine,hundred,and,fifty,nine],[],3*1000+(9*100+(50+9))).
wordnum([three,thousand,nine,hundred,and,sixty,one],[],3*1000+(9*100+(60+1))).
wordnum([three,thousand,nine,hundred,and,sixty,two],[],3*1000+(9*100+(60+2))).
wordnum([three,thousand,nine,hundred,and,sixty,three],[],3*1000+(9*100+(60+3))).
wordnum([three,thousand,nine,hundred,and,sixty,four],[],3*1000+(9*100+(60+4))).
wordnum([three,thousand,nine,hundred,and,sixty,five],[],3*1000+(9*100+(60+5))).
wordnum([three,thousand,nine,hundred,and,sixty,six],[],3*1000+(9*100+(60+6))).
wordnum([three,thousand,nine,hundred,and,sixty,seven],[],3*1000+(9*100+(60+7))).
wordnum([three,thousand,nine,hundred,and,sixty,eight],[],3*1000+(9*100+(60+8))).
wordnum([three,thousand,nine,hundred,and,sixty,nine],[],3*1000+(9*100+(60+9))).
wordnum([three,thousand,nine,hundred,and,seventy,one],[],3*1000+(9*100+(70+1))).
wordnum([three,thousand,nine,hundred,and,seventy,two],[],3*1000+(9*100+(70+2))).
wordnum([three,thousand,nine,hundred,and,seventy,three],[],3*1000+(9*100+(70+3))).
wordnum([three,thousand,nine,hundred,and,seventy,four],[],3*1000+(9*100+(70+4))).
wordnum([three,thousand,nine,hundred,and,seventy,five],[],3*1000+(9*100+(70+5))).
wordnum([three,thousand,nine,hundred,and,seventy,six],[],3*1000+(9*100+(70+6))).
wordnum([three,thousand,nine,hundred,and,seventy,seven],[],3*1000+(9*100+(70+7))).
wordnum([three,thousand,nine,hundred,and,seventy,eight],[],3*1000+(9*100+(70+8))).
wordnum([three,thousand,nine,hundred,and,seventy,nine],[],3*1000+(9*100+(70+9))).
wordnum([three,thousand,nine,hundred,and,eighty,one],[],3*1000+(9*100+(80+1))).
wordnum([three,thousand,nine,hundred,and,eighty,two],[],3*1000+(9*100+(80+2))).
wordnum([three,thousand,nine,hundred,and,eighty,three],[],3*1000+(9*100+(80+3))).
wordnum([three,thousand,nine,hundred,and,eighty,four],[],3*1000+(9*100+(80+4))).
wordnum([three,thousand,nine,hundred,and,eighty,five],[],3*1000+(9*100+(80+5))).
wordnum([three,thousand,nine,hundred,and,eighty,six],[],3*1000+(9*100+(80+6))).
wordnum([three,thousand,nine,hundred,and,eighty,seven],[],3*1000+(9*100+(80+7))).
wordnum([three,thousand,nine,hundred,and,eighty,eight],[],3*1000+(9*100+(80+8))).
wordnum([three,thousand,nine,hundred,and,eighty,nine],[],3*1000+(9*100+(80+9))).
wordnum([three,thousand,nine,hundred,and,ninety,one],[],3*1000+(9*100+(90+1))).
wordnum([three,thousand,nine,hundred,and,ninety,two],[],3*1000+(9*100+(90+2))).
wordnum([three,thousand,nine,hundred,and,ninety,three],[],3*1000+(9*100+(90+3))).
wordnum([three,thousand,nine,hundred,and,ninety,four],[],3*1000+(9*100+(90+4))).
wordnum([three,thousand,nine,hundred,and,ninety,five],[],3*1000+(9*100+(90+5))).
wordnum([three,thousand,nine,hundred,and,ninety,six],[],3*1000+(9*100+(90+6))).
wordnum([three,thousand,nine,hundred,and,ninety,seven],[],3*1000+(9*100+(90+7))).
wordnum([three,thousand,nine,hundred,and,ninety,eight],[],3*1000+(9*100+(90+8))).
wordnum([three,thousand,nine,hundred,and,ninety,nine],[],3*1000+(9*100+(90+9))).
wordnum([four,thousand,one,hundred],[],4*1000+1*100).
wordnum([four,thousand,two,hundred],[],4*1000+2*100).
wordnum([four,thousand,three,hundred],[],4*1000+3*100).
wordnum([four,thousand,four,hundred],[],4*1000+4*100).
wordnum([four,thousand,five,hundred],[],4*1000+5*100).
wordnum([four,thousand,six,hundred],[],4*1000+6*100).
wordnum([four,thousand,seven,hundred],[],4*1000+7*100).
wordnum([four,thousand,eight,hundred],[],4*1000+8*100).
wordnum([four,thousand,nine,hundred],[],4*1000+9*100).
wordnum([four,thousand,one,hundred,and,one],[],4*1000+(1*100+1)).
wordnum([four,thousand,one,hundred,and,two],[],4*1000+(1*100+2)).
wordnum([four,thousand,one,hundred,and,three],[],4*1000+(1*100+3)).
wordnum([four,thousand,one,hundred,and,four],[],4*1000+(1*100+4)).
wordnum([four,thousand,one,hundred,and,five],[],4*1000+(1*100+5)).
wordnum([four,thousand,one,hundred,and,six],[],4*1000+(1*100+6)).
wordnum([four,thousand,one,hundred,and,seven],[],4*1000+(1*100+7)).
wordnum([four,thousand,one,hundred,and,eight],[],4*1000+(1*100+8)).
wordnum([four,thousand,one,hundred,and,nine],[],4*1000+(1*100+9)).
wordnum([four,thousand,one,hundred,and,ten],[],4*1000+(1*100+10)).
wordnum([four,thousand,one,hundred,and,eleven],[],4*1000+(1*100+11)).
wordnum([four,thousand,one,hundred,and,twelve],[],4*1000+(1*100+12)).
wordnum([four,thousand,one,hundred,and,thirteen],[],4*1000+(1*100+13)).
wordnum([four,thousand,one,hundred,and,fourteen],[],4*1000+(1*100+14)).
wordnum([four,thousand,one,hundred,and,fifteen],[],4*1000+(1*100+15)).
wordnum([four,thousand,one,hundred,and,sixteen],[],4*1000+(1*100+16)).
wordnum([four,thousand,one,hundred,and,seventeen],[],4*1000+(1*100+17)).
wordnum([four,thousand,one,hundred,and,eighteen],[],4*1000+(1*100+18)).
wordnum([four,thousand,one,hundred,and,nineteen],[],4*1000+(1*100+19)).
wordnum([four,thousand,one,hundred,and,twenty],[],4*1000+(1*100+20)).
wordnum([four,thousand,one,hundred,and,thirty],[],4*1000+(1*100+30)).
wordnum([four,thousand,one,hundred,and,forty],[],4*1000+(1*100+40)).
wordnum([four,thousand,one,hundred,and,fifty],[],4*1000+(1*100+50)).
wordnum([four,thousand,one,hundred,and,sixty],[],4*1000+(1*100+60)).
wordnum([four,thousand,one,hundred,and,seventy],[],4*1000+(1*100+70)).
wordnum([four,thousand,one,hundred,and,eighty],[],4*1000+(1*100+80)).
wordnum([four,thousand,one,hundred,and,ninety],[],4*1000+(1*100+90)).
wordnum([four,thousand,one,hundred,and,twenty,one],[],4*1000+(1*100+(20+1))).
wordnum([four,thousand,one,hundred,and,twenty,two],[],4*1000+(1*100+(20+2))).
wordnum([four,thousand,one,hundred,and,twenty,three],[],4*1000+(1*100+(20+3))).
wordnum([four,thousand,one,hundred,and,twenty,four],[],4*1000+(1*100+(20+4))).
wordnum([four,thousand,one,hundred,and,twenty,five],[],4*1000+(1*100+(20+5))).
wordnum([four,thousand,one,hundred,and,twenty,six],[],4*1000+(1*100+(20+6))).
wordnum([four,thousand,one,hundred,and,twenty,seven],[],4*1000+(1*100+(20+7))).
wordnum([four,thousand,one,hundred,and,twenty,eight],[],4*1000+(1*100+(20+8))).
wordnum([four,thousand,one,hundred,and,twenty,nine],[],4*1000+(1*100+(20+9))).
wordnum([four,thousand,one,hundred,and,thirty,one],[],4*1000+(1*100+(30+1))).
wordnum([four,thousand,one,hundred,and,thirty,two],[],4*1000+(1*100+(30+2))).
wordnum([four,thousand,one,hundred,and,thirty,three],[],4*1000+(1*100+(30+3))).
wordnum([four,thousand,one,hundred,and,thirty,four],[],4*1000+(1*100+(30+4))).
wordnum([four,thousand,one,hundred,and,thirty,five],[],4*1000+(1*100+(30+5))).
wordnum([four,thousand,one,hundred,and,thirty,six],[],4*1000+(1*100+(30+6))).
wordnum([four,thousand,one,hundred,and,thirty,seven],[],4*1000+(1*100+(30+7))).
wordnum([four,thousand,one,hundred,and,thirty,eight],[],4*1000+(1*100+(30+8))).
wordnum([four,thousand,one,hundred,and,thirty,nine],[],4*1000+(1*100+(30+9))).
wordnum([four,thousand,one,hundred,and,forty,one],[],4*1000+(1*100+(40+1))).
wordnum([four,thousand,one,hundred,and,forty,two],[],4*1000+(1*100+(40+2))).
wordnum([four,thousand,one,hundred,and,forty,three],[],4*1000+(1*100+(40+3))).
wordnum([four,thousand,one,hundred,and,forty,four],[],4*1000+(1*100+(40+4))).
wordnum([four,thousand,one,hundred,and,forty,five],[],4*1000+(1*100+(40+5))).
wordnum([four,thousand,one,hundred,and,forty,six],[],4*1000+(1*100+(40+6))).
wordnum([four,thousand,one,hundred,and,forty,seven],[],4*1000+(1*100+(40+7))).
wordnum([four,thousand,one,hundred,and,forty,eight],[],4*1000+(1*100+(40+8))).
wordnum([four,thousand,one,hundred,and,forty,nine],[],4*1000+(1*100+(40+9))).
wordnum([four,thousand,one,hundred,and,fifty,one],[],4*1000+(1*100+(50+1))).
wordnum([four,thousand,one,hundred,and,fifty,two],[],4*1000+(1*100+(50+2))).
wordnum([four,thousand,one,hundred,and,fifty,three],[],4*1000+(1*100+(50+3))).
wordnum([four,thousand,one,hundred,and,fifty,four],[],4*1000+(1*100+(50+4))).
wordnum([four,thousand,one,hundred,and,fifty,five],[],4*1000+(1*100+(50+5))).
wordnum([four,thousand,one,hundred,and,fifty,six],[],4*1000+(1*100+(50+6))).
wordnum([four,thousand,one,hundred,and,fifty,seven],[],4*1000+(1*100+(50+7))).
wordnum([four,thousand,one,hundred,and,fifty,eight],[],4*1000+(1*100+(50+8))).
wordnum([four,thousand,one,hundred,and,fifty,nine],[],4*1000+(1*100+(50+9))).
wordnum([four,thousand,one,hundred,and,sixty,one],[],4*1000+(1*100+(60+1))).
wordnum([four,thousand,one,hundred,and,sixty,two],[],4*1000+(1*100+(60+2))).
wordnum([four,thousand,one,hundred,and,sixty,three],[],4*1000+(1*100+(60+3))).
wordnum([four,thousand,one,hundred,and,sixty,four],[],4*1000+(1*100+(60+4))).
wordnum([four,thousand,one,hundred,and,sixty,five],[],4*1000+(1*100+(60+5))).
wordnum([four,thousand,one,hundred,and,sixty,six],[],4*1000+(1*100+(60+6))).
wordnum([four,thousand,one,hundred,and,sixty,seven],[],4*1000+(1*100+(60+7))).
wordnum([four,thousand,one,hundred,and,sixty,eight],[],4*1000+(1*100+(60+8))).
wordnum([four,thousand,one,hundred,and,sixty,nine],[],4*1000+(1*100+(60+9))).
wordnum([four,thousand,one,hundred,and,seventy,one],[],4*1000+(1*100+(70+1))).
wordnum([four,thousand,one,hundred,and,seventy,two],[],4*1000+(1*100+(70+2))).
wordnum([four,thousand,one,hundred,and,seventy,three],[],4*1000+(1*100+(70+3))).
wordnum([four,thousand,one,hundred,and,seventy,four],[],4*1000+(1*100+(70+4))).
wordnum([four,thousand,one,hundred,and,seventy,five],[],4*1000+(1*100+(70+5))).
wordnum([four,thousand,one,hundred,and,seventy,six],[],4*1000+(1*100+(70+6))).
wordnum([four,thousand,one,hundred,and,seventy,seven],[],4*1000+(1*100+(70+7))).
wordnum([four,thousand,one,hundred,and,seventy,eight],[],4*1000+(1*100+(70+8))).
wordnum([four,thousand,one,hundred,and,seventy,nine],[],4*1000+(1*100+(70+9))).
wordnum([four,thousand,one,hundred,and,eighty,one],[],4*1000+(1*100+(80+1))).
wordnum([four,thousand,one,hundred,and,eighty,two],[],4*1000+(1*100+(80+2))).
wordnum([four,thousand,one,hundred,and,eighty,three],[],4*1000+(1*100+(80+3))).
wordnum([four,thousand,one,hundred,and,eighty,four],[],4*1000+(1*100+(80+4))).
wordnum([four,thousand,one,hundred,and,eighty,five],[],4*1000+(1*100+(80+5))).
wordnum([four,thousand,one,hundred,and,eighty,six],[],4*1000+(1*100+(80+6))).
wordnum([four,thousand,one,hundred,and,eighty,seven],[],4*1000+(1*100+(80+7))).
wordnum([four,thousand,one,hundred,and,eighty,eight],[],4*1000+(1*100+(80+8))).
wordnum([four,thousand,one,hundred,and,eighty,nine],[],4*1000+(1*100+(80+9))).
wordnum([four,thousand,one,hundred,and,ninety,one],[],4*1000+(1*100+(90+1))).
wordnum([four,thousand,one,hundred,and,ninety,two],[],4*1000+(1*100+(90+2))).
wordnum([four,thousand,one,hundred,and,ninety,three],[],4*1000+(1*100+(90+3))).
wordnum([four,thousand,one,hundred,and,ninety,four],[],4*1000+(1*100+(90+4))).
wordnum([four,thousand,one,hundred,and,ninety,five],[],4*1000+(1*100+(90+5))).
wordnum([four,thousand,one,hundred,and,ninety,six],[],4*1000+(1*100+(90+6))).
wordnum([four,thousand,one,hundred,and,ninety,seven],[],4*1000+(1*100+(90+7))).
wordnum([four,thousand,one,hundred,and,ninety,eight],[],4*1000+(1*100+(90+8))).
wordnum([four,thousand,one,hundred,and,ninety,nine],[],4*1000+(1*100+(90+9))).
wordnum([four,thousand,two,hundred,and,one],[],4*1000+(2*100+1)).
wordnum([four,thousand,two,hundred,and,two],[],4*1000+(2*100+2)).
wordnum([four,thousand,two,hundred,and,three],[],4*1000+(2*100+3)).
wordnum([four,thousand,two,hundred,and,four],[],4*1000+(2*100+4)).
wordnum([four,thousand,two,hundred,and,five],[],4*1000+(2*100+5)).
wordnum([four,thousand,two,hundred,and,six],[],4*1000+(2*100+6)).
wordnum([four,thousand,two,hundred,and,seven],[],4*1000+(2*100+7)).
wordnum([four,thousand,two,hundred,and,eight],[],4*1000+(2*100+8)).
wordnum([four,thousand,two,hundred,and,nine],[],4*1000+(2*100+9)).
wordnum([four,thousand,two,hundred,and,ten],[],4*1000+(2*100+10)).
wordnum([four,thousand,two,hundred,and,eleven],[],4*1000+(2*100+11)).
wordnum([four,thousand,two,hundred,and,twelve],[],4*1000+(2*100+12)).
wordnum([four,thousand,two,hundred,and,thirteen],[],4*1000+(2*100+13)).
wordnum([four,thousand,two,hundred,and,fourteen],[],4*1000+(2*100+14)).
wordnum([four,thousand,two,hundred,and,fifteen],[],4*1000+(2*100+15)).
wordnum([four,thousand,two,hundred,and,sixteen],[],4*1000+(2*100+16)).
wordnum([four,thousand,two,hundred,and,seventeen],[],4*1000+(2*100+17)).
wordnum([four,thousand,two,hundred,and,eighteen],[],4*1000+(2*100+18)).
wordnum([four,thousand,two,hundred,and,nineteen],[],4*1000+(2*100+19)).
wordnum([four,thousand,two,hundred,and,twenty],[],4*1000+(2*100+20)).
wordnum([four,thousand,two,hundred,and,thirty],[],4*1000+(2*100+30)).
wordnum([four,thousand,two,hundred,and,forty],[],4*1000+(2*100+40)).
wordnum([four,thousand,two,hundred,and,fifty],[],4*1000+(2*100+50)).
wordnum([four,thousand,two,hundred,and,sixty],[],4*1000+(2*100+60)).
wordnum([four,thousand,two,hundred,and,seventy],[],4*1000+(2*100+70)).
wordnum([four,thousand,two,hundred,and,eighty],[],4*1000+(2*100+80)).
wordnum([four,thousand,two,hundred,and,ninety],[],4*1000+(2*100+90)).
wordnum([four,thousand,two,hundred,and,twenty,one],[],4*1000+(2*100+(20+1))).
wordnum([four,thousand,two,hundred,and,twenty,two],[],4*1000+(2*100+(20+2))).
wordnum([four,thousand,two,hundred,and,twenty,three],[],4*1000+(2*100+(20+3))).
wordnum([four,thousand,two,hundred,and,twenty,four],[],4*1000+(2*100+(20+4))).
wordnum([four,thousand,two,hundred,and,twenty,five],[],4*1000+(2*100+(20+5))).
wordnum([four,thousand,two,hundred,and,twenty,six],[],4*1000+(2*100+(20+6))).
wordnum([four,thousand,two,hundred,and,twenty,seven],[],4*1000+(2*100+(20+7))).
wordnum([four,thousand,two,hundred,and,twenty,eight],[],4*1000+(2*100+(20+8))).
wordnum([four,thousand,two,hundred,and,twenty,nine],[],4*1000+(2*100+(20+9))).
wordnum([four,thousand,two,hundred,and,thirty,one],[],4*1000+(2*100+(30+1))).
wordnum([four,thousand,two,hundred,and,thirty,two],[],4*1000+(2*100+(30+2))).
wordnum([four,thousand,two,hundred,and,thirty,three],[],4*1000+(2*100+(30+3))).
wordnum([four,thousand,two,hundred,and,thirty,four],[],4*1000+(2*100+(30+4))).
wordnum([four,thousand,two,hundred,and,thirty,five],[],4*1000+(2*100+(30+5))).
wordnum([four,thousand,two,hundred,and,thirty,six],[],4*1000+(2*100+(30+6))).
wordnum([four,thousand,two,hundred,and,thirty,seven],[],4*1000+(2*100+(30+7))).
wordnum([four,thousand,two,hundred,and,thirty,eight],[],4*1000+(2*100+(30+8))).
wordnum([four,thousand,two,hundred,and,thirty,nine],[],4*1000+(2*100+(30+9))).
wordnum([four,thousand,two,hundred,and,forty,one],[],4*1000+(2*100+(40+1))).
wordnum([four,thousand,two,hundred,and,forty,two],[],4*1000+(2*100+(40+2))).
wordnum([four,thousand,two,hundred,and,forty,three],[],4*1000+(2*100+(40+3))).
wordnum([four,thousand,two,hundred,and,forty,four],[],4*1000+(2*100+(40+4))).
wordnum([four,thousand,two,hundred,and,forty,five],[],4*1000+(2*100+(40+5))).
wordnum([four,thousand,two,hundred,and,forty,six],[],4*1000+(2*100+(40+6))).
wordnum([four,thousand,two,hundred,and,forty,seven],[],4*1000+(2*100+(40+7))).
wordnum([four,thousand,two,hundred,and,forty,eight],[],4*1000+(2*100+(40+8))).
wordnum([four,thousand,two,hundred,and,forty,nine],[],4*1000+(2*100+(40+9))).
wordnum([four,thousand,two,hundred,and,fifty,one],[],4*1000+(2*100+(50+1))).
wordnum([four,thousand,two,hundred,and,fifty,two],[],4*1000+(2*100+(50+2))).
wordnum([four,thousand,two,hundred,and,fifty,three],[],4*1000+(2*100+(50+3))).
wordnum([four,thousand,two,hundred,and,fifty,four],[],4*1000+(2*100+(50+4))).
wordnum([four,thousand,two,hundred,and,fifty,five],[],4*1000+(2*100+(50+5))).
wordnum([four,thousand,two,hundred,and,fifty,six],[],4*1000+(2*100+(50+6))).
wordnum([four,thousand,two,hundred,and,fifty,seven],[],4*1000+(2*100+(50+7))).
wordnum([four,thousand,two,hundred,and,fifty,eight],[],4*1000+(2*100+(50+8))).
wordnum([four,thousand,two,hundred,and,fifty,nine],[],4*1000+(2*100+(50+9))).
wordnum([four,thousand,two,hundred,and,sixty,one],[],4*1000+(2*100+(60+1))).
wordnum([four,thousand,two,hundred,and,sixty,two],[],4*1000+(2*100+(60+2))).
wordnum([four,thousand,two,hundred,and,sixty,three],[],4*1000+(2*100+(60+3))).
wordnum([four,thousand,two,hundred,and,sixty,four],[],4*1000+(2*100+(60+4))).
wordnum([four,thousand,two,hundred,and,sixty,five],[],4*1000+(2*100+(60+5))).
wordnum([four,thousand,two,hundred,and,sixty,six],[],4*1000+(2*100+(60+6))).
wordnum([four,thousand,two,hundred,and,sixty,seven],[],4*1000+(2*100+(60+7))).
wordnum([four,thousand,two,hundred,and,sixty,eight],[],4*1000+(2*100+(60+8))).
wordnum([four,thousand,two,hundred,and,sixty,nine],[],4*1000+(2*100+(60+9))).
wordnum([four,thousand,two,hundred,and,seventy,one],[],4*1000+(2*100+(70+1))).
wordnum([four,thousand,two,hundred,and,seventy,two],[],4*1000+(2*100+(70+2))).
wordnum([four,thousand,two,hundred,and,seventy,three],[],4*1000+(2*100+(70+3))).
wordnum([four,thousand,two,hundred,and,seventy,four],[],4*1000+(2*100+(70+4))).
wordnum([four,thousand,two,hundred,and,seventy,five],[],4*1000+(2*100+(70+5))).
wordnum([four,thousand,two,hundred,and,seventy,six],[],4*1000+(2*100+(70+6))).
wordnum([four,thousand,two,hundred,and,seventy,seven],[],4*1000+(2*100+(70+7))).
wordnum([four,thousand,two,hundred,and,seventy,eight],[],4*1000+(2*100+(70+8))).
wordnum([four,thousand,two,hundred,and,seventy,nine],[],4*1000+(2*100+(70+9))).
wordnum([four,thousand,two,hundred,and,eighty,one],[],4*1000+(2*100+(80+1))).
wordnum([four,thousand,two,hundred,and,eighty,two],[],4*1000+(2*100+(80+2))).
wordnum([four,thousand,two,hundred,and,eighty,three],[],4*1000+(2*100+(80+3))).
wordnum([four,thousand,two,hundred,and,eighty,four],[],4*1000+(2*100+(80+4))).
wordnum([four,thousand,two,hundred,and,eighty,five],[],4*1000+(2*100+(80+5))).
wordnum([four,thousand,two,hundred,and,eighty,six],[],4*1000+(2*100+(80+6))).
wordnum([four,thousand,two,hundred,and,eighty,seven],[],4*1000+(2*100+(80+7))).
wordnum([four,thousand,two,hundred,and,eighty,eight],[],4*1000+(2*100+(80+8))).
wordnum([four,thousand,two,hundred,and,eighty,nine],[],4*1000+(2*100+(80+9))).
wordnum([four,thousand,two,hundred,and,ninety,one],[],4*1000+(2*100+(90+1))).
wordnum([four,thousand,two,hundred,and,ninety,two],[],4*1000+(2*100+(90+2))).
wordnum([four,thousand,two,hundred,and,ninety,three],[],4*1000+(2*100+(90+3))).
wordnum([four,thousand,two,hundred,and,ninety,four],[],4*1000+(2*100+(90+4))).
wordnum([four,thousand,two,hundred,and,ninety,five],[],4*1000+(2*100+(90+5))).
wordnum([four,thousand,two,hundred,and,ninety,six],[],4*1000+(2*100+(90+6))).
wordnum([four,thousand,two,hundred,and,ninety,seven],[],4*1000+(2*100+(90+7))).
wordnum([four,thousand,two,hundred,and,ninety,eight],[],4*1000+(2*100+(90+8))).
wordnum([four,thousand,two,hundred,and,ninety,nine],[],4*1000+(2*100+(90+9))).
wordnum([four,thousand,three,hundred,and,one],[],4*1000+(3*100+1)).
wordnum([four,thousand,three,hundred,and,two],[],4*1000+(3*100+2)).
wordnum([four,thousand,three,hundred,and,three],[],4*1000+(3*100+3)).
wordnum([four,thousand,three,hundred,and,four],[],4*1000+(3*100+4)).
wordnum([four,thousand,three,hundred,and,five],[],4*1000+(3*100+5)).
wordnum([four,thousand,three,hundred,and,six],[],4*1000+(3*100+6)).
wordnum([four,thousand,three,hundred,and,seven],[],4*1000+(3*100+7)).
wordnum([four,thousand,three,hundred,and,eight],[],4*1000+(3*100+8)).
wordnum([four,thousand,three,hundred,and,nine],[],4*1000+(3*100+9)).
wordnum([four,thousand,three,hundred,and,ten],[],4*1000+(3*100+10)).
wordnum([four,thousand,three,hundred,and,eleven],[],4*1000+(3*100+11)).
wordnum([four,thousand,three,hundred,and,twelve],[],4*1000+(3*100+12)).
wordnum([four,thousand,three,hundred,and,thirteen],[],4*1000+(3*100+13)).
wordnum([four,thousand,three,hundred,and,fourteen],[],4*1000+(3*100+14)).
wordnum([four,thousand,three,hundred,and,fifteen],[],4*1000+(3*100+15)).
wordnum([four,thousand,three,hundred,and,sixteen],[],4*1000+(3*100+16)).
wordnum([four,thousand,three,hundred,and,seventeen],[],4*1000+(3*100+17)).
wordnum([four,thousand,three,hundred,and,eighteen],[],4*1000+(3*100+18)).
wordnum([four,thousand,three,hundred,and,nineteen],[],4*1000+(3*100+19)).
wordnum([four,thousand,three,hundred,and,twenty],[],4*1000+(3*100+20)).
wordnum([four,thousand,three,hundred,and,thirty],[],4*1000+(3*100+30)).
wordnum([four,thousand,three,hundred,and,forty],[],4*1000+(3*100+40)).
wordnum([four,thousand,three,hundred,and,fifty],[],4*1000+(3*100+50)).
wordnum([four,thousand,three,hundred,and,sixty],[],4*1000+(3*100+60)).
wordnum([four,thousand,three,hundred,and,seventy],[],4*1000+(3*100+70)).
wordnum([four,thousand,three,hundred,and,eighty],[],4*1000+(3*100+80)).
wordnum([four,thousand,three,hundred,and,ninety],[],4*1000+(3*100+90)).
wordnum([four,thousand,three,hundred,and,twenty,one],[],4*1000+(3*100+(20+1))).
wordnum([four,thousand,three,hundred,and,twenty,two],[],4*1000+(3*100+(20+2))).
wordnum([four,thousand,three,hundred,and,twenty,three],[],4*1000+(3*100+(20+3))).
wordnum([four,thousand,three,hundred,and,twenty,four],[],4*1000+(3*100+(20+4))).
wordnum([four,thousand,three,hundred,and,twenty,five],[],4*1000+(3*100+(20+5))).
wordnum([four,thousand,three,hundred,and,twenty,six],[],4*1000+(3*100+(20+6))).
wordnum([four,thousand,three,hundred,and,twenty,seven],[],4*1000+(3*100+(20+7))).
wordnum([four,thousand,three,hundred,and,twenty,eight],[],4*1000+(3*100+(20+8))).
wordnum([four,thousand,three,hundred,and,twenty,nine],[],4*1000+(3*100+(20+9))).
wordnum([four,thousand,three,hundred,and,thirty,one],[],4*1000+(3*100+(30+1))).
wordnum([four,thousand,three,hundred,and,thirty,two],[],4*1000+(3*100+(30+2))).
wordnum([four,thousand,three,hundred,and,thirty,three],[],4*1000+(3*100+(30+3))).
wordnum([four,thousand,three,hundred,and,thirty,four],[],4*1000+(3*100+(30+4))).
wordnum([four,thousand,three,hundred,and,thirty,five],[],4*1000+(3*100+(30+5))).
wordnum([four,thousand,three,hundred,and,thirty,six],[],4*1000+(3*100+(30+6))).
wordnum([four,thousand,three,hundred,and,thirty,seven],[],4*1000+(3*100+(30+7))).
wordnum([four,thousand,three,hundred,and,thirty,eight],[],4*1000+(3*100+(30+8))).
wordnum([four,thousand,three,hundred,and,thirty,nine],[],4*1000+(3*100+(30+9))).
wordnum([four,thousand,three,hundred,and,forty,one],[],4*1000+(3*100+(40+1))).
wordnum([four,thousand,three,hundred,and,forty,two],[],4*1000+(3*100+(40+2))).
wordnum([four,thousand,three,hundred,and,forty,three],[],4*1000+(3*100+(40+3))).
wordnum([four,thousand,three,hundred,and,forty,four],[],4*1000+(3*100+(40+4))).
wordnum([four,thousand,three,hundred,and,forty,five],[],4*1000+(3*100+(40+5))).
wordnum([four,thousand,three,hundred,and,forty,six],[],4*1000+(3*100+(40+6))).
wordnum([four,thousand,three,hundred,and,forty,seven],[],4*1000+(3*100+(40+7))).
wordnum([four,thousand,three,hundred,and,forty,eight],[],4*1000+(3*100+(40+8))).
wordnum([four,thousand,three,hundred,and,forty,nine],[],4*1000+(3*100+(40+9))).
wordnum([four,thousand,three,hundred,and,fifty,one],[],4*1000+(3*100+(50+1))).
wordnum([four,thousand,three,hundred,and,fifty,two],[],4*1000+(3*100+(50+2))).
wordnum([four,thousand,three,hundred,and,fifty,three],[],4*1000+(3*100+(50+3))).
wordnum([four,thousand,three,hundred,and,fifty,four],[],4*1000+(3*100+(50+4))).
wordnum([four,thousand,three,hundred,and,fifty,five],[],4*1000+(3*100+(50+5))).
wordnum([four,thousand,three,hundred,and,fifty,six],[],4*1000+(3*100+(50+6))).
wordnum([four,thousand,three,hundred,and,fifty,seven],[],4*1000+(3*100+(50+7))).
wordnum([four,thousand,three,hundred,and,fifty,eight],[],4*1000+(3*100+(50+8))).
wordnum([four,thousand,three,hundred,and,fifty,nine],[],4*1000+(3*100+(50+9))).
wordnum([four,thousand,three,hundred,and,sixty,one],[],4*1000+(3*100+(60+1))).
wordnum([four,thousand,three,hundred,and,sixty,two],[],4*1000+(3*100+(60+2))).
wordnum([four,thousand,three,hundred,and,sixty,three],[],4*1000+(3*100+(60+3))).
wordnum([four,thousand,three,hundred,and,sixty,four],[],4*1000+(3*100+(60+4))).
wordnum([four,thousand,three,hundred,and,sixty,five],[],4*1000+(3*100+(60+5))).
wordnum([four,thousand,three,hundred,and,sixty,six],[],4*1000+(3*100+(60+6))).
wordnum([four,thousand,three,hundred,and,sixty,seven],[],4*1000+(3*100+(60+7))).
wordnum([four,thousand,three,hundred,and,sixty,eight],[],4*1000+(3*100+(60+8))).
wordnum([four,thousand,three,hundred,and,sixty,nine],[],4*1000+(3*100+(60+9))).
wordnum([four,thousand,three,hundred,and,seventy,one],[],4*1000+(3*100+(70+1))).
wordnum([four,thousand,three,hundred,and,seventy,two],[],4*1000+(3*100+(70+2))).
wordnum([four,thousand,three,hundred,and,seventy,three],[],4*1000+(3*100+(70+3))).
wordnum([four,thousand,three,hundred,and,seventy,four],[],4*1000+(3*100+(70+4))).
wordnum([four,thousand,three,hundred,and,seventy,five],[],4*1000+(3*100+(70+5))).
wordnum([four,thousand,three,hundred,and,seventy,six],[],4*1000+(3*100+(70+6))).
wordnum([four,thousand,three,hundred,and,seventy,seven],[],4*1000+(3*100+(70+7))).
wordnum([four,thousand,three,hundred,and,seventy,eight],[],4*1000+(3*100+(70+8))).
wordnum([four,thousand,three,hundred,and,seventy,nine],[],4*1000+(3*100+(70+9))).
wordnum([four,thousand,three,hundred,and,eighty,one],[],4*1000+(3*100+(80+1))).
wordnum([four,thousand,three,hundred,and,eighty,two],[],4*1000+(3*100+(80+2))).
wordnum([four,thousand,three,hundred,and,eighty,three],[],4*1000+(3*100+(80+3))).
wordnum([four,thousand,three,hundred,and,eighty,four],[],4*1000+(3*100+(80+4))).
wordnum([four,thousand,three,hundred,and,eighty,five],[],4*1000+(3*100+(80+5))).
wordnum([four,thousand,three,hundred,and,eighty,six],[],4*1000+(3*100+(80+6))).
wordnum([four,thousand,three,hundred,and,eighty,seven],[],4*1000+(3*100+(80+7))).
wordnum([four,thousand,three,hundred,and,eighty,eight],[],4*1000+(3*100+(80+8))).
wordnum([four,thousand,three,hundred,and,eighty,nine],[],4*1000+(3*100+(80+9))).
wordnum([four,thousand,three,hundred,and,ninety,one],[],4*1000+(3*100+(90+1))).
wordnum([four,thousand,three,hundred,and,ninety,two],[],4*1000+(3*100+(90+2))).
wordnum([four,thousand,three,hundred,and,ninety,three],[],4*1000+(3*100+(90+3))).
wordnum([four,thousand,three,hundred,and,ninety,four],[],4*1000+(3*100+(90+4))).
wordnum([four,thousand,three,hundred,and,ninety,five],[],4*1000+(3*100+(90+5))).
wordnum([four,thousand,three,hundred,and,ninety,six],[],4*1000+(3*100+(90+6))).
wordnum([four,thousand,three,hundred,and,ninety,seven],[],4*1000+(3*100+(90+7))).
wordnum([four,thousand,three,hundred,and,ninety,eight],[],4*1000+(3*100+(90+8))).
wordnum([four,thousand,three,hundred,and,ninety,nine],[],4*1000+(3*100+(90+9))).
wordnum([four,thousand,four,hundred,and,one],[],4*1000+(4*100+1)).
wordnum([four,thousand,four,hundred,and,two],[],4*1000+(4*100+2)).
wordnum([four,thousand,four,hundred,and,three],[],4*1000+(4*100+3)).
wordnum([four,thousand,four,hundred,and,four],[],4*1000+(4*100+4)).
wordnum([four,thousand,four,hundred,and,five],[],4*1000+(4*100+5)).
wordnum([four,thousand,four,hundred,and,six],[],4*1000+(4*100+6)).
wordnum([four,thousand,four,hundred,and,seven],[],4*1000+(4*100+7)).
wordnum([four,thousand,four,hundred,and,eight],[],4*1000+(4*100+8)).
wordnum([four,thousand,four,hundred,and,nine],[],4*1000+(4*100+9)).
wordnum([four,thousand,four,hundred,and,ten],[],4*1000+(4*100+10)).
wordnum([four,thousand,four,hundred,and,eleven],[],4*1000+(4*100+11)).
wordnum([four,thousand,four,hundred,and,twelve],[],4*1000+(4*100+12)).
wordnum([four,thousand,four,hundred,and,thirteen],[],4*1000+(4*100+13)).
wordnum([four,thousand,four,hundred,and,fourteen],[],4*1000+(4*100+14)).
wordnum([four,thousand,four,hundred,and,fifteen],[],4*1000+(4*100+15)).
wordnum([four,thousand,four,hundred,and,sixteen],[],4*1000+(4*100+16)).
wordnum([four,thousand,four,hundred,and,seventeen],[],4*1000+(4*100+17)).
wordnum([four,thousand,four,hundred,and,eighteen],[],4*1000+(4*100+18)).
wordnum([four,thousand,four,hundred,and,nineteen],[],4*1000+(4*100+19)).
wordnum([four,thousand,four,hundred,and,twenty],[],4*1000+(4*100+20)).
wordnum([four,thousand,four,hundred,and,thirty],[],4*1000+(4*100+30)).
wordnum([four,thousand,four,hundred,and,forty],[],4*1000+(4*100+40)).
wordnum([four,thousand,four,hundred,and,fifty],[],4*1000+(4*100+50)).
wordnum([four,thousand,four,hundred,and,sixty],[],4*1000+(4*100+60)).
wordnum([four,thousand,four,hundred,and,seventy],[],4*1000+(4*100+70)).
wordnum([four,thousand,four,hundred,and,eighty],[],4*1000+(4*100+80)).
wordnum([four,thousand,four,hundred,and,ninety],[],4*1000+(4*100+90)).
wordnum([four,thousand,four,hundred,and,twenty,one],[],4*1000+(4*100+(20+1))).
wordnum([four,thousand,four,hundred,and,twenty,two],[],4*1000+(4*100+(20+2))).
wordnum([four,thousand,four,hundred,and,twenty,three],[],4*1000+(4*100+(20+3))).
wordnum([four,thousand,four,hundred,and,twenty,four],[],4*1000+(4*100+(20+4))).
wordnum([four,thousand,four,hundred,and,twenty,five],[],4*1000+(4*100+(20+5))).
wordnum([four,thousand,four,hundred,and,twenty,six],[],4*1000+(4*100+(20+6))).
wordnum([four,thousand,four,hundred,and,twenty,seven],[],4*1000+(4*100+(20+7))).
wordnum([four,thousand,four,hundred,and,twenty,eight],[],4*1000+(4*100+(20+8))).
wordnum([four,thousand,four,hundred,and,twenty,nine],[],4*1000+(4*100+(20+9))).
wordnum([four,thousand,four,hundred,and,thirty,one],[],4*1000+(4*100+(30+1))).
wordnum([four,thousand,four,hundred,and,thirty,two],[],4*1000+(4*100+(30+2))).
wordnum([four,thousand,four,hundred,and,thirty,three],[],4*1000+(4*100+(30+3))).
wordnum([four,thousand,four,hundred,and,thirty,four],[],4*1000+(4*100+(30+4))).
wordnum([four,thousand,four,hundred,and,thirty,five],[],4*1000+(4*100+(30+5))).
wordnum([four,thousand,four,hundred,and,thirty,six],[],4*1000+(4*100+(30+6))).
wordnum([four,thousand,four,hundred,and,thirty,seven],[],4*1000+(4*100+(30+7))).
wordnum([four,thousand,four,hundred,and,thirty,eight],[],4*1000+(4*100+(30+8))).
wordnum([four,thousand,four,hundred,and,thirty,nine],[],4*1000+(4*100+(30+9))).
wordnum([four,thousand,four,hundred,and,forty,one],[],4*1000+(4*100+(40+1))).
wordnum([four,thousand,four,hundred,and,forty,two],[],4*1000+(4*100+(40+2))).
wordnum([four,thousand,four,hundred,and,forty,three],[],4*1000+(4*100+(40+3))).
wordnum([four,thousand,four,hundred,and,forty,four],[],4*1000+(4*100+(40+4))).
wordnum([four,thousand,four,hundred,and,forty,five],[],4*1000+(4*100+(40+5))).
wordnum([four,thousand,four,hundred,and,forty,six],[],4*1000+(4*100+(40+6))).
wordnum([four,thousand,four,hundred,and,forty,seven],[],4*1000+(4*100+(40+7))).
wordnum([four,thousand,four,hundred,and,forty,eight],[],4*1000+(4*100+(40+8))).
wordnum([four,thousand,four,hundred,and,forty,nine],[],4*1000+(4*100+(40+9))).
wordnum([four,thousand,four,hundred,and,fifty,one],[],4*1000+(4*100+(50+1))).
wordnum([four,thousand,four,hundred,and,fifty,two],[],4*1000+(4*100+(50+2))).
wordnum([four,thousand,four,hundred,and,fifty,three],[],4*1000+(4*100+(50+3))).
wordnum([four,thousand,four,hundred,and,fifty,four],[],4*1000+(4*100+(50+4))).
wordnum([four,thousand,four,hundred,and,fifty,five],[],4*1000+(4*100+(50+5))).
wordnum([four,thousand,four,hundred,and,fifty,six],[],4*1000+(4*100+(50+6))).
wordnum([four,thousand,four,hundred,and,fifty,seven],[],4*1000+(4*100+(50+7))).
wordnum([four,thousand,four,hundred,and,fifty,eight],[],4*1000+(4*100+(50+8))).
wordnum([four,thousand,four,hundred,and,fifty,nine],[],4*1000+(4*100+(50+9))).
wordnum([four,thousand,four,hundred,and,sixty,one],[],4*1000+(4*100+(60+1))).
wordnum([four,thousand,four,hundred,and,sixty,two],[],4*1000+(4*100+(60+2))).
wordnum([four,thousand,four,hundred,and,sixty,three],[],4*1000+(4*100+(60+3))).
wordnum([four,thousand,four,hundred,and,sixty,four],[],4*1000+(4*100+(60+4))).
wordnum([four,thousand,four,hundred,and,sixty,five],[],4*1000+(4*100+(60+5))).
wordnum([four,thousand,four,hundred,and,sixty,six],[],4*1000+(4*100+(60+6))).
wordnum([four,thousand,four,hundred,and,sixty,seven],[],4*1000+(4*100+(60+7))).
wordnum([four,thousand,four,hundred,and,sixty,eight],[],4*1000+(4*100+(60+8))).
wordnum([four,thousand,four,hundred,and,sixty,nine],[],4*1000+(4*100+(60+9))).
wordnum([four,thousand,four,hundred,and,seventy,one],[],4*1000+(4*100+(70+1))).
wordnum([four,thousand,four,hundred,and,seventy,two],[],4*1000+(4*100+(70+2))).
wordnum([four,thousand,four,hundred,and,seventy,three],[],4*1000+(4*100+(70+3))).
wordnum([four,thousand,four,hundred,and,seventy,four],[],4*1000+(4*100+(70+4))).
wordnum([four,thousand,four,hundred,and,seventy,five],[],4*1000+(4*100+(70+5))).
wordnum([four,thousand,four,hundred,and,seventy,six],[],4*1000+(4*100+(70+6))).
wordnum([four,thousand,four,hundred,and,seventy,seven],[],4*1000+(4*100+(70+7))).
wordnum([four,thousand,four,hundred,and,seventy,eight],[],4*1000+(4*100+(70+8))).
wordnum([four,thousand,four,hundred,and,seventy,nine],[],4*1000+(4*100+(70+9))).
wordnum([four,thousand,four,hundred,and,eighty,one],[],4*1000+(4*100+(80+1))).
wordnum([four,thousand,four,hundred,and,eighty,two],[],4*1000+(4*100+(80+2))).
wordnum([four,thousand,four,hundred,and,eighty,three],[],4*1000+(4*100+(80+3))).
wordnum([four,thousand,four,hundred,and,eighty,four],[],4*1000+(4*100+(80+4))).
wordnum([four,thousand,four,hundred,and,eighty,five],[],4*1000+(4*100+(80+5))).
wordnum([four,thousand,four,hundred,and,eighty,six],[],4*1000+(4*100+(80+6))).
wordnum([four,thousand,four,hundred,and,eighty,seven],[],4*1000+(4*100+(80+7))).
wordnum([four,thousand,four,hundred,and,eighty,eight],[],4*1000+(4*100+(80+8))).
wordnum([four,thousand,four,hundred,and,eighty,nine],[],4*1000+(4*100+(80+9))).
wordnum([four,thousand,four,hundred,and,ninety,one],[],4*1000+(4*100+(90+1))).
wordnum([four,thousand,four,hundred,and,ninety,two],[],4*1000+(4*100+(90+2))).
wordnum([four,thousand,four,hundred,and,ninety,three],[],4*1000+(4*100+(90+3))).
wordnum([four,thousand,four,hundred,and,ninety,four],[],4*1000+(4*100+(90+4))).
wordnum([four,thousand,four,hundred,and,ninety,five],[],4*1000+(4*100+(90+5))).
wordnum([four,thousand,four,hundred,and,ninety,six],[],4*1000+(4*100+(90+6))).
wordnum([four,thousand,four,hundred,and,ninety,seven],[],4*1000+(4*100+(90+7))).
wordnum([four,thousand,four,hundred,and,ninety,eight],[],4*1000+(4*100+(90+8))).
wordnum([four,thousand,four,hundred,and,ninety,nine],[],4*1000+(4*100+(90+9))).
wordnum([four,thousand,five,hundred,and,one],[],4*1000+(5*100+1)).
wordnum([four,thousand,five,hundred,and,two],[],4*1000+(5*100+2)).
wordnum([four,thousand,five,hundred,and,three],[],4*1000+(5*100+3)).
wordnum([four,thousand,five,hundred,and,four],[],4*1000+(5*100+4)).
wordnum([four,thousand,five,hundred,and,five],[],4*1000+(5*100+5)).
wordnum([four,thousand,five,hundred,and,six],[],4*1000+(5*100+6)).
wordnum([four,thousand,five,hundred,and,seven],[],4*1000+(5*100+7)).
wordnum([four,thousand,five,hundred,and,eight],[],4*1000+(5*100+8)).
wordnum([four,thousand,five,hundred,and,nine],[],4*1000+(5*100+9)).
wordnum([four,thousand,five,hundred,and,ten],[],4*1000+(5*100+10)).
wordnum([four,thousand,five,hundred,and,eleven],[],4*1000+(5*100+11)).
wordnum([four,thousand,five,hundred,and,twelve],[],4*1000+(5*100+12)).
wordnum([four,thousand,five,hundred,and,thirteen],[],4*1000+(5*100+13)).
wordnum([four,thousand,five,hundred,and,fourteen],[],4*1000+(5*100+14)).
wordnum([four,thousand,five,hundred,and,fifteen],[],4*1000+(5*100+15)).
wordnum([four,thousand,five,hundred,and,sixteen],[],4*1000+(5*100+16)).
wordnum([four,thousand,five,hundred,and,seventeen],[],4*1000+(5*100+17)).
wordnum([four,thousand,five,hundred,and,eighteen],[],4*1000+(5*100+18)).
wordnum([four,thousand,five,hundred,and,nineteen],[],4*1000+(5*100+19)).
wordnum([four,thousand,five,hundred,and,twenty],[],4*1000+(5*100+20)).
wordnum([four,thousand,five,hundred,and,thirty],[],4*1000+(5*100+30)).
wordnum([four,thousand,five,hundred,and,forty],[],4*1000+(5*100+40)).
wordnum([four,thousand,five,hundred,and,fifty],[],4*1000+(5*100+50)).
wordnum([four,thousand,five,hundred,and,sixty],[],4*1000+(5*100+60)).
wordnum([four,thousand,five,hundred,and,seventy],[],4*1000+(5*100+70)).
wordnum([four,thousand,five,hundred,and,eighty],[],4*1000+(5*100+80)).
wordnum([four,thousand,five,hundred,and,ninety],[],4*1000+(5*100+90)).
wordnum([four,thousand,five,hundred,and,twenty,one],[],4*1000+(5*100+(20+1))).
wordnum([four,thousand,five,hundred,and,twenty,two],[],4*1000+(5*100+(20+2))).
wordnum([four,thousand,five,hundred,and,twenty,three],[],4*1000+(5*100+(20+3))).
wordnum([four,thousand,five,hundred,and,twenty,four],[],4*1000+(5*100+(20+4))).
wordnum([four,thousand,five,hundred,and,twenty,five],[],4*1000+(5*100+(20+5))).
wordnum([four,thousand,five,hundred,and,twenty,six],[],4*1000+(5*100+(20+6))).
wordnum([four,thousand,five,hundred,and,twenty,seven],[],4*1000+(5*100+(20+7))).
wordnum([four,thousand,five,hundred,and,twenty,eight],[],4*1000+(5*100+(20+8))).
wordnum([four,thousand,five,hundred,and,twenty,nine],[],4*1000+(5*100+(20+9))).
wordnum([four,thousand,five,hundred,and,thirty,one],[],4*1000+(5*100+(30+1))).
wordnum([four,thousand,five,hundred,and,thirty,two],[],4*1000+(5*100+(30+2))).
wordnum([four,thousand,five,hundred,and,thirty,three],[],4*1000+(5*100+(30+3))).
wordnum([four,thousand,five,hundred,and,thirty,four],[],4*1000+(5*100+(30+4))).
wordnum([four,thousand,five,hundred,and,thirty,five],[],4*1000+(5*100+(30+5))).
wordnum([four,thousand,five,hundred,and,thirty,six],[],4*1000+(5*100+(30+6))).
wordnum([four,thousand,five,hundred,and,thirty,seven],[],4*1000+(5*100+(30+7))).
wordnum([four,thousand,five,hundred,and,thirty,eight],[],4*1000+(5*100+(30+8))).
wordnum([four,thousand,five,hundred,and,thirty,nine],[],4*1000+(5*100+(30+9))).
wordnum([four,thousand,five,hundred,and,forty,one],[],4*1000+(5*100+(40+1))).
wordnum([four,thousand,five,hundred,and,forty,two],[],4*1000+(5*100+(40+2))).
wordnum([four,thousand,five,hundred,and,forty,three],[],4*1000+(5*100+(40+3))).
wordnum([four,thousand,five,hundred,and,forty,four],[],4*1000+(5*100+(40+4))).
wordnum([four,thousand,five,hundred,and,forty,five],[],4*1000+(5*100+(40+5))).
wordnum([four,thousand,five,hundred,and,forty,six],[],4*1000+(5*100+(40+6))).
wordnum([four,thousand,five,hundred,and,forty,seven],[],4*1000+(5*100+(40+7))).
wordnum([four,thousand,five,hundred,and,forty,eight],[],4*1000+(5*100+(40+8))).
wordnum([four,thousand,five,hundred,and,forty,nine],[],4*1000+(5*100+(40+9))).
wordnum([four,thousand,five,hundred,and,fifty,one],[],4*1000+(5*100+(50+1))).
wordnum([four,thousand,five,hundred,and,fifty,two],[],4*1000+(5*100+(50+2))).
wordnum([four,thousand,five,hundred,and,fifty,three],[],4*1000+(5*100+(50+3))).
wordnum([four,thousand,five,hundred,and,fifty,four],[],4*1000+(5*100+(50+4))).
wordnum([four,thousand,five,hundred,and,fifty,five],[],4*1000+(5*100+(50+5))).
wordnum([four,thousand,five,hundred,and,fifty,six],[],4*1000+(5*100+(50+6))).
wordnum([four,thousand,five,hundred,and,fifty,seven],[],4*1000+(5*100+(50+7))).
wordnum([four,thousand,five,hundred,and,fifty,eight],[],4*1000+(5*100+(50+8))).
wordnum([four,thousand,five,hundred,and,fifty,nine],[],4*1000+(5*100+(50+9))).
wordnum([four,thousand,five,hundred,and,sixty,one],[],4*1000+(5*100+(60+1))).
wordnum([four,thousand,five,hundred,and,sixty,two],[],4*1000+(5*100+(60+2))).
wordnum([four,thousand,five,hundred,and,sixty,three],[],4*1000+(5*100+(60+3))).
wordnum([four,thousand,five,hundred,and,sixty,four],[],4*1000+(5*100+(60+4))).
wordnum([four,thousand,five,hundred,and,sixty,five],[],4*1000+(5*100+(60+5))).
wordnum([four,thousand,five,hundred,and,sixty,six],[],4*1000+(5*100+(60+6))).
wordnum([four,thousand,five,hundred,and,sixty,seven],[],4*1000+(5*100+(60+7))).
wordnum([four,thousand,five,hundred,and,sixty,eight],[],4*1000+(5*100+(60+8))).
wordnum([four,thousand,five,hundred,and,sixty,nine],[],4*1000+(5*100+(60+9))).
wordnum([four,thousand,five,hundred,and,seventy,one],[],4*1000+(5*100+(70+1))).
wordnum([four,thousand,five,hundred,and,seventy,two],[],4*1000+(5*100+(70+2))).
wordnum([four,thousand,five,hundred,and,seventy,three],[],4*1000+(5*100+(70+3))).
wordnum([four,thousand,five,hundred,and,seventy,four],[],4*1000+(5*100+(70+4))).
wordnum([four,thousand,five,hundred,and,seventy,five],[],4*1000+(5*100+(70+5))).
wordnum([four,thousand,five,hundred,and,seventy,six],[],4*1000+(5*100+(70+6))).
wordnum([four,thousand,five,hundred,and,seventy,seven],[],4*1000+(5*100+(70+7))).
wordnum([four,thousand,five,hundred,and,seventy,eight],[],4*1000+(5*100+(70+8))).
wordnum([four,thousand,five,hundred,and,seventy,nine],[],4*1000+(5*100+(70+9))).
wordnum([four,thousand,five,hundred,and,eighty,one],[],4*1000+(5*100+(80+1))).
wordnum([four,thousand,five,hundred,and,eighty,two],[],4*1000+(5*100+(80+2))).
wordnum([four,thousand,five,hundred,and,eighty,three],[],4*1000+(5*100+(80+3))).
wordnum([four,thousand,five,hundred,and,eighty,four],[],4*1000+(5*100+(80+4))).
wordnum([four,thousand,five,hundred,and,eighty,five],[],4*1000+(5*100+(80+5))).
wordnum([four,thousand,five,hundred,and,eighty,six],[],4*1000+(5*100+(80+6))).
wordnum([four,thousand,five,hundred,and,eighty,seven],[],4*1000+(5*100+(80+7))).
wordnum([four,thousand,five,hundred,and,eighty,eight],[],4*1000+(5*100+(80+8))).
wordnum([four,thousand,five,hundred,and,eighty,nine],[],4*1000+(5*100+(80+9))).
wordnum([four,thousand,five,hundred,and,ninety,one],[],4*1000+(5*100+(90+1))).
wordnum([four,thousand,five,hundred,and,ninety,two],[],4*1000+(5*100+(90+2))).
wordnum([four,thousand,five,hundred,and,ninety,three],[],4*1000+(5*100+(90+3))).
wordnum([four,thousand,five,hundred,and,ninety,four],[],4*1000+(5*100+(90+4))).
wordnum([four,thousand,five,hundred,and,ninety,five],[],4*1000+(5*100+(90+5))).
wordnum([four,thousand,five,hundred,and,ninety,six],[],4*1000+(5*100+(90+6))).
wordnum([four,thousand,five,hundred,and,ninety,seven],[],4*1000+(5*100+(90+7))).
wordnum([four,thousand,five,hundred,and,ninety,eight],[],4*1000+(5*100+(90+8))).
wordnum([four,thousand,five,hundred,and,ninety,nine],[],4*1000+(5*100+(90+9))).
wordnum([four,thousand,six,hundred,and,one],[],4*1000+(6*100+1)).
wordnum([four,thousand,six,hundred,and,two],[],4*1000+(6*100+2)).
wordnum([four,thousand,six,hundred,and,three],[],4*1000+(6*100+3)).
wordnum([four,thousand,six,hundred,and,four],[],4*1000+(6*100+4)).
wordnum([four,thousand,six,hundred,and,five],[],4*1000+(6*100+5)).
wordnum([four,thousand,six,hundred,and,six],[],4*1000+(6*100+6)).
wordnum([four,thousand,six,hundred,and,seven],[],4*1000+(6*100+7)).
wordnum([four,thousand,six,hundred,and,eight],[],4*1000+(6*100+8)).
wordnum([four,thousand,six,hundred,and,nine],[],4*1000+(6*100+9)).
wordnum([four,thousand,six,hundred,and,ten],[],4*1000+(6*100+10)).
wordnum([four,thousand,six,hundred,and,eleven],[],4*1000+(6*100+11)).
wordnum([four,thousand,six,hundred,and,twelve],[],4*1000+(6*100+12)).
wordnum([four,thousand,six,hundred,and,thirteen],[],4*1000+(6*100+13)).
wordnum([four,thousand,six,hundred,and,fourteen],[],4*1000+(6*100+14)).
wordnum([four,thousand,six,hundred,and,fifteen],[],4*1000+(6*100+15)).
wordnum([four,thousand,six,hundred,and,sixteen],[],4*1000+(6*100+16)).
wordnum([four,thousand,six,hundred,and,seventeen],[],4*1000+(6*100+17)).
wordnum([four,thousand,six,hundred,and,eighteen],[],4*1000+(6*100+18)).
wordnum([four,thousand,six,hundred,and,nineteen],[],4*1000+(6*100+19)).
wordnum([four,thousand,six,hundred,and,twenty],[],4*1000+(6*100+20)).
wordnum([four,thousand,six,hundred,and,thirty],[],4*1000+(6*100+30)).
wordnum([four,thousand,six,hundred,and,forty],[],4*1000+(6*100+40)).
wordnum([four,thousand,six,hundred,and,fifty],[],4*1000+(6*100+50)).
wordnum([four,thousand,six,hundred,and,sixty],[],4*1000+(6*100+60)).
wordnum([four,thousand,six,hundred,and,seventy],[],4*1000+(6*100+70)).
wordnum([four,thousand,six,hundred,and,eighty],[],4*1000+(6*100+80)).
wordnum([four,thousand,six,hundred,and,ninety],[],4*1000+(6*100+90)).
wordnum([four,thousand,six,hundred,and,twenty,one],[],4*1000+(6*100+(20+1))).
wordnum([four,thousand,six,hundred,and,twenty,two],[],4*1000+(6*100+(20+2))).
wordnum([four,thousand,six,hundred,and,twenty,three],[],4*1000+(6*100+(20+3))).
wordnum([four,thousand,six,hundred,and,twenty,four],[],4*1000+(6*100+(20+4))).
wordnum([four,thousand,six,hundred,and,twenty,five],[],4*1000+(6*100+(20+5))).
wordnum([four,thousand,six,hundred,and,twenty,six],[],4*1000+(6*100+(20+6))).
wordnum([four,thousand,six,hundred,and,twenty,seven],[],4*1000+(6*100+(20+7))).
wordnum([four,thousand,six,hundred,and,twenty,eight],[],4*1000+(6*100+(20+8))).
wordnum([four,thousand,six,hundred,and,twenty,nine],[],4*1000+(6*100+(20+9))).
wordnum([four,thousand,six,hundred,and,thirty,one],[],4*1000+(6*100+(30+1))).
wordnum([four,thousand,six,hundred,and,thirty,two],[],4*1000+(6*100+(30+2))).
wordnum([four,thousand,six,hundred,and,thirty,three],[],4*1000+(6*100+(30+3))).
wordnum([four,thousand,six,hundred,and,thirty,four],[],4*1000+(6*100+(30+4))).
wordnum([four,thousand,six,hundred,and,thirty,five],[],4*1000+(6*100+(30+5))).
wordnum([four,thousand,six,hundred,and,thirty,six],[],4*1000+(6*100+(30+6))).
wordnum([four,thousand,six,hundred,and,thirty,seven],[],4*1000+(6*100+(30+7))).
wordnum([four,thousand,six,hundred,and,thirty,eight],[],4*1000+(6*100+(30+8))).
wordnum([four,thousand,six,hundred,and,thirty,nine],[],4*1000+(6*100+(30+9))).
wordnum([four,thousand,six,hundred,and,forty,one],[],4*1000+(6*100+(40+1))).
wordnum([four,thousand,six,hundred,and,forty,two],[],4*1000+(6*100+(40+2))).
wordnum([four,thousand,six,hundred,and,forty,three],[],4*1000+(6*100+(40+3))).
wordnum([four,thousand,six,hundred,and,forty,four],[],4*1000+(6*100+(40+4))).
wordnum([four,thousand,six,hundred,and,forty,five],[],4*1000+(6*100+(40+5))).
wordnum([four,thousand,six,hundred,and,forty,six],[],4*1000+(6*100+(40+6))).
wordnum([four,thousand,six,hundred,and,forty,seven],[],4*1000+(6*100+(40+7))).
wordnum([four,thousand,six,hundred,and,forty,eight],[],4*1000+(6*100+(40+8))).
wordnum([four,thousand,six,hundred,and,forty,nine],[],4*1000+(6*100+(40+9))).
wordnum([four,thousand,six,hundred,and,fifty,one],[],4*1000+(6*100+(50+1))).
wordnum([four,thousand,six,hundred,and,fifty,two],[],4*1000+(6*100+(50+2))).
wordnum([four,thousand,six,hundred,and,fifty,three],[],4*1000+(6*100+(50+3))).
wordnum([four,thousand,six,hundred,and,fifty,four],[],4*1000+(6*100+(50+4))).
wordnum([four,thousand,six,hundred,and,fifty,five],[],4*1000+(6*100+(50+5))).
wordnum([four,thousand,six,hundred,and,fifty,six],[],4*1000+(6*100+(50+6))).
wordnum([four,thousand,six,hundred,and,fifty,seven],[],4*1000+(6*100+(50+7))).
wordnum([four,thousand,six,hundred,and,fifty,eight],[],4*1000+(6*100+(50+8))).
wordnum([four,thousand,six,hundred,and,fifty,nine],[],4*1000+(6*100+(50+9))).
wordnum([four,thousand,six,hundred,and,sixty,one],[],4*1000+(6*100+(60+1))).
wordnum([four,thousand,six,hundred,and,sixty,two],[],4*1000+(6*100+(60+2))).
wordnum([four,thousand,six,hundred,and,sixty,three],[],4*1000+(6*100+(60+3))).
wordnum([four,thousand,six,hundred,and,sixty,four],[],4*1000+(6*100+(60+4))).
wordnum([four,thousand,six,hundred,and,sixty,five],[],4*1000+(6*100+(60+5))).
wordnum([four,thousand,six,hundred,and,sixty,six],[],4*1000+(6*100+(60+6))).
wordnum([four,thousand,six,hundred,and,sixty,seven],[],4*1000+(6*100+(60+7))).
wordnum([four,thousand,six,hundred,and,sixty,eight],[],4*1000+(6*100+(60+8))).
wordnum([four,thousand,six,hundred,and,sixty,nine],[],4*1000+(6*100+(60+9))).
wordnum([four,thousand,six,hundred,and,seventy,one],[],4*1000+(6*100+(70+1))).
wordnum([four,thousand,six,hundred,and,seventy,two],[],4*1000+(6*100+(70+2))).
wordnum([four,thousand,six,hundred,and,seventy,three],[],4*1000+(6*100+(70+3))).
wordnum([four,thousand,six,hundred,and,seventy,four],[],4*1000+(6*100+(70+4))).
wordnum([four,thousand,six,hundred,and,seventy,five],[],4*1000+(6*100+(70+5))).
wordnum([four,thousand,six,hundred,and,seventy,six],[],4*1000+(6*100+(70+6))).
wordnum([four,thousand,six,hundred,and,seventy,seven],[],4*1000+(6*100+(70+7))).
wordnum([four,thousand,six,hundred,and,seventy,eight],[],4*1000+(6*100+(70+8))).
wordnum([four,thousand,six,hundred,and,seventy,nine],[],4*1000+(6*100+(70+9))).
wordnum([four,thousand,six,hundred,and,eighty,one],[],4*1000+(6*100+(80+1))).
wordnum([four,thousand,six,hundred,and,eighty,two],[],4*1000+(6*100+(80+2))).
wordnum([four,thousand,six,hundred,and,eighty,three],[],4*1000+(6*100+(80+3))).
wordnum([four,thousand,six,hundred,and,eighty,four],[],4*1000+(6*100+(80+4))).
wordnum([four,thousand,six,hundred,and,eighty,five],[],4*1000+(6*100+(80+5))).
wordnum([four,thousand,six,hundred,and,eighty,six],[],4*1000+(6*100+(80+6))).
wordnum([four,thousand,six,hundred,and,eighty,seven],[],4*1000+(6*100+(80+7))).
wordnum([four,thousand,six,hundred,and,eighty,eight],[],4*1000+(6*100+(80+8))).
wordnum([four,thousand,six,hundred,and,eighty,nine],[],4*1000+(6*100+(80+9))).
wordnum([four,thousand,six,hundred,and,ninety,one],[],4*1000+(6*100+(90+1))).
wordnum([four,thousand,six,hundred,and,ninety,two],[],4*1000+(6*100+(90+2))).
wordnum([four,thousand,six,hundred,and,ninety,three],[],4*1000+(6*100+(90+3))).
wordnum([four,thousand,six,hundred,and,ninety,four],[],4*1000+(6*100+(90+4))).
wordnum([four,thousand,six,hundred,and,ninety,five],[],4*1000+(6*100+(90+5))).
wordnum([four,thousand,six,hundred,and,ninety,six],[],4*1000+(6*100+(90+6))).
wordnum([four,thousand,six,hundred,and,ninety,seven],[],4*1000+(6*100+(90+7))).
wordnum([four,thousand,six,hundred,and,ninety,eight],[],4*1000+(6*100+(90+8))).
wordnum([four,thousand,six,hundred,and,ninety,nine],[],4*1000+(6*100+(90+9))).
wordnum([four,thousand,seven,hundred,and,one],[],4*1000+(7*100+1)).
wordnum([four,thousand,seven,hundred,and,two],[],4*1000+(7*100+2)).
wordnum([four,thousand,seven,hundred,and,three],[],4*1000+(7*100+3)).
wordnum([four,thousand,seven,hundred,and,four],[],4*1000+(7*100+4)).
wordnum([four,thousand,seven,hundred,and,five],[],4*1000+(7*100+5)).
wordnum([four,thousand,seven,hundred,and,six],[],4*1000+(7*100+6)).
wordnum([four,thousand,seven,hundred,and,seven],[],4*1000+(7*100+7)).
wordnum([four,thousand,seven,hundred,and,eight],[],4*1000+(7*100+8)).
wordnum([four,thousand,seven,hundred,and,nine],[],4*1000+(7*100+9)).
wordnum([four,thousand,seven,hundred,and,ten],[],4*1000+(7*100+10)).
wordnum([four,thousand,seven,hundred,and,eleven],[],4*1000+(7*100+11)).
wordnum([four,thousand,seven,hundred,and,twelve],[],4*1000+(7*100+12)).
wordnum([four,thousand,seven,hundred,and,thirteen],[],4*1000+(7*100+13)).
wordnum([four,thousand,seven,hundred,and,fourteen],[],4*1000+(7*100+14)).
wordnum([four,thousand,seven,hundred,and,fifteen],[],4*1000+(7*100+15)).
wordnum([four,thousand,seven,hundred,and,sixteen],[],4*1000+(7*100+16)).
wordnum([four,thousand,seven,hundred,and,seventeen],[],4*1000+(7*100+17)).
wordnum([four,thousand,seven,hundred,and,eighteen],[],4*1000+(7*100+18)).
wordnum([four,thousand,seven,hundred,and,nineteen],[],4*1000+(7*100+19)).
wordnum([four,thousand,seven,hundred,and,twenty],[],4*1000+(7*100+20)).
wordnum([four,thousand,seven,hundred,and,thirty],[],4*1000+(7*100+30)).
wordnum([four,thousand,seven,hundred,and,forty],[],4*1000+(7*100+40)).
wordnum([four,thousand,seven,hundred,and,fifty],[],4*1000+(7*100+50)).
wordnum([four,thousand,seven,hundred,and,sixty],[],4*1000+(7*100+60)).
wordnum([four,thousand,seven,hundred,and,seventy],[],4*1000+(7*100+70)).
wordnum([four,thousand,seven,hundred,and,eighty],[],4*1000+(7*100+80)).
wordnum([four,thousand,seven,hundred,and,ninety],[],4*1000+(7*100+90)).
wordnum([four,thousand,seven,hundred,and,twenty,one],[],4*1000+(7*100+(20+1))).
wordnum([four,thousand,seven,hundred,and,twenty,two],[],4*1000+(7*100+(20+2))).
wordnum([four,thousand,seven,hundred,and,twenty,three],[],4*1000+(7*100+(20+3))).
wordnum([four,thousand,seven,hundred,and,twenty,four],[],4*1000+(7*100+(20+4))).
wordnum([four,thousand,seven,hundred,and,twenty,five],[],4*1000+(7*100+(20+5))).
wordnum([four,thousand,seven,hundred,and,twenty,six],[],4*1000+(7*100+(20+6))).
wordnum([four,thousand,seven,hundred,and,twenty,seven],[],4*1000+(7*100+(20+7))).
wordnum([four,thousand,seven,hundred,and,twenty,eight],[],4*1000+(7*100+(20+8))).
wordnum([four,thousand,seven,hundred,and,twenty,nine],[],4*1000+(7*100+(20+9))).
wordnum([four,thousand,seven,hundred,and,thirty,one],[],4*1000+(7*100+(30+1))).
wordnum([four,thousand,seven,hundred,and,thirty,two],[],4*1000+(7*100+(30+2))).
wordnum([four,thousand,seven,hundred,and,thirty,three],[],4*1000+(7*100+(30+3))).
wordnum([four,thousand,seven,hundred,and,thirty,four],[],4*1000+(7*100+(30+4))).
wordnum([four,thousand,seven,hundred,and,thirty,five],[],4*1000+(7*100+(30+5))).
wordnum([four,thousand,seven,hundred,and,thirty,six],[],4*1000+(7*100+(30+6))).
wordnum([four,thousand,seven,hundred,and,thirty,seven],[],4*1000+(7*100+(30+7))).
wordnum([four,thousand,seven,hundred,and,thirty,eight],[],4*1000+(7*100+(30+8))).
wordnum([four,thousand,seven,hundred,and,thirty,nine],[],4*1000+(7*100+(30+9))).
wordnum([four,thousand,seven,hundred,and,forty,one],[],4*1000+(7*100+(40+1))).
wordnum([four,thousand,seven,hundred,and,forty,two],[],4*1000+(7*100+(40+2))).
wordnum([four,thousand,seven,hundred,and,forty,three],[],4*1000+(7*100+(40+3))).
wordnum([four,thousand,seven,hundred,and,forty,four],[],4*1000+(7*100+(40+4))).
wordnum([four,thousand,seven,hundred,and,forty,five],[],4*1000+(7*100+(40+5))).
wordnum([four,thousand,seven,hundred,and,forty,six],[],4*1000+(7*100+(40+6))).
wordnum([four,thousand,seven,hundred,and,forty,seven],[],4*1000+(7*100+(40+7))).
wordnum([four,thousand,seven,hundred,and,forty,eight],[],4*1000+(7*100+(40+8))).
wordnum([four,thousand,seven,hundred,and,forty,nine],[],4*1000+(7*100+(40+9))).
wordnum([four,thousand,seven,hundred,and,fifty,one],[],4*1000+(7*100+(50+1))).
wordnum([four,thousand,seven,hundred,and,fifty,two],[],4*1000+(7*100+(50+2))).
wordnum([four,thousand,seven,hundred,and,fifty,three],[],4*1000+(7*100+(50+3))).
wordnum([four,thousand,seven,hundred,and,fifty,four],[],4*1000+(7*100+(50+4))).
wordnum([four,thousand,seven,hundred,and,fifty,five],[],4*1000+(7*100+(50+5))).
wordnum([four,thousand,seven,hundred,and,fifty,six],[],4*1000+(7*100+(50+6))).
wordnum([four,thousand,seven,hundred,and,fifty,seven],[],4*1000+(7*100+(50+7))).
wordnum([four,thousand,seven,hundred,and,fifty,eight],[],4*1000+(7*100+(50+8))).
wordnum([four,thousand,seven,hundred,and,fifty,nine],[],4*1000+(7*100+(50+9))).
wordnum([four,thousand,seven,hundred,and,sixty,one],[],4*1000+(7*100+(60+1))).
wordnum([four,thousand,seven,hundred,and,sixty,two],[],4*1000+(7*100+(60+2))).
wordnum([four,thousand,seven,hundred,and,sixty,three],[],4*1000+(7*100+(60+3))).
wordnum([four,thousand,seven,hundred,and,sixty,four],[],4*1000+(7*100+(60+4))).
wordnum([four,thousand,seven,hundred,and,sixty,five],[],4*1000+(7*100+(60+5))).
wordnum([four,thousand,seven,hundred,and,sixty,six],[],4*1000+(7*100+(60+6))).
wordnum([four,thousand,seven,hundred,and,sixty,seven],[],4*1000+(7*100+(60+7))).
wordnum([four,thousand,seven,hundred,and,sixty,eight],[],4*1000+(7*100+(60+8))).
wordnum([four,thousand,seven,hundred,and,sixty,nine],[],4*1000+(7*100+(60+9))).
wordnum([four,thousand,seven,hundred,and,seventy,one],[],4*1000+(7*100+(70+1))).
wordnum([four,thousand,seven,hundred,and,seventy,two],[],4*1000+(7*100+(70+2))).
wordnum([four,thousand,seven,hundred,and,seventy,three],[],4*1000+(7*100+(70+3))).
wordnum([four,thousand,seven,hundred,and,seventy,four],[],4*1000+(7*100+(70+4))).
wordnum([four,thousand,seven,hundred,and,seventy,five],[],4*1000+(7*100+(70+5))).
wordnum([four,thousand,seven,hundred,and,seventy,six],[],4*1000+(7*100+(70+6))).
wordnum([four,thousand,seven,hundred,and,seventy,seven],[],4*1000+(7*100+(70+7))).
wordnum([four,thousand,seven,hundred,and,seventy,eight],[],4*1000+(7*100+(70+8))).
wordnum([four,thousand,seven,hundred,and,seventy,nine],[],4*1000+(7*100+(70+9))).
wordnum([four,thousand,seven,hundred,and,eighty,one],[],4*1000+(7*100+(80+1))).
wordnum([four,thousand,seven,hundred,and,eighty,two],[],4*1000+(7*100+(80+2))).
wordnum([four,thousand,seven,hundred,and,eighty,three],[],4*1000+(7*100+(80+3))).
wordnum([four,thousand,seven,hundred,and,eighty,four],[],4*1000+(7*100+(80+4))).
wordnum([four,thousand,seven,hundred,and,eighty,five],[],4*1000+(7*100+(80+5))).
wordnum([four,thousand,seven,hundred,and,eighty,six],[],4*1000+(7*100+(80+6))).
wordnum([four,thousand,seven,hundred,and,eighty,seven],[],4*1000+(7*100+(80+7))).
wordnum([four,thousand,seven,hundred,and,eighty,eight],[],4*1000+(7*100+(80+8))).
wordnum([four,thousand,seven,hundred,and,eighty,nine],[],4*1000+(7*100+(80+9))).
wordnum([four,thousand,seven,hundred,and,ninety,one],[],4*1000+(7*100+(90+1))).
wordnum([four,thousand,seven,hundred,and,ninety,two],[],4*1000+(7*100+(90+2))).
wordnum([four,thousand,seven,hundred,and,ninety,three],[],4*1000+(7*100+(90+3))).
wordnum([four,thousand,seven,hundred,and,ninety,four],[],4*1000+(7*100+(90+4))).
wordnum([four,thousand,seven,hundred,and,ninety,five],[],4*1000+(7*100+(90+5))).
wordnum([four,thousand,seven,hundred,and,ninety,six],[],4*1000+(7*100+(90+6))).
wordnum([four,thousand,seven,hundred,and,ninety,seven],[],4*1000+(7*100+(90+7))).
wordnum([four,thousand,seven,hundred,and,ninety,eight],[],4*1000+(7*100+(90+8))).
wordnum([four,thousand,seven,hundred,and,ninety,nine],[],4*1000+(7*100+(90+9))).
wordnum([four,thousand,eight,hundred,and,one],[],4*1000+(8*100+1)).
wordnum([four,thousand,eight,hundred,and,two],[],4*1000+(8*100+2)).
wordnum([four,thousand,eight,hundred,and,three],[],4*1000+(8*100+3)).
wordnum([four,thousand,eight,hundred,and,four],[],4*1000+(8*100+4)).
wordnum([four,thousand,eight,hundred,and,five],[],4*1000+(8*100+5)).
wordnum([four,thousand,eight,hundred,and,six],[],4*1000+(8*100+6)).
wordnum([four,thousand,eight,hundred,and,seven],[],4*1000+(8*100+7)).
wordnum([four,thousand,eight,hundred,and,eight],[],4*1000+(8*100+8)).
wordnum([four,thousand,eight,hundred,and,nine],[],4*1000+(8*100+9)).
wordnum([four,thousand,eight,hundred,and,ten],[],4*1000+(8*100+10)).
wordnum([four,thousand,eight,hundred,and,eleven],[],4*1000+(8*100+11)).
wordnum([four,thousand,eight,hundred,and,twelve],[],4*1000+(8*100+12)).
wordnum([four,thousand,eight,hundred,and,thirteen],[],4*1000+(8*100+13)).
wordnum([four,thousand,eight,hundred,and,fourteen],[],4*1000+(8*100+14)).
wordnum([four,thousand,eight,hundred,and,fifteen],[],4*1000+(8*100+15)).
wordnum([four,thousand,eight,hundred,and,sixteen],[],4*1000+(8*100+16)).
wordnum([four,thousand,eight,hundred,and,seventeen],[],4*1000+(8*100+17)).
wordnum([four,thousand,eight,hundred,and,eighteen],[],4*1000+(8*100+18)).
wordnum([four,thousand,eight,hundred,and,nineteen],[],4*1000+(8*100+19)).
wordnum([four,thousand,eight,hundred,and,twenty],[],4*1000+(8*100+20)).
wordnum([four,thousand,eight,hundred,and,thirty],[],4*1000+(8*100+30)).
wordnum([four,thousand,eight,hundred,and,forty],[],4*1000+(8*100+40)).
wordnum([four,thousand,eight,hundred,and,fifty],[],4*1000+(8*100+50)).
wordnum([four,thousand,eight,hundred,and,sixty],[],4*1000+(8*100+60)).
wordnum([four,thousand,eight,hundred,and,seventy],[],4*1000+(8*100+70)).
wordnum([four,thousand,eight,hundred,and,eighty],[],4*1000+(8*100+80)).
wordnum([four,thousand,eight,hundred,and,ninety],[],4*1000+(8*100+90)).
wordnum([four,thousand,eight,hundred,and,twenty,one],[],4*1000+(8*100+(20+1))).
wordnum([four,thousand,eight,hundred,and,twenty,two],[],4*1000+(8*100+(20+2))).
wordnum([four,thousand,eight,hundred,and,twenty,three],[],4*1000+(8*100+(20+3))).
wordnum([four,thousand,eight,hundred,and,twenty,four],[],4*1000+(8*100+(20+4))).
wordnum([four,thousand,eight,hundred,and,twenty,five],[],4*1000+(8*100+(20+5))).
wordnum([four,thousand,eight,hundred,and,twenty,six],[],4*1000+(8*100+(20+6))).
wordnum([four,thousand,eight,hundred,and,twenty,seven],[],4*1000+(8*100+(20+7))).
wordnum([four,thousand,eight,hundred,and,twenty,eight],[],4*1000+(8*100+(20+8))).
wordnum([four,thousand,eight,hundred,and,twenty,nine],[],4*1000+(8*100+(20+9))).
wordnum([four,thousand,eight,hundred,and,thirty,one],[],4*1000+(8*100+(30+1))).
wordnum([four,thousand,eight,hundred,and,thirty,two],[],4*1000+(8*100+(30+2))).
wordnum([four,thousand,eight,hundred,and,thirty,three],[],4*1000+(8*100+(30+3))).
wordnum([four,thousand,eight,hundred,and,thirty,four],[],4*1000+(8*100+(30+4))).
wordnum([four,thousand,eight,hundred,and,thirty,five],[],4*1000+(8*100+(30+5))).
wordnum([four,thousand,eight,hundred,and,thirty,six],[],4*1000+(8*100+(30+6))).
wordnum([four,thousand,eight,hundred,and,thirty,seven],[],4*1000+(8*100+(30+7))).
wordnum([four,thousand,eight,hundred,and,thirty,eight],[],4*1000+(8*100+(30+8))).
wordnum([four,thousand,eight,hundred,and,thirty,nine],[],4*1000+(8*100+(30+9))).
wordnum([four,thousand,eight,hundred,and,forty,one],[],4*1000+(8*100+(40+1))).
wordnum([four,thousand,eight,hundred,and,forty,two],[],4*1000+(8*100+(40+2))).
wordnum([four,thousand,eight,hundred,and,forty,three],[],4*1000+(8*100+(40+3))).
wordnum([four,thousand,eight,hundred,and,forty,four],[],4*1000+(8*100+(40+4))).
wordnum([four,thousand,eight,hundred,and,forty,five],[],4*1000+(8*100+(40+5))).
wordnum([four,thousand,eight,hundred,and,forty,six],[],4*1000+(8*100+(40+6))).
wordnum([four,thousand,eight,hundred,and,forty,seven],[],4*1000+(8*100+(40+7))).
wordnum([four,thousand,eight,hundred,and,forty,eight],[],4*1000+(8*100+(40+8))).
wordnum([four,thousand,eight,hundred,and,forty,nine],[],4*1000+(8*100+(40+9))).
wordnum([four,thousand,eight,hundred,and,fifty,one],[],4*1000+(8*100+(50+1))).
wordnum([four,thousand,eight,hundred,and,fifty,two],[],4*1000+(8*100+(50+2))).
wordnum([four,thousand,eight,hundred,and,fifty,three],[],4*1000+(8*100+(50+3))).
wordnum([four,thousand,eight,hundred,and,fifty,four],[],4*1000+(8*100+(50+4))).
wordnum([four,thousand,eight,hundred,and,fifty,five],[],4*1000+(8*100+(50+5))).
wordnum([four,thousand,eight,hundred,and,fifty,six],[],4*1000+(8*100+(50+6))).
wordnum([four,thousand,eight,hundred,and,fifty,seven],[],4*1000+(8*100+(50+7))).
wordnum([four,thousand,eight,hundred,and,fifty,eight],[],4*1000+(8*100+(50+8))).
wordnum([four,thousand,eight,hundred,and,fifty,nine],[],4*1000+(8*100+(50+9))).
wordnum([four,thousand,eight,hundred,and,sixty,one],[],4*1000+(8*100+(60+1))).
wordnum([four,thousand,eight,hundred,and,sixty,two],[],4*1000+(8*100+(60+2))).
wordnum([four,thousand,eight,hundred,and,sixty,three],[],4*1000+(8*100+(60+3))).
wordnum([four,thousand,eight,hundred,and,sixty,four],[],4*1000+(8*100+(60+4))).
wordnum([four,thousand,eight,hundred,and,sixty,five],[],4*1000+(8*100+(60+5))).
wordnum([four,thousand,eight,hundred,and,sixty,six],[],4*1000+(8*100+(60+6))).
wordnum([four,thousand,eight,hundred,and,sixty,seven],[],4*1000+(8*100+(60+7))).
wordnum([four,thousand,eight,hundred,and,sixty,eight],[],4*1000+(8*100+(60+8))).
wordnum([four,thousand,eight,hundred,and,sixty,nine],[],4*1000+(8*100+(60+9))).
wordnum([four,thousand,eight,hundred,and,seventy,one],[],4*1000+(8*100+(70+1))).
wordnum([four,thousand,eight,hundred,and,seventy,two],[],4*1000+(8*100+(70+2))).
wordnum([four,thousand,eight,hundred,and,seventy,three],[],4*1000+(8*100+(70+3))).
wordnum([four,thousand,eight,hundred,and,seventy,four],[],4*1000+(8*100+(70+4))).
wordnum([four,thousand,eight,hundred,and,seventy,five],[],4*1000+(8*100+(70+5))).
wordnum([four,thousand,eight,hundred,and,seventy,six],[],4*1000+(8*100+(70+6))).
wordnum([four,thousand,eight,hundred,and,seventy,seven],[],4*1000+(8*100+(70+7))).
wordnum([four,thousand,eight,hundred,and,seventy,eight],[],4*1000+(8*100+(70+8))).
wordnum([four,thousand,eight,hundred,and,seventy,nine],[],4*1000+(8*100+(70+9))).
wordnum([four,thousand,eight,hundred,and,eighty,one],[],4*1000+(8*100+(80+1))).
wordnum([four,thousand,eight,hundred,and,eighty,two],[],4*1000+(8*100+(80+2))).
wordnum([four,thousand,eight,hundred,and,eighty,three],[],4*1000+(8*100+(80+3))).
wordnum([four,thousand,eight,hundred,and,eighty,four],[],4*1000+(8*100+(80+4))).
wordnum([four,thousand,eight,hundred,and,eighty,five],[],4*1000+(8*100+(80+5))).
wordnum([four,thousand,eight,hundred,and,eighty,six],[],4*1000+(8*100+(80+6))).
wordnum([four,thousand,eight,hundred,and,eighty,seven],[],4*1000+(8*100+(80+7))).
wordnum([four,thousand,eight,hundred,and,eighty,eight],[],4*1000+(8*100+(80+8))).
wordnum([four,thousand,eight,hundred,and,eighty,nine],[],4*1000+(8*100+(80+9))).
wordnum([four,thousand,eight,hundred,and,ninety,one],[],4*1000+(8*100+(90+1))).
wordnum([four,thousand,eight,hundred,and,ninety,two],[],4*1000+(8*100+(90+2))).
wordnum([four,thousand,eight,hundred,and,ninety,three],[],4*1000+(8*100+(90+3))).
wordnum([four,thousand,eight,hundred,and,ninety,four],[],4*1000+(8*100+(90+4))).
wordnum([four,thousand,eight,hundred,and,ninety,five],[],4*1000+(8*100+(90+5))).
wordnum([four,thousand,eight,hundred,and,ninety,six],[],4*1000+(8*100+(90+6))).
wordnum([four,thousand,eight,hundred,and,ninety,seven],[],4*1000+(8*100+(90+7))).
wordnum([four,thousand,eight,hundred,and,ninety,eight],[],4*1000+(8*100+(90+8))).
wordnum([four,thousand,eight,hundred,and,ninety,nine],[],4*1000+(8*100+(90+9))).
wordnum([four,thousand,nine,hundred,and,one],[],4*1000+(9*100+1)).
wordnum([four,thousand,nine,hundred,and,two],[],4*1000+(9*100+2)).
wordnum([four,thousand,nine,hundred,and,three],[],4*1000+(9*100+3)).
wordnum([four,thousand,nine,hundred,and,four],[],4*1000+(9*100+4)).
wordnum([four,thousand,nine,hundred,and,five],[],4*1000+(9*100+5)).
wordnum([four,thousand,nine,hundred,and,six],[],4*1000+(9*100+6)).
wordnum([four,thousand,nine,hundred,and,seven],[],4*1000+(9*100+7)).
wordnum([four,thousand,nine,hundred,and,eight],[],4*1000+(9*100+8)).
wordnum([four,thousand,nine,hundred,and,nine],[],4*1000+(9*100+9)).
wordnum([four,thousand,nine,hundred,and,ten],[],4*1000+(9*100+10)).
wordnum([four,thousand,nine,hundred,and,eleven],[],4*1000+(9*100+11)).
wordnum([four,thousand,nine,hundred,and,twelve],[],4*1000+(9*100+12)).
wordnum([four,thousand,nine,hundred,and,thirteen],[],4*1000+(9*100+13)).
wordnum([four,thousand,nine,hundred,and,fourteen],[],4*1000+(9*100+14)).
wordnum([four,thousand,nine,hundred,and,fifteen],[],4*1000+(9*100+15)).
wordnum([four,thousand,nine,hundred,and,sixteen],[],4*1000+(9*100+16)).
wordnum([four,thousand,nine,hundred,and,seventeen],[],4*1000+(9*100+17)).
wordnum([four,thousand,nine,hundred,and,eighteen],[],4*1000+(9*100+18)).
wordnum([four,thousand,nine,hundred,and,nineteen],[],4*1000+(9*100+19)).
wordnum([four,thousand,nine,hundred,and,twenty],[],4*1000+(9*100+20)).
wordnum([four,thousand,nine,hundred,and,thirty],[],4*1000+(9*100+30)).
wordnum([four,thousand,nine,hundred,and,forty],[],4*1000+(9*100+40)).
wordnum([four,thousand,nine,hundred,and,fifty],[],4*1000+(9*100+50)).
wordnum([four,thousand,nine,hundred,and,sixty],[],4*1000+(9*100+60)).
wordnum([four,thousand,nine,hundred,and,seventy],[],4*1000+(9*100+70)).
wordnum([four,thousand,nine,hundred,and,eighty],[],4*1000+(9*100+80)).
wordnum([four,thousand,nine,hundred,and,ninety],[],4*1000+(9*100+90)).
wordnum([four,thousand,nine,hundred,and,twenty,one],[],4*1000+(9*100+(20+1))).
wordnum([four,thousand,nine,hundred,and,twenty,two],[],4*1000+(9*100+(20+2))).
wordnum([four,thousand,nine,hundred,and,twenty,three],[],4*1000+(9*100+(20+3))).
wordnum([four,thousand,nine,hundred,and,twenty,four],[],4*1000+(9*100+(20+4))).
wordnum([four,thousand,nine,hundred,and,twenty,five],[],4*1000+(9*100+(20+5))).
wordnum([four,thousand,nine,hundred,and,twenty,six],[],4*1000+(9*100+(20+6))).
wordnum([four,thousand,nine,hundred,and,twenty,seven],[],4*1000+(9*100+(20+7))).
wordnum([four,thousand,nine,hundred,and,twenty,eight],[],4*1000+(9*100+(20+8))).
wordnum([four,thousand,nine,hundred,and,twenty,nine],[],4*1000+(9*100+(20+9))).
wordnum([four,thousand,nine,hundred,and,thirty,one],[],4*1000+(9*100+(30+1))).
wordnum([four,thousand,nine,hundred,and,thirty,two],[],4*1000+(9*100+(30+2))).
wordnum([four,thousand,nine,hundred,and,thirty,three],[],4*1000+(9*100+(30+3))).
wordnum([four,thousand,nine,hundred,and,thirty,four],[],4*1000+(9*100+(30+4))).
wordnum([four,thousand,nine,hundred,and,thirty,five],[],4*1000+(9*100+(30+5))).
wordnum([four,thousand,nine,hundred,and,thirty,six],[],4*1000+(9*100+(30+6))).
wordnum([four,thousand,nine,hundred,and,thirty,seven],[],4*1000+(9*100+(30+7))).
wordnum([four,thousand,nine,hundred,and,thirty,eight],[],4*1000+(9*100+(30+8))).
wordnum([four,thousand,nine,hundred,and,thirty,nine],[],4*1000+(9*100+(30+9))).
wordnum([four,thousand,nine,hundred,and,forty,one],[],4*1000+(9*100+(40+1))).
wordnum([four,thousand,nine,hundred,and,forty,two],[],4*1000+(9*100+(40+2))).
wordnum([four,thousand,nine,hundred,and,forty,three],[],4*1000+(9*100+(40+3))).
wordnum([four,thousand,nine,hundred,and,forty,four],[],4*1000+(9*100+(40+4))).
wordnum([four,thousand,nine,hundred,and,forty,five],[],4*1000+(9*100+(40+5))).
wordnum([four,thousand,nine,hundred,and,forty,six],[],4*1000+(9*100+(40+6))).
wordnum([four,thousand,nine,hundred,and,forty,seven],[],4*1000+(9*100+(40+7))).
wordnum([four,thousand,nine,hundred,and,forty,eight],[],4*1000+(9*100+(40+8))).
wordnum([four,thousand,nine,hundred,and,forty,nine],[],4*1000+(9*100+(40+9))).
wordnum([four,thousand,nine,hundred,and,fifty,one],[],4*1000+(9*100+(50+1))).
wordnum([four,thousand,nine,hundred,and,fifty,two],[],4*1000+(9*100+(50+2))).
wordnum([four,thousand,nine,hundred,and,fifty,three],[],4*1000+(9*100+(50+3))).
wordnum([four,thousand,nine,hundred,and,fifty,four],[],4*1000+(9*100+(50+4))).
wordnum([four,thousand,nine,hundred,and,fifty,five],[],4*1000+(9*100+(50+5))).
wordnum([four,thousand,nine,hundred,and,fifty,six],[],4*1000+(9*100+(50+6))).
wordnum([four,thousand,nine,hundred,and,fifty,seven],[],4*1000+(9*100+(50+7))).
wordnum([four,thousand,nine,hundred,and,fifty,eight],[],4*1000+(9*100+(50+8))).
wordnum([four,thousand,nine,hundred,and,fifty,nine],[],4*1000+(9*100+(50+9))).
wordnum([four,thousand,nine,hundred,and,sixty,one],[],4*1000+(9*100+(60+1))).
wordnum([four,thousand,nine,hundred,and,sixty,two],[],4*1000+(9*100+(60+2))).
wordnum([four,thousand,nine,hundred,and,sixty,three],[],4*1000+(9*100+(60+3))).
wordnum([four,thousand,nine,hundred,and,sixty,four],[],4*1000+(9*100+(60+4))).
wordnum([four,thousand,nine,hundred,and,sixty,five],[],4*1000+(9*100+(60+5))).
wordnum([four,thousand,nine,hundred,and,sixty,six],[],4*1000+(9*100+(60+6))).
wordnum([four,thousand,nine,hundred,and,sixty,seven],[],4*1000+(9*100+(60+7))).
wordnum([four,thousand,nine,hundred,and,sixty,eight],[],4*1000+(9*100+(60+8))).
wordnum([four,thousand,nine,hundred,and,sixty,nine],[],4*1000+(9*100+(60+9))).
wordnum([four,thousand,nine,hundred,and,seventy,one],[],4*1000+(9*100+(70+1))).
wordnum([four,thousand,nine,hundred,and,seventy,two],[],4*1000+(9*100+(70+2))).
wordnum([four,thousand,nine,hundred,and,seventy,three],[],4*1000+(9*100+(70+3))).
wordnum([four,thousand,nine,hundred,and,seventy,four],[],4*1000+(9*100+(70+4))).
wordnum([four,thousand,nine,hundred,and,seventy,five],[],4*1000+(9*100+(70+5))).
wordnum([four,thousand,nine,hundred,and,seventy,six],[],4*1000+(9*100+(70+6))).
wordnum([four,thousand,nine,hundred,and,seventy,seven],[],4*1000+(9*100+(70+7))).
wordnum([four,thousand,nine,hundred,and,seventy,eight],[],4*1000+(9*100+(70+8))).
wordnum([four,thousand,nine,hundred,and,seventy,nine],[],4*1000+(9*100+(70+9))).
wordnum([four,thousand,nine,hundred,and,eighty,one],[],4*1000+(9*100+(80+1))).
wordnum([four,thousand,nine,hundred,and,eighty,two],[],4*1000+(9*100+(80+2))).
wordnum([four,thousand,nine,hundred,and,eighty,three],[],4*1000+(9*100+(80+3))).
wordnum([four,thousand,nine,hundred,and,eighty,four],[],4*1000+(9*100+(80+4))).
wordnum([four,thousand,nine,hundred,and,eighty,five],[],4*1000+(9*100+(80+5))).
wordnum([four,thousand,nine,hundred,and,eighty,six],[],4*1000+(9*100+(80+6))).
wordnum([four,thousand,nine,hundred,and,eighty,seven],[],4*1000+(9*100+(80+7))).
wordnum([four,thousand,nine,hundred,and,eighty,eight],[],4*1000+(9*100+(80+8))).
wordnum([four,thousand,nine,hundred,and,eighty,nine],[],4*1000+(9*100+(80+9))).
wordnum([four,thousand,nine,hundred,and,ninety,one],[],4*1000+(9*100+(90+1))).
wordnum([four,thousand,nine,hundred,and,ninety,two],[],4*1000+(9*100+(90+2))).
wordnum([four,thousand,nine,hundred,and,ninety,three],[],4*1000+(9*100+(90+3))).
wordnum([four,thousand,nine,hundred,and,ninety,four],[],4*1000+(9*100+(90+4))).
wordnum([four,thousand,nine,hundred,and,ninety,five],[],4*1000+(9*100+(90+5))).
wordnum([four,thousand,nine,hundred,and,ninety,six],[],4*1000+(9*100+(90+6))).
wordnum([four,thousand,nine,hundred,and,ninety,seven],[],4*1000+(9*100+(90+7))).
wordnum([four,thousand,nine,hundred,and,ninety,eight],[],4*1000+(9*100+(90+8))).
wordnum([four,thousand,nine,hundred,and,ninety,nine],[],4*1000+(9*100+(90+9))).
wordnum([five,thousand,one,hundred],[],5*1000+1*100).
wordnum([five,thousand,two,hundred],[],5*1000+2*100).
wordnum([five,thousand,three,hundred],[],5*1000+3*100).
wordnum([five,thousand,four,hundred],[],5*1000+4*100).
wordnum([five,thousand,five,hundred],[],5*1000+5*100).
wordnum([five,thousand,six,hundred],[],5*1000+6*100).
wordnum([five,thousand,seven,hundred],[],5*1000+7*100).
wordnum([five,thousand,eight,hundred],[],5*1000+8*100).
wordnum([five,thousand,nine,hundred],[],5*1000+9*100).
wordnum([five,thousand,one,hundred,and,one],[],5*1000+(1*100+1)).
wordnum([five,thousand,one,hundred,and,two],[],5*1000+(1*100+2)).
wordnum([five,thousand,one,hundred,and,three],[],5*1000+(1*100+3)).
wordnum([five,thousand,one,hundred,and,four],[],5*1000+(1*100+4)).
wordnum([five,thousand,one,hundred,and,five],[],5*1000+(1*100+5)).
wordnum([five,thousand,one,hundred,and,six],[],5*1000+(1*100+6)).
wordnum([five,thousand,one,hundred,and,seven],[],5*1000+(1*100+7)).
wordnum([five,thousand,one,hundred,and,eight],[],5*1000+(1*100+8)).
wordnum([five,thousand,one,hundred,and,nine],[],5*1000+(1*100+9)).
wordnum([five,thousand,one,hundred,and,ten],[],5*1000+(1*100+10)).
wordnum([five,thousand,one,hundred,and,eleven],[],5*1000+(1*100+11)).
wordnum([five,thousand,one,hundred,and,twelve],[],5*1000+(1*100+12)).
wordnum([five,thousand,one,hundred,and,thirteen],[],5*1000+(1*100+13)).
wordnum([five,thousand,one,hundred,and,fourteen],[],5*1000+(1*100+14)).
wordnum([five,thousand,one,hundred,and,fifteen],[],5*1000+(1*100+15)).
wordnum([five,thousand,one,hundred,and,sixteen],[],5*1000+(1*100+16)).
wordnum([five,thousand,one,hundred,and,seventeen],[],5*1000+(1*100+17)).
wordnum([five,thousand,one,hundred,and,eighteen],[],5*1000+(1*100+18)).
wordnum([five,thousand,one,hundred,and,nineteen],[],5*1000+(1*100+19)).
wordnum([five,thousand,one,hundred,and,twenty],[],5*1000+(1*100+20)).
wordnum([five,thousand,one,hundred,and,thirty],[],5*1000+(1*100+30)).
wordnum([five,thousand,one,hundred,and,forty],[],5*1000+(1*100+40)).
wordnum([five,thousand,one,hundred,and,fifty],[],5*1000+(1*100+50)).
wordnum([five,thousand,one,hundred,and,sixty],[],5*1000+(1*100+60)).
wordnum([five,thousand,one,hundred,and,seventy],[],5*1000+(1*100+70)).
wordnum([five,thousand,one,hundred,and,eighty],[],5*1000+(1*100+80)).
wordnum([five,thousand,one,hundred,and,ninety],[],5*1000+(1*100+90)).
wordnum([five,thousand,one,hundred,and,twenty,one],[],5*1000+(1*100+(20+1))).
wordnum([five,thousand,one,hundred,and,twenty,two],[],5*1000+(1*100+(20+2))).
wordnum([five,thousand,one,hundred,and,twenty,three],[],5*1000+(1*100+(20+3))).
wordnum([five,thousand,one,hundred,and,twenty,four],[],5*1000+(1*100+(20+4))).
wordnum([five,thousand,one,hundred,and,twenty,five],[],5*1000+(1*100+(20+5))).
wordnum([five,thousand,one,hundred,and,twenty,six],[],5*1000+(1*100+(20+6))).
wordnum([five,thousand,one,hundred,and,twenty,seven],[],5*1000+(1*100+(20+7))).
wordnum([five,thousand,one,hundred,and,twenty,eight],[],5*1000+(1*100+(20+8))).
wordnum([five,thousand,one,hundred,and,twenty,nine],[],5*1000+(1*100+(20+9))).
wordnum([five,thousand,one,hundred,and,thirty,one],[],5*1000+(1*100+(30+1))).
wordnum([five,thousand,one,hundred,and,thirty,two],[],5*1000+(1*100+(30+2))).
wordnum([five,thousand,one,hundred,and,thirty,three],[],5*1000+(1*100+(30+3))).
wordnum([five,thousand,one,hundred,and,thirty,four],[],5*1000+(1*100+(30+4))).
wordnum([five,thousand,one,hundred,and,thirty,five],[],5*1000+(1*100+(30+5))).
wordnum([five,thousand,one,hundred,and,thirty,six],[],5*1000+(1*100+(30+6))).
wordnum([five,thousand,one,hundred,and,thirty,seven],[],5*1000+(1*100+(30+7))).
wordnum([five,thousand,one,hundred,and,thirty,eight],[],5*1000+(1*100+(30+8))).
wordnum([five,thousand,one,hundred,and,thirty,nine],[],5*1000+(1*100+(30+9))).
wordnum([five,thousand,one,hundred,and,forty,one],[],5*1000+(1*100+(40+1))).
wordnum([five,thousand,one,hundred,and,forty,two],[],5*1000+(1*100+(40+2))).
wordnum([five,thousand,one,hundred,and,forty,three],[],5*1000+(1*100+(40+3))).
wordnum([five,thousand,one,hundred,and,forty,four],[],5*1000+(1*100+(40+4))).
wordnum([five,thousand,one,hundred,and,forty,five],[],5*1000+(1*100+(40+5))).
wordnum([five,thousand,one,hundred,and,forty,six],[],5*1000+(1*100+(40+6))).
wordnum([five,thousand,one,hundred,and,forty,seven],[],5*1000+(1*100+(40+7))).
wordnum([five,thousand,one,hundred,and,forty,eight],[],5*1000+(1*100+(40+8))).
wordnum([five,thousand,one,hundred,and,forty,nine],[],5*1000+(1*100+(40+9))).
wordnum([five,thousand,one,hundred,and,fifty,one],[],5*1000+(1*100+(50+1))).
wordnum([five,thousand,one,hundred,and,fifty,two],[],5*1000+(1*100+(50+2))).
wordnum([five,thousand,one,hundred,and,fifty,three],[],5*1000+(1*100+(50+3))).
wordnum([five,thousand,one,hundred,and,fifty,four],[],5*1000+(1*100+(50+4))).
wordnum([five,thousand,one,hundred,and,fifty,five],[],5*1000+(1*100+(50+5))).
wordnum([five,thousand,one,hundred,and,fifty,six],[],5*1000+(1*100+(50+6))).
wordnum([five,thousand,one,hundred,and,fifty,seven],[],5*1000+(1*100+(50+7))).
wordnum([five,thousand,one,hundred,and,fifty,eight],[],5*1000+(1*100+(50+8))).
wordnum([five,thousand,one,hundred,and,fifty,nine],[],5*1000+(1*100+(50+9))).
wordnum([five,thousand,one,hundred,and,sixty,one],[],5*1000+(1*100+(60+1))).
wordnum([five,thousand,one,hundred,and,sixty,two],[],5*1000+(1*100+(60+2))).
wordnum([five,thousand,one,hundred,and,sixty,three],[],5*1000+(1*100+(60+3))).
wordnum([five,thousand,one,hundred,and,sixty,four],[],5*1000+(1*100+(60+4))).
wordnum([five,thousand,one,hundred,and,sixty,five],[],5*1000+(1*100+(60+5))).
wordnum([five,thousand,one,hundred,and,sixty,six],[],5*1000+(1*100+(60+6))).
wordnum([five,thousand,one,hundred,and,sixty,seven],[],5*1000+(1*100+(60+7))).
wordnum([five,thousand,one,hundred,and,sixty,eight],[],5*1000+(1*100+(60+8))).
wordnum([five,thousand,one,hundred,and,sixty,nine],[],5*1000+(1*100+(60+9))).
wordnum([five,thousand,one,hundred,and,seventy,one],[],5*1000+(1*100+(70+1))).
wordnum([five,thousand,one,hundred,and,seventy,two],[],5*1000+(1*100+(70+2))).
wordnum([five,thousand,one,hundred,and,seventy,three],[],5*1000+(1*100+(70+3))).
wordnum([five,thousand,one,hundred,and,seventy,four],[],5*1000+(1*100+(70+4))).
wordnum([five,thousand,one,hundred,and,seventy,five],[],5*1000+(1*100+(70+5))).
wordnum([five,thousand,one,hundred,and,seventy,six],[],5*1000+(1*100+(70+6))).
wordnum([five,thousand,one,hundred,and,seventy,seven],[],5*1000+(1*100+(70+7))).
wordnum([five,thousand,one,hundred,and,seventy,eight],[],5*1000+(1*100+(70+8))).
wordnum([five,thousand,one,hundred,and,seventy,nine],[],5*1000+(1*100+(70+9))).
wordnum([five,thousand,one,hundred,and,eighty,one],[],5*1000+(1*100+(80+1))).
wordnum([five,thousand,one,hundred,and,eighty,two],[],5*1000+(1*100+(80+2))).
wordnum([five,thousand,one,hundred,and,eighty,three],[],5*1000+(1*100+(80+3))).
wordnum([five,thousand,one,hundred,and,eighty,four],[],5*1000+(1*100+(80+4))).
wordnum([five,thousand,one,hundred,and,eighty,five],[],5*1000+(1*100+(80+5))).
wordnum([five,thousand,one,hundred,and,eighty,six],[],5*1000+(1*100+(80+6))).
wordnum([five,thousand,one,hundred,and,eighty,seven],[],5*1000+(1*100+(80+7))).
wordnum([five,thousand,one,hundred,and,eighty,eight],[],5*1000+(1*100+(80+8))).
wordnum([five,thousand,one,hundred,and,eighty,nine],[],5*1000+(1*100+(80+9))).
wordnum([five,thousand,one,hundred,and,ninety,one],[],5*1000+(1*100+(90+1))).
wordnum([five,thousand,one,hundred,and,ninety,two],[],5*1000+(1*100+(90+2))).
wordnum([five,thousand,one,hundred,and,ninety,three],[],5*1000+(1*100+(90+3))).
wordnum([five,thousand,one,hundred,and,ninety,four],[],5*1000+(1*100+(90+4))).
wordnum([five,thousand,one,hundred,and,ninety,five],[],5*1000+(1*100+(90+5))).
wordnum([five,thousand,one,hundred,and,ninety,six],[],5*1000+(1*100+(90+6))).
wordnum([five,thousand,one,hundred,and,ninety,seven],[],5*1000+(1*100+(90+7))).
wordnum([five,thousand,one,hundred,and,ninety,eight],[],5*1000+(1*100+(90+8))).
wordnum([five,thousand,one,hundred,and,ninety,nine],[],5*1000+(1*100+(90+9))).
wordnum([five,thousand,two,hundred,and,one],[],5*1000+(2*100+1)).
wordnum([five,thousand,two,hundred,and,two],[],5*1000+(2*100+2)).
wordnum([five,thousand,two,hundred,and,three],[],5*1000+(2*100+3)).
wordnum([five,thousand,two,hundred,and,four],[],5*1000+(2*100+4)).
wordnum([five,thousand,two,hundred,and,five],[],5*1000+(2*100+5)).
wordnum([five,thousand,two,hundred,and,six],[],5*1000+(2*100+6)).
wordnum([five,thousand,two,hundred,and,seven],[],5*1000+(2*100+7)).
wordnum([five,thousand,two,hundred,and,eight],[],5*1000+(2*100+8)).
wordnum([five,thousand,two,hundred,and,nine],[],5*1000+(2*100+9)).
wordnum([five,thousand,two,hundred,and,ten],[],5*1000+(2*100+10)).
wordnum([five,thousand,two,hundred,and,eleven],[],5*1000+(2*100+11)).
wordnum([five,thousand,two,hundred,and,twelve],[],5*1000+(2*100+12)).
wordnum([five,thousand,two,hundred,and,thirteen],[],5*1000+(2*100+13)).
wordnum([five,thousand,two,hundred,and,fourteen],[],5*1000+(2*100+14)).
wordnum([five,thousand,two,hundred,and,fifteen],[],5*1000+(2*100+15)).
wordnum([five,thousand,two,hundred,and,sixteen],[],5*1000+(2*100+16)).
wordnum([five,thousand,two,hundred,and,seventeen],[],5*1000+(2*100+17)).
wordnum([five,thousand,two,hundred,and,eighteen],[],5*1000+(2*100+18)).
wordnum([five,thousand,two,hundred,and,nineteen],[],5*1000+(2*100+19)).
wordnum([five,thousand,two,hundred,and,twenty],[],5*1000+(2*100+20)).
wordnum([five,thousand,two,hundred,and,thirty],[],5*1000+(2*100+30)).
wordnum([five,thousand,two,hundred,and,forty],[],5*1000+(2*100+40)).
wordnum([five,thousand,two,hundred,and,fifty],[],5*1000+(2*100+50)).
wordnum([five,thousand,two,hundred,and,sixty],[],5*1000+(2*100+60)).
wordnum([five,thousand,two,hundred,and,seventy],[],5*1000+(2*100+70)).
wordnum([five,thousand,two,hundred,and,eighty],[],5*1000+(2*100+80)).
wordnum([five,thousand,two,hundred,and,ninety],[],5*1000+(2*100+90)).
wordnum([five,thousand,two,hundred,and,twenty,one],[],5*1000+(2*100+(20+1))).
wordnum([five,thousand,two,hundred,and,twenty,two],[],5*1000+(2*100+(20+2))).
wordnum([five,thousand,two,hundred,and,twenty,three],[],5*1000+(2*100+(20+3))).
wordnum([five,thousand,two,hundred,and,twenty,four],[],5*1000+(2*100+(20+4))).
wordnum([five,thousand,two,hundred,and,twenty,five],[],5*1000+(2*100+(20+5))).
wordnum([five,thousand,two,hundred,and,twenty,six],[],5*1000+(2*100+(20+6))).
wordnum([five,thousand,two,hundred,and,twenty,seven],[],5*1000+(2*100+(20+7))).
wordnum([five,thousand,two,hundred,and,twenty,eight],[],5*1000+(2*100+(20+8))).
wordnum([five,thousand,two,hundred,and,twenty,nine],[],5*1000+(2*100+(20+9))).
wordnum([five,thousand,two,hundred,and,thirty,one],[],5*1000+(2*100+(30+1))).
wordnum([five,thousand,two,hundred,and,thirty,two],[],5*1000+(2*100+(30+2))).
wordnum([five,thousand,two,hundred,and,thirty,three],[],5*1000+(2*100+(30+3))).
wordnum([five,thousand,two,hundred,and,thirty,four],[],5*1000+(2*100+(30+4))).
wordnum([five,thousand,two,hundred,and,thirty,five],[],5*1000+(2*100+(30+5))).
wordnum([five,thousand,two,hundred,and,thirty,six],[],5*1000+(2*100+(30+6))).
wordnum([five,thousand,two,hundred,and,thirty,seven],[],5*1000+(2*100+(30+7))).
wordnum([five,thousand,two,hundred,and,thirty,eight],[],5*1000+(2*100+(30+8))).
wordnum([five,thousand,two,hundred,and,thirty,nine],[],5*1000+(2*100+(30+9))).
wordnum([five,thousand,two,hundred,and,forty,one],[],5*1000+(2*100+(40+1))).
wordnum([five,thousand,two,hundred,and,forty,two],[],5*1000+(2*100+(40+2))).
wordnum([five,thousand,two,hundred,and,forty,three],[],5*1000+(2*100+(40+3))).
wordnum([five,thousand,two,hundred,and,forty,four],[],5*1000+(2*100+(40+4))).
wordnum([five,thousand,two,hundred,and,forty,five],[],5*1000+(2*100+(40+5))).
wordnum([five,thousand,two,hundred,and,forty,six],[],5*1000+(2*100+(40+6))).
wordnum([five,thousand,two,hundred,and,forty,seven],[],5*1000+(2*100+(40+7))).
wordnum([five,thousand,two,hundred,and,forty,eight],[],5*1000+(2*100+(40+8))).
wordnum([five,thousand,two,hundred,and,forty,nine],[],5*1000+(2*100+(40+9))).
wordnum([five,thousand,two,hundred,and,fifty,one],[],5*1000+(2*100+(50+1))).
wordnum([five,thousand,two,hundred,and,fifty,two],[],5*1000+(2*100+(50+2))).
wordnum([five,thousand,two,hundred,and,fifty,three],[],5*1000+(2*100+(50+3))).
wordnum([five,thousand,two,hundred,and,fifty,four],[],5*1000+(2*100+(50+4))).
wordnum([five,thousand,two,hundred,and,fifty,five],[],5*1000+(2*100+(50+5))).
wordnum([five,thousand,two,hundred,and,fifty,six],[],5*1000+(2*100+(50+6))).
wordnum([five,thousand,two,hundred,and,fifty,seven],[],5*1000+(2*100+(50+7))).
wordnum([five,thousand,two,hundred,and,fifty,eight],[],5*1000+(2*100+(50+8))).
wordnum([five,thousand,two,hundred,and,fifty,nine],[],5*1000+(2*100+(50+9))).
wordnum([five,thousand,two,hundred,and,sixty,one],[],5*1000+(2*100+(60+1))).
wordnum([five,thousand,two,hundred,and,sixty,two],[],5*1000+(2*100+(60+2))).
wordnum([five,thousand,two,hundred,and,sixty,three],[],5*1000+(2*100+(60+3))).
wordnum([five,thousand,two,hundred,and,sixty,four],[],5*1000+(2*100+(60+4))).
wordnum([five,thousand,two,hundred,and,sixty,five],[],5*1000+(2*100+(60+5))).
wordnum([five,thousand,two,hundred,and,sixty,six],[],5*1000+(2*100+(60+6))).
wordnum([five,thousand,two,hundred,and,sixty,seven],[],5*1000+(2*100+(60+7))).
wordnum([five,thousand,two,hundred,and,sixty,eight],[],5*1000+(2*100+(60+8))).
wordnum([five,thousand,two,hundred,and,sixty,nine],[],5*1000+(2*100+(60+9))).
wordnum([five,thousand,two,hundred,and,seventy,one],[],5*1000+(2*100+(70+1))).
wordnum([five,thousand,two,hundred,and,seventy,two],[],5*1000+(2*100+(70+2))).
wordnum([five,thousand,two,hundred,and,seventy,three],[],5*1000+(2*100+(70+3))).
wordnum([five,thousand,two,hundred,and,seventy,four],[],5*1000+(2*100+(70+4))).
wordnum([five,thousand,two,hundred,and,seventy,five],[],5*1000+(2*100+(70+5))).
wordnum([five,thousand,two,hundred,and,seventy,six],[],5*1000+(2*100+(70+6))).
wordnum([five,thousand,two,hundred,and,seventy,seven],[],5*1000+(2*100+(70+7))).
wordnum([five,thousand,two,hundred,and,seventy,eight],[],5*1000+(2*100+(70+8))).
wordnum([five,thousand,two,hundred,and,seventy,nine],[],5*1000+(2*100+(70+9))).
wordnum([five,thousand,two,hundred,and,eighty,one],[],5*1000+(2*100+(80+1))).
wordnum([five,thousand,two,hundred,and,eighty,two],[],5*1000+(2*100+(80+2))).
wordnum([five,thousand,two,hundred,and,eighty,three],[],5*1000+(2*100+(80+3))).
wordnum([five,thousand,two,hundred,and,eighty,four],[],5*1000+(2*100+(80+4))).
wordnum([five,thousand,two,hundred,and,eighty,five],[],5*1000+(2*100+(80+5))).
wordnum([five,thousand,two,hundred,and,eighty,six],[],5*1000+(2*100+(80+6))).
wordnum([five,thousand,two,hundred,and,eighty,seven],[],5*1000+(2*100+(80+7))).
wordnum([five,thousand,two,hundred,and,eighty,eight],[],5*1000+(2*100+(80+8))).
wordnum([five,thousand,two,hundred,and,eighty,nine],[],5*1000+(2*100+(80+9))).
wordnum([five,thousand,two,hundred,and,ninety,one],[],5*1000+(2*100+(90+1))).
wordnum([five,thousand,two,hundred,and,ninety,two],[],5*1000+(2*100+(90+2))).
wordnum([five,thousand,two,hundred,and,ninety,three],[],5*1000+(2*100+(90+3))).
wordnum([five,thousand,two,hundred,and,ninety,four],[],5*1000+(2*100+(90+4))).
wordnum([five,thousand,two,hundred,and,ninety,five],[],5*1000+(2*100+(90+5))).
wordnum([five,thousand,two,hundred,and,ninety,six],[],5*1000+(2*100+(90+6))).
wordnum([five,thousand,two,hundred,and,ninety,seven],[],5*1000+(2*100+(90+7))).
wordnum([five,thousand,two,hundred,and,ninety,eight],[],5*1000+(2*100+(90+8))).
wordnum([five,thousand,two,hundred,and,ninety,nine],[],5*1000+(2*100+(90+9))).
wordnum([five,thousand,three,hundred,and,one],[],5*1000+(3*100+1)).
wordnum([five,thousand,three,hundred,and,two],[],5*1000+(3*100+2)).
wordnum([five,thousand,three,hundred,and,three],[],5*1000+(3*100+3)).
wordnum([five,thousand,three,hundred,and,four],[],5*1000+(3*100+4)).
wordnum([five,thousand,three,hundred,and,five],[],5*1000+(3*100+5)).
wordnum([five,thousand,three,hundred,and,six],[],5*1000+(3*100+6)).
wordnum([five,thousand,three,hundred,and,seven],[],5*1000+(3*100+7)).
wordnum([five,thousand,three,hundred,and,eight],[],5*1000+(3*100+8)).
wordnum([five,thousand,three,hundred,and,nine],[],5*1000+(3*100+9)).
wordnum([five,thousand,three,hundred,and,ten],[],5*1000+(3*100+10)).
wordnum([five,thousand,three,hundred,and,eleven],[],5*1000+(3*100+11)).
wordnum([five,thousand,three,hundred,and,twelve],[],5*1000+(3*100+12)).
wordnum([five,thousand,three,hundred,and,thirteen],[],5*1000+(3*100+13)).
wordnum([five,thousand,three,hundred,and,fourteen],[],5*1000+(3*100+14)).
wordnum([five,thousand,three,hundred,and,fifteen],[],5*1000+(3*100+15)).
wordnum([five,thousand,three,hundred,and,sixteen],[],5*1000+(3*100+16)).
wordnum([five,thousand,three,hundred,and,seventeen],[],5*1000+(3*100+17)).
wordnum([five,thousand,three,hundred,and,eighteen],[],5*1000+(3*100+18)).
wordnum([five,thousand,three,hundred,and,nineteen],[],5*1000+(3*100+19)).
wordnum([five,thousand,three,hundred,and,twenty],[],5*1000+(3*100+20)).
wordnum([five,thousand,three,hundred,and,thirty],[],5*1000+(3*100+30)).
wordnum([five,thousand,three,hundred,and,forty],[],5*1000+(3*100+40)).
wordnum([five,thousand,three,hundred,and,fifty],[],5*1000+(3*100+50)).
wordnum([five,thousand,three,hundred,and,sixty],[],5*1000+(3*100+60)).
wordnum([five,thousand,three,hundred,and,seventy],[],5*1000+(3*100+70)).
wordnum([five,thousand,three,hundred,and,eighty],[],5*1000+(3*100+80)).
wordnum([five,thousand,three,hundred,and,ninety],[],5*1000+(3*100+90)).
wordnum([five,thousand,three,hundred,and,twenty,one],[],5*1000+(3*100+(20+1))).
wordnum([five,thousand,three,hundred,and,twenty,two],[],5*1000+(3*100+(20+2))).
wordnum([five,thousand,three,hundred,and,twenty,three],[],5*1000+(3*100+(20+3))).
wordnum([five,thousand,three,hundred,and,twenty,four],[],5*1000+(3*100+(20+4))).
wordnum([five,thousand,three,hundred,and,twenty,five],[],5*1000+(3*100+(20+5))).
wordnum([five,thousand,three,hundred,and,twenty,six],[],5*1000+(3*100+(20+6))).
wordnum([five,thousand,three,hundred,and,twenty,seven],[],5*1000+(3*100+(20+7))).
wordnum([five,thousand,three,hundred,and,twenty,eight],[],5*1000+(3*100+(20+8))).
wordnum([five,thousand,three,hundred,and,twenty,nine],[],5*1000+(3*100+(20+9))).
wordnum([five,thousand,three,hundred,and,thirty,one],[],5*1000+(3*100+(30+1))).
wordnum([five,thousand,three,hundred,and,thirty,two],[],5*1000+(3*100+(30+2))).
wordnum([five,thousand,three,hundred,and,thirty,three],[],5*1000+(3*100+(30+3))).
wordnum([five,thousand,three,hundred,and,thirty,four],[],5*1000+(3*100+(30+4))).
wordnum([five,thousand,three,hundred,and,thirty,five],[],5*1000+(3*100+(30+5))).
wordnum([five,thousand,three,hundred,and,thirty,six],[],5*1000+(3*100+(30+6))).
wordnum([five,thousand,three,hundred,and,thirty,seven],[],5*1000+(3*100+(30+7))).
wordnum([five,thousand,three,hundred,and,thirty,eight],[],5*1000+(3*100+(30+8))).
wordnum([five,thousand,three,hundred,and,thirty,nine],[],5*1000+(3*100+(30+9))).
wordnum([five,thousand,three,hundred,and,forty,one],[],5*1000+(3*100+(40+1))).
wordnum([five,thousand,three,hundred,and,forty,two],[],5*1000+(3*100+(40+2))).
wordnum([five,thousand,three,hundred,and,forty,three],[],5*1000+(3*100+(40+3))).
wordnum([five,thousand,three,hundred,and,forty,four],[],5*1000+(3*100+(40+4))).
wordnum([five,thousand,three,hundred,and,forty,five],[],5*1000+(3*100+(40+5))).
wordnum([five,thousand,three,hundred,and,forty,six],[],5*1000+(3*100+(40+6))).
wordnum([five,thousand,three,hundred,and,forty,seven],[],5*1000+(3*100+(40+7))).
wordnum([five,thousand,three,hundred,and,forty,eight],[],5*1000+(3*100+(40+8))).
wordnum([five,thousand,three,hundred,and,forty,nine],[],5*1000+(3*100+(40+9))).
wordnum([five,thousand,three,hundred,and,fifty,one],[],5*1000+(3*100+(50+1))).
wordnum([five,thousand,three,hundred,and,fifty,two],[],5*1000+(3*100+(50+2))).
wordnum([five,thousand,three,hundred,and,fifty,three],[],5*1000+(3*100+(50+3))).
wordnum([five,thousand,three,hundred,and,fifty,four],[],5*1000+(3*100+(50+4))).
wordnum([five,thousand,three,hundred,and,fifty,five],[],5*1000+(3*100+(50+5))).
wordnum([five,thousand,three,hundred,and,fifty,six],[],5*1000+(3*100+(50+6))).
wordnum([five,thousand,three,hundred,and,fifty,seven],[],5*1000+(3*100+(50+7))).
wordnum([five,thousand,three,hundred,and,fifty,eight],[],5*1000+(3*100+(50+8))).
wordnum([five,thousand,three,hundred,and,fifty,nine],[],5*1000+(3*100+(50+9))).
wordnum([five,thousand,three,hundred,and,sixty,one],[],5*1000+(3*100+(60+1))).
wordnum([five,thousand,three,hundred,and,sixty,two],[],5*1000+(3*100+(60+2))).
wordnum([five,thousand,three,hundred,and,sixty,three],[],5*1000+(3*100+(60+3))).
wordnum([five,thousand,three,hundred,and,sixty,four],[],5*1000+(3*100+(60+4))).
wordnum([five,thousand,three,hundred,and,sixty,five],[],5*1000+(3*100+(60+5))).
wordnum([five,thousand,three,hundred,and,sixty,six],[],5*1000+(3*100+(60+6))).
wordnum([five,thousand,three,hundred,and,sixty,seven],[],5*1000+(3*100+(60+7))).
wordnum([five,thousand,three,hundred,and,sixty,eight],[],5*1000+(3*100+(60+8))).
wordnum([five,thousand,three,hundred,and,sixty,nine],[],5*1000+(3*100+(60+9))).
wordnum([five,thousand,three,hundred,and,seventy,one],[],5*1000+(3*100+(70+1))).
wordnum([five,thousand,three,hundred,and,seventy,two],[],5*1000+(3*100+(70+2))).
wordnum([five,thousand,three,hundred,and,seventy,three],[],5*1000+(3*100+(70+3))).
wordnum([five,thousand,three,hundred,and,seventy,four],[],5*1000+(3*100+(70+4))).
wordnum([five,thousand,three,hundred,and,seventy,five],[],5*1000+(3*100+(70+5))).
wordnum([five,thousand,three,hundred,and,seventy,six],[],5*1000+(3*100+(70+6))).
wordnum([five,thousand,three,hundred,and,seventy,seven],[],5*1000+(3*100+(70+7))).
wordnum([five,thousand,three,hundred,and,seventy,eight],[],5*1000+(3*100+(70+8))).
wordnum([five,thousand,three,hundred,and,seventy,nine],[],5*1000+(3*100+(70+9))).
wordnum([five,thousand,three,hundred,and,eighty,one],[],5*1000+(3*100+(80+1))).
wordnum([five,thousand,three,hundred,and,eighty,two],[],5*1000+(3*100+(80+2))).
wordnum([five,thousand,three,hundred,and,eighty,three],[],5*1000+(3*100+(80+3))).
wordnum([five,thousand,three,hundred,and,eighty,four],[],5*1000+(3*100+(80+4))).
wordnum([five,thousand,three,hundred,and,eighty,five],[],5*1000+(3*100+(80+5))).
wordnum([five,thousand,three,hundred,and,eighty,six],[],5*1000+(3*100+(80+6))).
wordnum([five,thousand,three,hundred,and,eighty,seven],[],5*1000+(3*100+(80+7))).
wordnum([five,thousand,three,hundred,and,eighty,eight],[],5*1000+(3*100+(80+8))).
wordnum([five,thousand,three,hundred,and,eighty,nine],[],5*1000+(3*100+(80+9))).
wordnum([five,thousand,three,hundred,and,ninety,one],[],5*1000+(3*100+(90+1))).
wordnum([five,thousand,three,hundred,and,ninety,two],[],5*1000+(3*100+(90+2))).
wordnum([five,thousand,three,hundred,and,ninety,three],[],5*1000+(3*100+(90+3))).
wordnum([five,thousand,three,hundred,and,ninety,four],[],5*1000+(3*100+(90+4))).
wordnum([five,thousand,three,hundred,and,ninety,five],[],5*1000+(3*100+(90+5))).
wordnum([five,thousand,three,hundred,and,ninety,six],[],5*1000+(3*100+(90+6))).
wordnum([five,thousand,three,hundred,and,ninety,seven],[],5*1000+(3*100+(90+7))).
wordnum([five,thousand,three,hundred,and,ninety,eight],[],5*1000+(3*100+(90+8))).
wordnum([five,thousand,three,hundred,and,ninety,nine],[],5*1000+(3*100+(90+9))).
wordnum([five,thousand,four,hundred,and,one],[],5*1000+(4*100+1)).
wordnum([five,thousand,four,hundred,and,two],[],5*1000+(4*100+2)).
wordnum([five,thousand,four,hundred,and,three],[],5*1000+(4*100+3)).
wordnum([five,thousand,four,hundred,and,four],[],5*1000+(4*100+4)).
wordnum([five,thousand,four,hundred,and,five],[],5*1000+(4*100+5)).
wordnum([five,thousand,four,hundred,and,six],[],5*1000+(4*100+6)).
wordnum([five,thousand,four,hundred,and,seven],[],5*1000+(4*100+7)).
wordnum([five,thousand,four,hundred,and,eight],[],5*1000+(4*100+8)).
wordnum([five,thousand,four,hundred,and,nine],[],5*1000+(4*100+9)).
wordnum([five,thousand,four,hundred,and,ten],[],5*1000+(4*100+10)).
wordnum([five,thousand,four,hundred,and,eleven],[],5*1000+(4*100+11)).
wordnum([five,thousand,four,hundred,and,twelve],[],5*1000+(4*100+12)).
wordnum([five,thousand,four,hundred,and,thirteen],[],5*1000+(4*100+13)).
wordnum([five,thousand,four,hundred,and,fourteen],[],5*1000+(4*100+14)).
wordnum([five,thousand,four,hundred,and,fifteen],[],5*1000+(4*100+15)).
wordnum([five,thousand,four,hundred,and,sixteen],[],5*1000+(4*100+16)).
wordnum([five,thousand,four,hundred,and,seventeen],[],5*1000+(4*100+17)).
wordnum([five,thousand,four,hundred,and,eighteen],[],5*1000+(4*100+18)).
wordnum([five,thousand,four,hundred,and,nineteen],[],5*1000+(4*100+19)).
wordnum([five,thousand,four,hundred,and,twenty],[],5*1000+(4*100+20)).
wordnum([five,thousand,four,hundred,and,thirty],[],5*1000+(4*100+30)).
wordnum([five,thousand,four,hundred,and,forty],[],5*1000+(4*100+40)).
wordnum([five,thousand,four,hundred,and,fifty],[],5*1000+(4*100+50)).
wordnum([five,thousand,four,hundred,and,sixty],[],5*1000+(4*100+60)).
wordnum([five,thousand,four,hundred,and,seventy],[],5*1000+(4*100+70)).
wordnum([five,thousand,four,hundred,and,eighty],[],5*1000+(4*100+80)).
wordnum([five,thousand,four,hundred,and,ninety],[],5*1000+(4*100+90)).
wordnum([five,thousand,four,hundred,and,twenty,one],[],5*1000+(4*100+(20+1))).
wordnum([five,thousand,four,hundred,and,twenty,two],[],5*1000+(4*100+(20+2))).
wordnum([five,thousand,four,hundred,and,twenty,three],[],5*1000+(4*100+(20+3))).
wordnum([five,thousand,four,hundred,and,twenty,four],[],5*1000+(4*100+(20+4))).
wordnum([five,thousand,four,hundred,and,twenty,five],[],5*1000+(4*100+(20+5))).
wordnum([five,thousand,four,hundred,and,twenty,six],[],5*1000+(4*100+(20+6))).
wordnum([five,thousand,four,hundred,and,twenty,seven],[],5*1000+(4*100+(20+7))).
wordnum([five,thousand,four,hundred,and,twenty,eight],[],5*1000+(4*100+(20+8))).
wordnum([five,thousand,four,hundred,and,twenty,nine],[],5*1000+(4*100+(20+9))).
wordnum([five,thousand,four,hundred,and,thirty,one],[],5*1000+(4*100+(30+1))).
wordnum([five,thousand,four,hundred,and,thirty,two],[],5*1000+(4*100+(30+2))).
wordnum([five,thousand,four,hundred,and,thirty,three],[],5*1000+(4*100+(30+3))).
wordnum([five,thousand,four,hundred,and,thirty,four],[],5*1000+(4*100+(30+4))).
wordnum([five,thousand,four,hundred,and,thirty,five],[],5*1000+(4*100+(30+5))).
wordnum([five,thousand,four,hundred,and,thirty,six],[],5*1000+(4*100+(30+6))).
wordnum([five,thousand,four,hundred,and,thirty,seven],[],5*1000+(4*100+(30+7))).
wordnum([five,thousand,four,hundred,and,thirty,eight],[],5*1000+(4*100+(30+8))).
wordnum([five,thousand,four,hundred,and,thirty,nine],[],5*1000+(4*100+(30+9))).
wordnum([five,thousand,four,hundred,and,forty,one],[],5*1000+(4*100+(40+1))).
wordnum([five,thousand,four,hundred,and,forty,two],[],5*1000+(4*100+(40+2))).
wordnum([five,thousand,four,hundred,and,forty,three],[],5*1000+(4*100+(40+3))).
wordnum([five,thousand,four,hundred,and,forty,four],[],5*1000+(4*100+(40+4))).
wordnum([five,thousand,four,hundred,and,forty,five],[],5*1000+(4*100+(40+5))).
wordnum([five,thousand,four,hundred,and,forty,six],[],5*1000+(4*100+(40+6))).
wordnum([five,thousand,four,hundred,and,forty,seven],[],5*1000+(4*100+(40+7))).
wordnum([five,thousand,four,hundred,and,forty,eight],[],5*1000+(4*100+(40+8))).
wordnum([five,thousand,four,hundred,and,forty,nine],[],5*1000+(4*100+(40+9))).
wordnum([five,thousand,four,hundred,and,fifty,one],[],5*1000+(4*100+(50+1))).
wordnum([five,thousand,four,hundred,and,fifty,two],[],5*1000+(4*100+(50+2))).
wordnum([five,thousand,four,hundred,and,fifty,three],[],5*1000+(4*100+(50+3))).
wordnum([five,thousand,four,hundred,and,fifty,four],[],5*1000+(4*100+(50+4))).
wordnum([five,thousand,four,hundred,and,fifty,five],[],5*1000+(4*100+(50+5))).
wordnum([five,thousand,four,hundred,and,fifty,six],[],5*1000+(4*100+(50+6))).
wordnum([five,thousand,four,hundred,and,fifty,seven],[],5*1000+(4*100+(50+7))).
wordnum([five,thousand,four,hundred,and,fifty,eight],[],5*1000+(4*100+(50+8))).
wordnum([five,thousand,four,hundred,and,fifty,nine],[],5*1000+(4*100+(50+9))).
wordnum([five,thousand,four,hundred,and,sixty,one],[],5*1000+(4*100+(60+1))).
wordnum([five,thousand,four,hundred,and,sixty,two],[],5*1000+(4*100+(60+2))).
wordnum([five,thousand,four,hundred,and,sixty,three],[],5*1000+(4*100+(60+3))).
wordnum([five,thousand,four,hundred,and,sixty,four],[],5*1000+(4*100+(60+4))).
wordnum([five,thousand,four,hundred,and,sixty,five],[],5*1000+(4*100+(60+5))).
wordnum([five,thousand,four,hundred,and,sixty,six],[],5*1000+(4*100+(60+6))).
wordnum([five,thousand,four,hundred,and,sixty,seven],[],5*1000+(4*100+(60+7))).
wordnum([five,thousand,four,hundred,and,sixty,eight],[],5*1000+(4*100+(60+8))).
wordnum([five,thousand,four,hundred,and,sixty,nine],[],5*1000+(4*100+(60+9))).
wordnum([five,thousand,four,hundred,and,seventy,one],[],5*1000+(4*100+(70+1))).
wordnum([five,thousand,four,hundred,and,seventy,two],[],5*1000+(4*100+(70+2))).
wordnum([five,thousand,four,hundred,and,seventy,three],[],5*1000+(4*100+(70+3))).
wordnum([five,thousand,four,hundred,and,seventy,four],[],5*1000+(4*100+(70+4))).
wordnum([five,thousand,four,hundred,and,seventy,five],[],5*1000+(4*100+(70+5))).
wordnum([five,thousand,four,hundred,and,seventy,six],[],5*1000+(4*100+(70+6))).
wordnum([five,thousand,four,hundred,and,seventy,seven],[],5*1000+(4*100+(70+7))).
wordnum([five,thousand,four,hundred,and,seventy,eight],[],5*1000+(4*100+(70+8))).
wordnum([five,thousand,four,hundred,and,seventy,nine],[],5*1000+(4*100+(70+9))).
wordnum([five,thousand,four,hundred,and,eighty,one],[],5*1000+(4*100+(80+1))).
wordnum([five,thousand,four,hundred,and,eighty,two],[],5*1000+(4*100+(80+2))).
wordnum([five,thousand,four,hundred,and,eighty,three],[],5*1000+(4*100+(80+3))).
wordnum([five,thousand,four,hundred,and,eighty,four],[],5*1000+(4*100+(80+4))).
wordnum([five,thousand,four,hundred,and,eighty,five],[],5*1000+(4*100+(80+5))).
wordnum([five,thousand,four,hundred,and,eighty,six],[],5*1000+(4*100+(80+6))).
wordnum([five,thousand,four,hundred,and,eighty,seven],[],5*1000+(4*100+(80+7))).
wordnum([five,thousand,four,hundred,and,eighty,eight],[],5*1000+(4*100+(80+8))).
wordnum([five,thousand,four,hundred,and,eighty,nine],[],5*1000+(4*100+(80+9))).
wordnum([five,thousand,four,hundred,and,ninety,one],[],5*1000+(4*100+(90+1))).
wordnum([five,thousand,four,hundred,and,ninety,two],[],5*1000+(4*100+(90+2))).
wordnum([five,thousand,four,hundred,and,ninety,three],[],5*1000+(4*100+(90+3))).
wordnum([five,thousand,four,hundred,and,ninety,four],[],5*1000+(4*100+(90+4))).
wordnum([five,thousand,four,hundred,and,ninety,five],[],5*1000+(4*100+(90+5))).
wordnum([five,thousand,four,hundred,and,ninety,six],[],5*1000+(4*100+(90+6))).
wordnum([five,thousand,four,hundred,and,ninety,seven],[],5*1000+(4*100+(90+7))).
wordnum([five,thousand,four,hundred,and,ninety,eight],[],5*1000+(4*100+(90+8))).
wordnum([five,thousand,four,hundred,and,ninety,nine],[],5*1000+(4*100+(90+9))).
wordnum([five,thousand,five,hundred,and,one],[],5*1000+(5*100+1)).
wordnum([five,thousand,five,hundred,and,two],[],5*1000+(5*100+2)).
wordnum([five,thousand,five,hundred,and,three],[],5*1000+(5*100+3)).
wordnum([five,thousand,five,hundred,and,four],[],5*1000+(5*100+4)).
wordnum([five,thousand,five,hundred,and,five],[],5*1000+(5*100+5)).
wordnum([five,thousand,five,hundred,and,six],[],5*1000+(5*100+6)).
wordnum([five,thousand,five,hundred,and,seven],[],5*1000+(5*100+7)).
wordnum([five,thousand,five,hundred,and,eight],[],5*1000+(5*100+8)).
wordnum([five,thousand,five,hundred,and,nine],[],5*1000+(5*100+9)).
wordnum([five,thousand,five,hundred,and,ten],[],5*1000+(5*100+10)).
wordnum([five,thousand,five,hundred,and,eleven],[],5*1000+(5*100+11)).
wordnum([five,thousand,five,hundred,and,twelve],[],5*1000+(5*100+12)).
wordnum([five,thousand,five,hundred,and,thirteen],[],5*1000+(5*100+13)).
wordnum([five,thousand,five,hundred,and,fourteen],[],5*1000+(5*100+14)).
wordnum([five,thousand,five,hundred,and,fifteen],[],5*1000+(5*100+15)).
wordnum([five,thousand,five,hundred,and,sixteen],[],5*1000+(5*100+16)).
wordnum([five,thousand,five,hundred,and,seventeen],[],5*1000+(5*100+17)).
wordnum([five,thousand,five,hundred,and,eighteen],[],5*1000+(5*100+18)).
wordnum([five,thousand,five,hundred,and,nineteen],[],5*1000+(5*100+19)).
wordnum([five,thousand,five,hundred,and,twenty],[],5*1000+(5*100+20)).
wordnum([five,thousand,five,hundred,and,thirty],[],5*1000+(5*100+30)).
wordnum([five,thousand,five,hundred,and,forty],[],5*1000+(5*100+40)).
wordnum([five,thousand,five,hundred,and,fifty],[],5*1000+(5*100+50)).
wordnum([five,thousand,five,hundred,and,sixty],[],5*1000+(5*100+60)).
wordnum([five,thousand,five,hundred,and,seventy],[],5*1000+(5*100+70)).
wordnum([five,thousand,five,hundred,and,eighty],[],5*1000+(5*100+80)).
wordnum([five,thousand,five,hundred,and,ninety],[],5*1000+(5*100+90)).
wordnum([five,thousand,five,hundred,and,twenty,one],[],5*1000+(5*100+(20+1))).
wordnum([five,thousand,five,hundred,and,twenty,two],[],5*1000+(5*100+(20+2))).
wordnum([five,thousand,five,hundred,and,twenty,three],[],5*1000+(5*100+(20+3))).
wordnum([five,thousand,five,hundred,and,twenty,four],[],5*1000+(5*100+(20+4))).
wordnum([five,thousand,five,hundred,and,twenty,five],[],5*1000+(5*100+(20+5))).
wordnum([five,thousand,five,hundred,and,twenty,six],[],5*1000+(5*100+(20+6))).
wordnum([five,thousand,five,hundred,and,twenty,seven],[],5*1000+(5*100+(20+7))).
wordnum([five,thousand,five,hundred,and,twenty,eight],[],5*1000+(5*100+(20+8))).
wordnum([five,thousand,five,hundred,and,twenty,nine],[],5*1000+(5*100+(20+9))).
wordnum([five,thousand,five,hundred,and,thirty,one],[],5*1000+(5*100+(30+1))).
wordnum([five,thousand,five,hundred,and,thirty,two],[],5*1000+(5*100+(30+2))).
wordnum([five,thousand,five,hundred,and,thirty,three],[],5*1000+(5*100+(30+3))).
wordnum([five,thousand,five,hundred,and,thirty,four],[],5*1000+(5*100+(30+4))).
wordnum([five,thousand,five,hundred,and,thirty,five],[],5*1000+(5*100+(30+5))).
wordnum([five,thousand,five,hundred,and,thirty,six],[],5*1000+(5*100+(30+6))).
wordnum([five,thousand,five,hundred,and,thirty,seven],[],5*1000+(5*100+(30+7))).
wordnum([five,thousand,five,hundred,and,thirty,eight],[],5*1000+(5*100+(30+8))).
wordnum([five,thousand,five,hundred,and,thirty,nine],[],5*1000+(5*100+(30+9))).
wordnum([five,thousand,five,hundred,and,forty,one],[],5*1000+(5*100+(40+1))).
wordnum([five,thousand,five,hundred,and,forty,two],[],5*1000+(5*100+(40+2))).
wordnum([five,thousand,five,hundred,and,forty,three],[],5*1000+(5*100+(40+3))).
wordnum([five,thousand,five,hundred,and,forty,four],[],5*1000+(5*100+(40+4))).
wordnum([five,thousand,five,hundred,and,forty,five],[],5*1000+(5*100+(40+5))).
wordnum([five,thousand,five,hundred,and,forty,six],[],5*1000+(5*100+(40+6))).
wordnum([five,thousand,five,hundred,and,forty,seven],[],5*1000+(5*100+(40+7))).
wordnum([five,thousand,five,hundred,and,forty,eight],[],5*1000+(5*100+(40+8))).
wordnum([five,thousand,five,hundred,and,forty,nine],[],5*1000+(5*100+(40+9))).
wordnum([five,thousand,five,hundred,and,fifty,one],[],5*1000+(5*100+(50+1))).
wordnum([five,thousand,five,hundred,and,fifty,two],[],5*1000+(5*100+(50+2))).
wordnum([five,thousand,five,hundred,and,fifty,three],[],5*1000+(5*100+(50+3))).
wordnum([five,thousand,five,hundred,and,fifty,four],[],5*1000+(5*100+(50+4))).
wordnum([five,thousand,five,hundred,and,fifty,five],[],5*1000+(5*100+(50+5))).
wordnum([five,thousand,five,hundred,and,fifty,six],[],5*1000+(5*100+(50+6))).
wordnum([five,thousand,five,hundred,and,fifty,seven],[],5*1000+(5*100+(50+7))).
wordnum([five,thousand,five,hundred,and,fifty,eight],[],5*1000+(5*100+(50+8))).
wordnum([five,thousand,five,hundred,and,fifty,nine],[],5*1000+(5*100+(50+9))).
wordnum([five,thousand,five,hundred,and,sixty,one],[],5*1000+(5*100+(60+1))).
wordnum([five,thousand,five,hundred,and,sixty,two],[],5*1000+(5*100+(60+2))).
wordnum([five,thousand,five,hundred,and,sixty,three],[],5*1000+(5*100+(60+3))).
wordnum([five,thousand,five,hundred,and,sixty,four],[],5*1000+(5*100+(60+4))).
wordnum([five,thousand,five,hundred,and,sixty,five],[],5*1000+(5*100+(60+5))).
wordnum([five,thousand,five,hundred,and,sixty,six],[],5*1000+(5*100+(60+6))).
wordnum([five,thousand,five,hundred,and,sixty,seven],[],5*1000+(5*100+(60+7))).
wordnum([five,thousand,five,hundred,and,sixty,eight],[],5*1000+(5*100+(60+8))).
wordnum([five,thousand,five,hundred,and,sixty,nine],[],5*1000+(5*100+(60+9))).
wordnum([five,thousand,five,hundred,and,seventy,one],[],5*1000+(5*100+(70+1))).
wordnum([five,thousand,five,hundred,and,seventy,two],[],5*1000+(5*100+(70+2))).
wordnum([five,thousand,five,hundred,and,seventy,three],[],5*1000+(5*100+(70+3))).
wordnum([five,thousand,five,hundred,and,seventy,four],[],5*1000+(5*100+(70+4))).
wordnum([five,thousand,five,hundred,and,seventy,five],[],5*1000+(5*100+(70+5))).
wordnum([five,thousand,five,hundred,and,seventy,six],[],5*1000+(5*100+(70+6))).
wordnum([five,thousand,five,hundred,and,seventy,seven],[],5*1000+(5*100+(70+7))).
wordnum([five,thousand,five,hundred,and,seventy,eight],[],5*1000+(5*100+(70+8))).
wordnum([five,thousand,five,hundred,and,seventy,nine],[],5*1000+(5*100+(70+9))).
wordnum([five,thousand,five,hundred,and,eighty,one],[],5*1000+(5*100+(80+1))).
wordnum([five,thousand,five,hundred,and,eighty,two],[],5*1000+(5*100+(80+2))).
wordnum([five,thousand,five,hundred,and,eighty,three],[],5*1000+(5*100+(80+3))).
wordnum([five,thousand,five,hundred,and,eighty,four],[],5*1000+(5*100+(80+4))).
wordnum([five,thousand,five,hundred,and,eighty,five],[],5*1000+(5*100+(80+5))).
wordnum([five,thousand,five,hundred,and,eighty,six],[],5*1000+(5*100+(80+6))).
wordnum([five,thousand,five,hundred,and,eighty,seven],[],5*1000+(5*100+(80+7))).
wordnum([five,thousand,five,hundred,and,eighty,eight],[],5*1000+(5*100+(80+8))).
wordnum([five,thousand,five,hundred,and,eighty,nine],[],5*1000+(5*100+(80+9))).
wordnum([five,thousand,five,hundred,and,ninety,one],[],5*1000+(5*100+(90+1))).
wordnum([five,thousand,five,hundred,and,ninety,two],[],5*1000+(5*100+(90+2))).
wordnum([five,thousand,five,hundred,and,ninety,three],[],5*1000+(5*100+(90+3))).
wordnum([five,thousand,five,hundred,and,ninety,four],[],5*1000+(5*100+(90+4))).
wordnum([five,thousand,five,hundred,and,ninety,five],[],5*1000+(5*100+(90+5))).
wordnum([five,thousand,five,hundred,and,ninety,six],[],5*1000+(5*100+(90+6))).
wordnum([five,thousand,five,hundred,and,ninety,seven],[],5*1000+(5*100+(90+7))).
wordnum([five,thousand,five,hundred,and,ninety,eight],[],5*1000+(5*100+(90+8))).
wordnum([five,thousand,five,hundred,and,ninety,nine],[],5*1000+(5*100+(90+9))).
wordnum([five,thousand,six,hundred,and,one],[],5*1000+(6*100+1)).
wordnum([five,thousand,six,hundred,and,two],[],5*1000+(6*100+2)).
wordnum([five,thousand,six,hundred,and,three],[],5*1000+(6*100+3)).
wordnum([five,thousand,six,hundred,and,four],[],5*1000+(6*100+4)).
wordnum([five,thousand,six,hundred,and,five],[],5*1000+(6*100+5)).
wordnum([five,thousand,six,hundred,and,six],[],5*1000+(6*100+6)).
wordnum([five,thousand,six,hundred,and,seven],[],5*1000+(6*100+7)).
wordnum([five,thousand,six,hundred,and,eight],[],5*1000+(6*100+8)).
wordnum([five,thousand,six,hundred,and,nine],[],5*1000+(6*100+9)).
wordnum([five,thousand,six,hundred,and,ten],[],5*1000+(6*100+10)).
wordnum([five,thousand,six,hundred,and,eleven],[],5*1000+(6*100+11)).
wordnum([five,thousand,six,hundred,and,twelve],[],5*1000+(6*100+12)).
wordnum([five,thousand,six,hundred,and,thirteen],[],5*1000+(6*100+13)).
wordnum([five,thousand,six,hundred,and,fourteen],[],5*1000+(6*100+14)).
wordnum([five,thousand,six,hundred,and,fifteen],[],5*1000+(6*100+15)).
wordnum([five,thousand,six,hundred,and,sixteen],[],5*1000+(6*100+16)).
wordnum([five,thousand,six,hundred,and,seventeen],[],5*1000+(6*100+17)).
wordnum([five,thousand,six,hundred,and,eighteen],[],5*1000+(6*100+18)).
wordnum([five,thousand,six,hundred,and,nineteen],[],5*1000+(6*100+19)).
wordnum([five,thousand,six,hundred,and,twenty],[],5*1000+(6*100+20)).
wordnum([five,thousand,six,hundred,and,thirty],[],5*1000+(6*100+30)).
wordnum([five,thousand,six,hundred,and,forty],[],5*1000+(6*100+40)).
wordnum([five,thousand,six,hundred,and,fifty],[],5*1000+(6*100+50)).
wordnum([five,thousand,six,hundred,and,sixty],[],5*1000+(6*100+60)).
wordnum([five,thousand,six,hundred,and,seventy],[],5*1000+(6*100+70)).
wordnum([five,thousand,six,hundred,and,eighty],[],5*1000+(6*100+80)).
wordnum([five,thousand,six,hundred,and,ninety],[],5*1000+(6*100+90)).
wordnum([five,thousand,six,hundred,and,twenty,one],[],5*1000+(6*100+(20+1))).
wordnum([five,thousand,six,hundred,and,twenty,two],[],5*1000+(6*100+(20+2))).
wordnum([five,thousand,six,hundred,and,twenty,three],[],5*1000+(6*100+(20+3))).
wordnum([five,thousand,six,hundred,and,twenty,four],[],5*1000+(6*100+(20+4))).
wordnum([five,thousand,six,hundred,and,twenty,five],[],5*1000+(6*100+(20+5))).
wordnum([five,thousand,six,hundred,and,twenty,six],[],5*1000+(6*100+(20+6))).
wordnum([five,thousand,six,hundred,and,twenty,seven],[],5*1000+(6*100+(20+7))).
wordnum([five,thousand,six,hundred,and,twenty,eight],[],5*1000+(6*100+(20+8))).
wordnum([five,thousand,six,hundred,and,twenty,nine],[],5*1000+(6*100+(20+9))).
wordnum([five,thousand,six,hundred,and,thirty,one],[],5*1000+(6*100+(30+1))).
wordnum([five,thousand,six,hundred,and,thirty,two],[],5*1000+(6*100+(30+2))).
wordnum([five,thousand,six,hundred,and,thirty,three],[],5*1000+(6*100+(30+3))).
wordnum([five,thousand,six,hundred,and,thirty,four],[],5*1000+(6*100+(30+4))).
wordnum([five,thousand,six,hundred,and,thirty,five],[],5*1000+(6*100+(30+5))).
wordnum([five,thousand,six,hundred,and,thirty,six],[],5*1000+(6*100+(30+6))).
wordnum([five,thousand,six,hundred,and,thirty,seven],[],5*1000+(6*100+(30+7))).
wordnum([five,thousand,six,hundred,and,thirty,eight],[],5*1000+(6*100+(30+8))).
wordnum([five,thousand,six,hundred,and,thirty,nine],[],5*1000+(6*100+(30+9))).
wordnum([five,thousand,six,hundred,and,forty,one],[],5*1000+(6*100+(40+1))).
wordnum([five,thousand,six,hundred,and,forty,two],[],5*1000+(6*100+(40+2))).
wordnum([five,thousand,six,hundred,and,forty,three],[],5*1000+(6*100+(40+3))).
wordnum([five,thousand,six,hundred,and,forty,four],[],5*1000+(6*100+(40+4))).
wordnum([five,thousand,six,hundred,and,forty,five],[],5*1000+(6*100+(40+5))).
wordnum([five,thousand,six,hundred,and,forty,six],[],5*1000+(6*100+(40+6))).
wordnum([five,thousand,six,hundred,and,forty,seven],[],5*1000+(6*100+(40+7))).
wordnum([five,thousand,six,hundred,and,forty,eight],[],5*1000+(6*100+(40+8))).
wordnum([five,thousand,six,hundred,and,forty,nine],[],5*1000+(6*100+(40+9))).
wordnum([five,thousand,six,hundred,and,fifty,one],[],5*1000+(6*100+(50+1))).
wordnum([five,thousand,six,hundred,and,fifty,two],[],5*1000+(6*100+(50+2))).
wordnum([five,thousand,six,hundred,and,fifty,three],[],5*1000+(6*100+(50+3))).
wordnum([five,thousand,six,hundred,and,fifty,four],[],5*1000+(6*100+(50+4))).
wordnum([five,thousand,six,hundred,and,fifty,five],[],5*1000+(6*100+(50+5))).
wordnum([five,thousand,six,hundred,and,fifty,six],[],5*1000+(6*100+(50+6))).
wordnum([five,thousand,six,hundred,and,fifty,seven],[],5*1000+(6*100+(50+7))).
wordnum([five,thousand,six,hundred,and,fifty,eight],[],5*1000+(6*100+(50+8))).
wordnum([five,thousand,six,hundred,and,fifty,nine],[],5*1000+(6*100+(50+9))).
wordnum([five,thousand,six,hundred,and,sixty,one],[],5*1000+(6*100+(60+1))).
wordnum([five,thousand,six,hundred,and,sixty,two],[],5*1000+(6*100+(60+2))).
wordnum([five,thousand,six,hundred,and,sixty,three],[],5*1000+(6*100+(60+3))).
wordnum([five,thousand,six,hundred,and,sixty,four],[],5*1000+(6*100+(60+4))).
wordnum([five,thousand,six,hundred,and,sixty,five],[],5*1000+(6*100+(60+5))).
wordnum([five,thousand,six,hundred,and,sixty,six],[],5*1000+(6*100+(60+6))).
wordnum([five,thousand,six,hundred,and,sixty,seven],[],5*1000+(6*100+(60+7))).
wordnum([five,thousand,six,hundred,and,sixty,eight],[],5*1000+(6*100+(60+8))).
wordnum([five,thousand,six,hundred,and,sixty,nine],[],5*1000+(6*100+(60+9))).
wordnum([five,thousand,six,hundred,and,seventy,one],[],5*1000+(6*100+(70+1))).
wordnum([five,thousand,six,hundred,and,seventy,two],[],5*1000+(6*100+(70+2))).
wordnum([five,thousand,six,hundred,and,seventy,three],[],5*1000+(6*100+(70+3))).
wordnum([five,thousand,six,hundred,and,seventy,four],[],5*1000+(6*100+(70+4))).
wordnum([five,thousand,six,hundred,and,seventy,five],[],5*1000+(6*100+(70+5))).
wordnum([five,thousand,six,hundred,and,seventy,six],[],5*1000+(6*100+(70+6))).
wordnum([five,thousand,six,hundred,and,seventy,seven],[],5*1000+(6*100+(70+7))).
wordnum([five,thousand,six,hundred,and,seventy,eight],[],5*1000+(6*100+(70+8))).
wordnum([five,thousand,six,hundred,and,seventy,nine],[],5*1000+(6*100+(70+9))).
wordnum([five,thousand,six,hundred,and,eighty,one],[],5*1000+(6*100+(80+1))).
wordnum([five,thousand,six,hundred,and,eighty,two],[],5*1000+(6*100+(80+2))).
wordnum([five,thousand,six,hundred,and,eighty,three],[],5*1000+(6*100+(80+3))).
wordnum([five,thousand,six,hundred,and,eighty,four],[],5*1000+(6*100+(80+4))).
wordnum([five,thousand,six,hundred,and,eighty,five],[],5*1000+(6*100+(80+5))).
wordnum([five,thousand,six,hundred,and,eighty,six],[],5*1000+(6*100+(80+6))).
wordnum([five,thousand,six,hundred,and,eighty,seven],[],5*1000+(6*100+(80+7))).
wordnum([five,thousand,six,hundred,and,eighty,eight],[],5*1000+(6*100+(80+8))).
wordnum([five,thousand,six,hundred,and,eighty,nine],[],5*1000+(6*100+(80+9))).
wordnum([five,thousand,six,hundred,and,ninety,one],[],5*1000+(6*100+(90+1))).
wordnum([five,thousand,six,hundred,and,ninety,two],[],5*1000+(6*100+(90+2))).
wordnum([five,thousand,six,hundred,and,ninety,three],[],5*1000+(6*100+(90+3))).
wordnum([five,thousand,six,hundred,and,ninety,four],[],5*1000+(6*100+(90+4))).
wordnum([five,thousand,six,hundred,and,ninety,five],[],5*1000+(6*100+(90+5))).
wordnum([five,thousand,six,hundred,and,ninety,six],[],5*1000+(6*100+(90+6))).
wordnum([five,thousand,six,hundred,and,ninety,seven],[],5*1000+(6*100+(90+7))).
wordnum([five,thousand,six,hundred,and,ninety,eight],[],5*1000+(6*100+(90+8))).
wordnum([five,thousand,six,hundred,and,ninety,nine],[],5*1000+(6*100+(90+9))).
wordnum([five,thousand,seven,hundred,and,one],[],5*1000+(7*100+1)).
wordnum([five,thousand,seven,hundred,and,two],[],5*1000+(7*100+2)).
wordnum([five,thousand,seven,hundred,and,three],[],5*1000+(7*100+3)).
wordnum([five,thousand,seven,hundred,and,four],[],5*1000+(7*100+4)).
wordnum([five,thousand,seven,hundred,and,five],[],5*1000+(7*100+5)).
wordnum([five,thousand,seven,hundred,and,six],[],5*1000+(7*100+6)).
wordnum([five,thousand,seven,hundred,and,seven],[],5*1000+(7*100+7)).
wordnum([five,thousand,seven,hundred,and,eight],[],5*1000+(7*100+8)).
wordnum([five,thousand,seven,hundred,and,nine],[],5*1000+(7*100+9)).
wordnum([five,thousand,seven,hundred,and,ten],[],5*1000+(7*100+10)).
wordnum([five,thousand,seven,hundred,and,eleven],[],5*1000+(7*100+11)).
wordnum([five,thousand,seven,hundred,and,twelve],[],5*1000+(7*100+12)).
wordnum([five,thousand,seven,hundred,and,thirteen],[],5*1000+(7*100+13)).
wordnum([five,thousand,seven,hundred,and,fourteen],[],5*1000+(7*100+14)).
wordnum([five,thousand,seven,hundred,and,fifteen],[],5*1000+(7*100+15)).
wordnum([five,thousand,seven,hundred,and,sixteen],[],5*1000+(7*100+16)).
wordnum([five,thousand,seven,hundred,and,seventeen],[],5*1000+(7*100+17)).
wordnum([five,thousand,seven,hundred,and,eighteen],[],5*1000+(7*100+18)).
wordnum([five,thousand,seven,hundred,and,nineteen],[],5*1000+(7*100+19)).
wordnum([five,thousand,seven,hundred,and,twenty],[],5*1000+(7*100+20)).
wordnum([five,thousand,seven,hundred,and,thirty],[],5*1000+(7*100+30)).
wordnum([five,thousand,seven,hundred,and,forty],[],5*1000+(7*100+40)).
wordnum([five,thousand,seven,hundred,and,fifty],[],5*1000+(7*100+50)).
wordnum([five,thousand,seven,hundred,and,sixty],[],5*1000+(7*100+60)).
wordnum([five,thousand,seven,hundred,and,seventy],[],5*1000+(7*100+70)).
wordnum([five,thousand,seven,hundred,and,eighty],[],5*1000+(7*100+80)).
wordnum([five,thousand,seven,hundred,and,ninety],[],5*1000+(7*100+90)).
wordnum([five,thousand,seven,hundred,and,twenty,one],[],5*1000+(7*100+(20+1))).
wordnum([five,thousand,seven,hundred,and,twenty,two],[],5*1000+(7*100+(20+2))).
wordnum([five,thousand,seven,hundred,and,twenty,three],[],5*1000+(7*100+(20+3))).
wordnum([five,thousand,seven,hundred,and,twenty,four],[],5*1000+(7*100+(20+4))).
wordnum([five,thousand,seven,hundred,and,twenty,five],[],5*1000+(7*100+(20+5))).
wordnum([five,thousand,seven,hundred,and,twenty,six],[],5*1000+(7*100+(20+6))).
wordnum([five,thousand,seven,hundred,and,twenty,seven],[],5*1000+(7*100+(20+7))).
wordnum([five,thousand,seven,hundred,and,twenty,eight],[],5*1000+(7*100+(20+8))).
wordnum([five,thousand,seven,hundred,and,twenty,nine],[],5*1000+(7*100+(20+9))).
wordnum([five,thousand,seven,hundred,and,thirty,one],[],5*1000+(7*100+(30+1))).
wordnum([five,thousand,seven,hundred,and,thirty,two],[],5*1000+(7*100+(30+2))).
wordnum([five,thousand,seven,hundred,and,thirty,three],[],5*1000+(7*100+(30+3))).
wordnum([five,thousand,seven,hundred,and,thirty,four],[],5*1000+(7*100+(30+4))).
wordnum([five,thousand,seven,hundred,and,thirty,five],[],5*1000+(7*100+(30+5))).
wordnum([five,thousand,seven,hundred,and,thirty,six],[],5*1000+(7*100+(30+6))).
wordnum([five,thousand,seven,hundred,and,thirty,seven],[],5*1000+(7*100+(30+7))).
wordnum([five,thousand,seven,hundred,and,thirty,eight],[],5*1000+(7*100+(30+8))).
wordnum([five,thousand,seven,hundred,and,thirty,nine],[],5*1000+(7*100+(30+9))).
wordnum([five,thousand,seven,hundred,and,forty,one],[],5*1000+(7*100+(40+1))).
wordnum([five,thousand,seven,hundred,and,forty,two],[],5*1000+(7*100+(40+2))).
wordnum([five,thousand,seven,hundred,and,forty,three],[],5*1000+(7*100+(40+3))).
wordnum([five,thousand,seven,hundred,and,forty,four],[],5*1000+(7*100+(40+4))).
wordnum([five,thousand,seven,hundred,and,forty,five],[],5*1000+(7*100+(40+5))).
wordnum([five,thousand,seven,hundred,and,forty,six],[],5*1000+(7*100+(40+6))).
wordnum([five,thousand,seven,hundred,and,forty,seven],[],5*1000+(7*100+(40+7))).
wordnum([five,thousand,seven,hundred,and,forty,eight],[],5*1000+(7*100+(40+8))).
wordnum([five,thousand,seven,hundred,and,forty,nine],[],5*1000+(7*100+(40+9))).
wordnum([five,thousand,seven,hundred,and,fifty,one],[],5*1000+(7*100+(50+1))).
wordnum([five,thousand,seven,hundred,and,fifty,two],[],5*1000+(7*100+(50+2))).
wordnum([five,thousand,seven,hundred,and,fifty,three],[],5*1000+(7*100+(50+3))).
wordnum([five,thousand,seven,hundred,and,fifty,four],[],5*1000+(7*100+(50+4))).
wordnum([five,thousand,seven,hundred,and,fifty,five],[],5*1000+(7*100+(50+5))).
wordnum([five,thousand,seven,hundred,and,fifty,six],[],5*1000+(7*100+(50+6))).
wordnum([five,thousand,seven,hundred,and,fifty,seven],[],5*1000+(7*100+(50+7))).
wordnum([five,thousand,seven,hundred,and,fifty,eight],[],5*1000+(7*100+(50+8))).
wordnum([five,thousand,seven,hundred,and,fifty,nine],[],5*1000+(7*100+(50+9))).
wordnum([five,thousand,seven,hundred,and,sixty,one],[],5*1000+(7*100+(60+1))).
wordnum([five,thousand,seven,hundred,and,sixty,two],[],5*1000+(7*100+(60+2))).
wordnum([five,thousand,seven,hundred,and,sixty,three],[],5*1000+(7*100+(60+3))).
wordnum([five,thousand,seven,hundred,and,sixty,four],[],5*1000+(7*100+(60+4))).
wordnum([five,thousand,seven,hundred,and,sixty,five],[],5*1000+(7*100+(60+5))).
wordnum([five,thousand,seven,hundred,and,sixty,six],[],5*1000+(7*100+(60+6))).
wordnum([five,thousand,seven,hundred,and,sixty,seven],[],5*1000+(7*100+(60+7))).
wordnum([five,thousand,seven,hundred,and,sixty,eight],[],5*1000+(7*100+(60+8))).
wordnum([five,thousand,seven,hundred,and,sixty,nine],[],5*1000+(7*100+(60+9))).
wordnum([five,thousand,seven,hundred,and,seventy,one],[],5*1000+(7*100+(70+1))).
wordnum([five,thousand,seven,hundred,and,seventy,two],[],5*1000+(7*100+(70+2))).
wordnum([five,thousand,seven,hundred,and,seventy,three],[],5*1000+(7*100+(70+3))).
wordnum([five,thousand,seven,hundred,and,seventy,four],[],5*1000+(7*100+(70+4))).
wordnum([five,thousand,seven,hundred,and,seventy,five],[],5*1000+(7*100+(70+5))).
wordnum([five,thousand,seven,hundred,and,seventy,six],[],5*1000+(7*100+(70+6))).
wordnum([five,thousand,seven,hundred,and,seventy,seven],[],5*1000+(7*100+(70+7))).
wordnum([five,thousand,seven,hundred,and,seventy,eight],[],5*1000+(7*100+(70+8))).
wordnum([five,thousand,seven,hundred,and,seventy,nine],[],5*1000+(7*100+(70+9))).
wordnum([five,thousand,seven,hundred,and,eighty,one],[],5*1000+(7*100+(80+1))).
wordnum([five,thousand,seven,hundred,and,eighty,two],[],5*1000+(7*100+(80+2))).
wordnum([five,thousand,seven,hundred,and,eighty,three],[],5*1000+(7*100+(80+3))).
wordnum([five,thousand,seven,hundred,and,eighty,four],[],5*1000+(7*100+(80+4))).
wordnum([five,thousand,seven,hundred,and,eighty,five],[],5*1000+(7*100+(80+5))).
wordnum([five,thousand,seven,hundred,and,eighty,six],[],5*1000+(7*100+(80+6))).
wordnum([five,thousand,seven,hundred,and,eighty,seven],[],5*1000+(7*100+(80+7))).
wordnum([five,thousand,seven,hundred,and,eighty,eight],[],5*1000+(7*100+(80+8))).
wordnum([five,thousand,seven,hundred,and,eighty,nine],[],5*1000+(7*100+(80+9))).
wordnum([five,thousand,seven,hundred,and,ninety,one],[],5*1000+(7*100+(90+1))).
wordnum([five,thousand,seven,hundred,and,ninety,two],[],5*1000+(7*100+(90+2))).
wordnum([five,thousand,seven,hundred,and,ninety,three],[],5*1000+(7*100+(90+3))).
wordnum([five,thousand,seven,hundred,and,ninety,four],[],5*1000+(7*100+(90+4))).
wordnum([five,thousand,seven,hundred,and,ninety,five],[],5*1000+(7*100+(90+5))).
wordnum([five,thousand,seven,hundred,and,ninety,six],[],5*1000+(7*100+(90+6))).
wordnum([five,thousand,seven,hundred,and,ninety,seven],[],5*1000+(7*100+(90+7))).
wordnum([five,thousand,seven,hundred,and,ninety,eight],[],5*1000+(7*100+(90+8))).
wordnum([five,thousand,seven,hundred,and,ninety,nine],[],5*1000+(7*100+(90+9))).
wordnum([five,thousand,eight,hundred,and,one],[],5*1000+(8*100+1)).
wordnum([five,thousand,eight,hundred,and,two],[],5*1000+(8*100+2)).
wordnum([five,thousand,eight,hundred,and,three],[],5*1000+(8*100+3)).
wordnum([five,thousand,eight,hundred,and,four],[],5*1000+(8*100+4)).
wordnum([five,thousand,eight,hundred,and,five],[],5*1000+(8*100+5)).
wordnum([five,thousand,eight,hundred,and,six],[],5*1000+(8*100+6)).
wordnum([five,thousand,eight,hundred,and,seven],[],5*1000+(8*100+7)).
wordnum([five,thousand,eight,hundred,and,eight],[],5*1000+(8*100+8)).
wordnum([five,thousand,eight,hundred,and,nine],[],5*1000+(8*100+9)).
wordnum([five,thousand,eight,hundred,and,ten],[],5*1000+(8*100+10)).
wordnum([five,thousand,eight,hundred,and,eleven],[],5*1000+(8*100+11)).
wordnum([five,thousand,eight,hundred,and,twelve],[],5*1000+(8*100+12)).
wordnum([five,thousand,eight,hundred,and,thirteen],[],5*1000+(8*100+13)).
wordnum([five,thousand,eight,hundred,and,fourteen],[],5*1000+(8*100+14)).
wordnum([five,thousand,eight,hundred,and,fifteen],[],5*1000+(8*100+15)).
wordnum([five,thousand,eight,hundred,and,sixteen],[],5*1000+(8*100+16)).
wordnum([five,thousand,eight,hundred,and,seventeen],[],5*1000+(8*100+17)).
wordnum([five,thousand,eight,hundred,and,eighteen],[],5*1000+(8*100+18)).
wordnum([five,thousand,eight,hundred,and,nineteen],[],5*1000+(8*100+19)).
wordnum([five,thousand,eight,hundred,and,twenty],[],5*1000+(8*100+20)).
wordnum([five,thousand,eight,hundred,and,thirty],[],5*1000+(8*100+30)).
wordnum([five,thousand,eight,hundred,and,forty],[],5*1000+(8*100+40)).
wordnum([five,thousand,eight,hundred,and,fifty],[],5*1000+(8*100+50)).
wordnum([five,thousand,eight,hundred,and,sixty],[],5*1000+(8*100+60)).
wordnum([five,thousand,eight,hundred,and,seventy],[],5*1000+(8*100+70)).
wordnum([five,thousand,eight,hundred,and,eighty],[],5*1000+(8*100+80)).
wordnum([five,thousand,eight,hundred,and,ninety],[],5*1000+(8*100+90)).
wordnum([five,thousand,eight,hundred,and,twenty,one],[],5*1000+(8*100+(20+1))).
wordnum([five,thousand,eight,hundred,and,twenty,two],[],5*1000+(8*100+(20+2))).
wordnum([five,thousand,eight,hundred,and,twenty,three],[],5*1000+(8*100+(20+3))).
wordnum([five,thousand,eight,hundred,and,twenty,four],[],5*1000+(8*100+(20+4))).
wordnum([five,thousand,eight,hundred,and,twenty,five],[],5*1000+(8*100+(20+5))).
wordnum([five,thousand,eight,hundred,and,twenty,six],[],5*1000+(8*100+(20+6))).
wordnum([five,thousand,eight,hundred,and,twenty,seven],[],5*1000+(8*100+(20+7))).
wordnum([five,thousand,eight,hundred,and,twenty,eight],[],5*1000+(8*100+(20+8))).
wordnum([five,thousand,eight,hundred,and,twenty,nine],[],5*1000+(8*100+(20+9))).
wordnum([five,thousand,eight,hundred,and,thirty,one],[],5*1000+(8*100+(30+1))).
wordnum([five,thousand,eight,hundred,and,thirty,two],[],5*1000+(8*100+(30+2))).
wordnum([five,thousand,eight,hundred,and,thirty,three],[],5*1000+(8*100+(30+3))).
wordnum([five,thousand,eight,hundred,and,thirty,four],[],5*1000+(8*100+(30+4))).
wordnum([five,thousand,eight,hundred,and,thirty,five],[],5*1000+(8*100+(30+5))).
wordnum([five,thousand,eight,hundred,and,thirty,six],[],5*1000+(8*100+(30+6))).
wordnum([five,thousand,eight,hundred,and,thirty,seven],[],5*1000+(8*100+(30+7))).
wordnum([five,thousand,eight,hundred,and,thirty,eight],[],5*1000+(8*100+(30+8))).
wordnum([five,thousand,eight,hundred,and,thirty,nine],[],5*1000+(8*100+(30+9))).
wordnum([five,thousand,eight,hundred,and,forty,one],[],5*1000+(8*100+(40+1))).
wordnum([five,thousand,eight,hundred,and,forty,two],[],5*1000+(8*100+(40+2))).
wordnum([five,thousand,eight,hundred,and,forty,three],[],5*1000+(8*100+(40+3))).
wordnum([five,thousand,eight,hundred,and,forty,four],[],5*1000+(8*100+(40+4))).
wordnum([five,thousand,eight,hundred,and,forty,five],[],5*1000+(8*100+(40+5))).
wordnum([five,thousand,eight,hundred,and,forty,six],[],5*1000+(8*100+(40+6))).
wordnum([five,thousand,eight,hundred,and,forty,seven],[],5*1000+(8*100+(40+7))).
wordnum([five,thousand,eight,hundred,and,forty,eight],[],5*1000+(8*100+(40+8))).
wordnum([five,thousand,eight,hundred,and,forty,nine],[],5*1000+(8*100+(40+9))).
wordnum([five,thousand,eight,hundred,and,fifty,one],[],5*1000+(8*100+(50+1))).
wordnum([five,thousand,eight,hundred,and,fifty,two],[],5*1000+(8*100+(50+2))).
wordnum([five,thousand,eight,hundred,and,fifty,three],[],5*1000+(8*100+(50+3))).
wordnum([five,thousand,eight,hundred,and,fifty,four],[],5*1000+(8*100+(50+4))).
wordnum([five,thousand,eight,hundred,and,fifty,five],[],5*1000+(8*100+(50+5))).
wordnum([five,thousand,eight,hundred,and,fifty,six],[],5*1000+(8*100+(50+6))).
wordnum([five,thousand,eight,hundred,and,fifty,seven],[],5*1000+(8*100+(50+7))).
wordnum([five,thousand,eight,hundred,and,fifty,eight],[],5*1000+(8*100+(50+8))).
wordnum([five,thousand,eight,hundred,and,fifty,nine],[],5*1000+(8*100+(50+9))).
wordnum([five,thousand,eight,hundred,and,sixty,one],[],5*1000+(8*100+(60+1))).
wordnum([five,thousand,eight,hundred,and,sixty,two],[],5*1000+(8*100+(60+2))).
wordnum([five,thousand,eight,hundred,and,sixty,three],[],5*1000+(8*100+(60+3))).
wordnum([five,thousand,eight,hundred,and,sixty,four],[],5*1000+(8*100+(60+4))).
wordnum([five,thousand,eight,hundred,and,sixty,five],[],5*1000+(8*100+(60+5))).
wordnum([five,thousand,eight,hundred,and,sixty,six],[],5*1000+(8*100+(60+6))).
wordnum([five,thousand,eight,hundred,and,sixty,seven],[],5*1000+(8*100+(60+7))).
wordnum([five,thousand,eight,hundred,and,sixty,eight],[],5*1000+(8*100+(60+8))).
wordnum([five,thousand,eight,hundred,and,sixty,nine],[],5*1000+(8*100+(60+9))).
wordnum([five,thousand,eight,hundred,and,seventy,one],[],5*1000+(8*100+(70+1))).
wordnum([five,thousand,eight,hundred,and,seventy,two],[],5*1000+(8*100+(70+2))).
wordnum([five,thousand,eight,hundred,and,seventy,three],[],5*1000+(8*100+(70+3))).
wordnum([five,thousand,eight,hundred,and,seventy,four],[],5*1000+(8*100+(70+4))).
wordnum([five,thousand,eight,hundred,and,seventy,five],[],5*1000+(8*100+(70+5))).
wordnum([five,thousand,eight,hundred,and,seventy,six],[],5*1000+(8*100+(70+6))).
wordnum([five,thousand,eight,hundred,and,seventy,seven],[],5*1000+(8*100+(70+7))).
wordnum([five,thousand,eight,hundred,and,seventy,eight],[],5*1000+(8*100+(70+8))).
wordnum([five,thousand,eight,hundred,and,seventy,nine],[],5*1000+(8*100+(70+9))).
wordnum([five,thousand,eight,hundred,and,eighty,one],[],5*1000+(8*100+(80+1))).
wordnum([five,thousand,eight,hundred,and,eighty,two],[],5*1000+(8*100+(80+2))).
wordnum([five,thousand,eight,hundred,and,eighty,three],[],5*1000+(8*100+(80+3))).
wordnum([five,thousand,eight,hundred,and,eighty,four],[],5*1000+(8*100+(80+4))).
wordnum([five,thousand,eight,hundred,and,eighty,five],[],5*1000+(8*100+(80+5))).
wordnum([five,thousand,eight,hundred,and,eighty,six],[],5*1000+(8*100+(80+6))).
wordnum([five,thousand,eight,hundred,and,eighty,seven],[],5*1000+(8*100+(80+7))).
wordnum([five,thousand,eight,hundred,and,eighty,eight],[],5*1000+(8*100+(80+8))).
wordnum([five,thousand,eight,hundred,and,eighty,nine],[],5*1000+(8*100+(80+9))).
wordnum([five,thousand,eight,hundred,and,ninety,one],[],5*1000+(8*100+(90+1))).
wordnum([five,thousand,eight,hundred,and,ninety,two],[],5*1000+(8*100+(90+2))).
wordnum([five,thousand,eight,hundred,and,ninety,three],[],5*1000+(8*100+(90+3))).
wordnum([five,thousand,eight,hundred,and,ninety,four],[],5*1000+(8*100+(90+4))).
wordnum([five,thousand,eight,hundred,and,ninety,five],[],5*1000+(8*100+(90+5))).
wordnum([five,thousand,eight,hundred,and,ninety,six],[],5*1000+(8*100+(90+6))).
wordnum([five,thousand,eight,hundred,and,ninety,seven],[],5*1000+(8*100+(90+7))).
wordnum([five,thousand,eight,hundred,and,ninety,eight],[],5*1000+(8*100+(90+8))).
wordnum([five,thousand,eight,hundred,and,ninety,nine],[],5*1000+(8*100+(90+9))).
wordnum([five,thousand,nine,hundred,and,one],[],5*1000+(9*100+1)).
wordnum([five,thousand,nine,hundred,and,two],[],5*1000+(9*100+2)).
wordnum([five,thousand,nine,hundred,and,three],[],5*1000+(9*100+3)).
wordnum([five,thousand,nine,hundred,and,four],[],5*1000+(9*100+4)).
wordnum([five,thousand,nine,hundred,and,five],[],5*1000+(9*100+5)).
wordnum([five,thousand,nine,hundred,and,six],[],5*1000+(9*100+6)).
wordnum([five,thousand,nine,hundred,and,seven],[],5*1000+(9*100+7)).
wordnum([five,thousand,nine,hundred,and,eight],[],5*1000+(9*100+8)).
wordnum([five,thousand,nine,hundred,and,nine],[],5*1000+(9*100+9)).
wordnum([five,thousand,nine,hundred,and,ten],[],5*1000+(9*100+10)).
wordnum([five,thousand,nine,hundred,and,eleven],[],5*1000+(9*100+11)).
wordnum([five,thousand,nine,hundred,and,twelve],[],5*1000+(9*100+12)).
wordnum([five,thousand,nine,hundred,and,thirteen],[],5*1000+(9*100+13)).
wordnum([five,thousand,nine,hundred,and,fourteen],[],5*1000+(9*100+14)).
wordnum([five,thousand,nine,hundred,and,fifteen],[],5*1000+(9*100+15)).
wordnum([five,thousand,nine,hundred,and,sixteen],[],5*1000+(9*100+16)).
wordnum([five,thousand,nine,hundred,and,seventeen],[],5*1000+(9*100+17)).
wordnum([five,thousand,nine,hundred,and,eighteen],[],5*1000+(9*100+18)).
wordnum([five,thousand,nine,hundred,and,nineteen],[],5*1000+(9*100+19)).
wordnum([five,thousand,nine,hundred,and,twenty],[],5*1000+(9*100+20)).
wordnum([five,thousand,nine,hundred,and,thirty],[],5*1000+(9*100+30)).
wordnum([five,thousand,nine,hundred,and,forty],[],5*1000+(9*100+40)).
wordnum([five,thousand,nine,hundred,and,fifty],[],5*1000+(9*100+50)).
wordnum([five,thousand,nine,hundred,and,sixty],[],5*1000+(9*100+60)).
wordnum([five,thousand,nine,hundred,and,seventy],[],5*1000+(9*100+70)).
wordnum([five,thousand,nine,hundred,and,eighty],[],5*1000+(9*100+80)).
wordnum([five,thousand,nine,hundred,and,ninety],[],5*1000+(9*100+90)).
wordnum([five,thousand,nine,hundred,and,twenty,one],[],5*1000+(9*100+(20+1))).
wordnum([five,thousand,nine,hundred,and,twenty,two],[],5*1000+(9*100+(20+2))).
wordnum([five,thousand,nine,hundred,and,twenty,three],[],5*1000+(9*100+(20+3))).
wordnum([five,thousand,nine,hundred,and,twenty,four],[],5*1000+(9*100+(20+4))).
wordnum([five,thousand,nine,hundred,and,twenty,five],[],5*1000+(9*100+(20+5))).
wordnum([five,thousand,nine,hundred,and,twenty,six],[],5*1000+(9*100+(20+6))).
wordnum([five,thousand,nine,hundred,and,twenty,seven],[],5*1000+(9*100+(20+7))).
wordnum([five,thousand,nine,hundred,and,twenty,eight],[],5*1000+(9*100+(20+8))).
wordnum([five,thousand,nine,hundred,and,twenty,nine],[],5*1000+(9*100+(20+9))).
wordnum([five,thousand,nine,hundred,and,thirty,one],[],5*1000+(9*100+(30+1))).
wordnum([five,thousand,nine,hundred,and,thirty,two],[],5*1000+(9*100+(30+2))).
wordnum([five,thousand,nine,hundred,and,thirty,three],[],5*1000+(9*100+(30+3))).
wordnum([five,thousand,nine,hundred,and,thirty,four],[],5*1000+(9*100+(30+4))).
wordnum([five,thousand,nine,hundred,and,thirty,five],[],5*1000+(9*100+(30+5))).
wordnum([five,thousand,nine,hundred,and,thirty,six],[],5*1000+(9*100+(30+6))).
wordnum([five,thousand,nine,hundred,and,thirty,seven],[],5*1000+(9*100+(30+7))).
wordnum([five,thousand,nine,hundred,and,thirty,eight],[],5*1000+(9*100+(30+8))).
wordnum([five,thousand,nine,hundred,and,thirty,nine],[],5*1000+(9*100+(30+9))).
wordnum([five,thousand,nine,hundred,and,forty,one],[],5*1000+(9*100+(40+1))).
wordnum([five,thousand,nine,hundred,and,forty,two],[],5*1000+(9*100+(40+2))).
wordnum([five,thousand,nine,hundred,and,forty,three],[],5*1000+(9*100+(40+3))).
wordnum([five,thousand,nine,hundred,and,forty,four],[],5*1000+(9*100+(40+4))).
wordnum([five,thousand,nine,hundred,and,forty,five],[],5*1000+(9*100+(40+5))).
wordnum([five,thousand,nine,hundred,and,forty,six],[],5*1000+(9*100+(40+6))).
wordnum([five,thousand,nine,hundred,and,forty,seven],[],5*1000+(9*100+(40+7))).
wordnum([five,thousand,nine,hundred,and,forty,eight],[],5*1000+(9*100+(40+8))).
wordnum([five,thousand,nine,hundred,and,forty,nine],[],5*1000+(9*100+(40+9))).
wordnum([five,thousand,nine,hundred,and,fifty,one],[],5*1000+(9*100+(50+1))).
wordnum([five,thousand,nine,hundred,and,fifty,two],[],5*1000+(9*100+(50+2))).
wordnum([five,thousand,nine,hundred,and,fifty,three],[],5*1000+(9*100+(50+3))).
wordnum([five,thousand,nine,hundred,and,fifty,four],[],5*1000+(9*100+(50+4))).
wordnum([five,thousand,nine,hundred,and,fifty,five],[],5*1000+(9*100+(50+5))).
wordnum([five,thousand,nine,hundred,and,fifty,six],[],5*1000+(9*100+(50+6))).
wordnum([five,thousand,nine,hundred,and,fifty,seven],[],5*1000+(9*100+(50+7))).
wordnum([five,thousand,nine,hundred,and,fifty,eight],[],5*1000+(9*100+(50+8))).
wordnum([five,thousand,nine,hundred,and,fifty,nine],[],5*1000+(9*100+(50+9))).
wordnum([five,thousand,nine,hundred,and,sixty,one],[],5*1000+(9*100+(60+1))).
wordnum([five,thousand,nine,hundred,and,sixty,two],[],5*1000+(9*100+(60+2))).
wordnum([five,thousand,nine,hundred,and,sixty,three],[],5*1000+(9*100+(60+3))).
wordnum([five,thousand,nine,hundred,and,sixty,four],[],5*1000+(9*100+(60+4))).
wordnum([five,thousand,nine,hundred,and,sixty,five],[],5*1000+(9*100+(60+5))).
wordnum([five,thousand,nine,hundred,and,sixty,six],[],5*1000+(9*100+(60+6))).
wordnum([five,thousand,nine,hundred,and,sixty,seven],[],5*1000+(9*100+(60+7))).
wordnum([five,thousand,nine,hundred,and,sixty,eight],[],5*1000+(9*100+(60+8))).
wordnum([five,thousand,nine,hundred,and,sixty,nine],[],5*1000+(9*100+(60+9))).
wordnum([five,thousand,nine,hundred,and,seventy,one],[],5*1000+(9*100+(70+1))).
wordnum([five,thousand,nine,hundred,and,seventy,two],[],5*1000+(9*100+(70+2))).
wordnum([five,thousand,nine,hundred,and,seventy,three],[],5*1000+(9*100+(70+3))).
wordnum([five,thousand,nine,hundred,and,seventy,four],[],5*1000+(9*100+(70+4))).
wordnum([five,thousand,nine,hundred,and,seventy,five],[],5*1000+(9*100+(70+5))).
wordnum([five,thousand,nine,hundred,and,seventy,six],[],5*1000+(9*100+(70+6))).
wordnum([five,thousand,nine,hundred,and,seventy,seven],[],5*1000+(9*100+(70+7))).
wordnum([five,thousand,nine,hundred,and,seventy,eight],[],5*1000+(9*100+(70+8))).
wordnum([five,thousand,nine,hundred,and,seventy,nine],[],5*1000+(9*100+(70+9))).
wordnum([five,thousand,nine,hundred,and,eighty,one],[],5*1000+(9*100+(80+1))).
wordnum([five,thousand,nine,hundred,and,eighty,two],[],5*1000+(9*100+(80+2))).
wordnum([five,thousand,nine,hundred,and,eighty,three],[],5*1000+(9*100+(80+3))).
wordnum([five,thousand,nine,hundred,and,eighty,four],[],5*1000+(9*100+(80+4))).
wordnum([five,thousand,nine,hundred,and,eighty,five],[],5*1000+(9*100+(80+5))).
wordnum([five,thousand,nine,hundred,and,eighty,six],[],5*1000+(9*100+(80+6))).
wordnum([five,thousand,nine,hundred,and,eighty,seven],[],5*1000+(9*100+(80+7))).
wordnum([five,thousand,nine,hundred,and,eighty,eight],[],5*1000+(9*100+(80+8))).
wordnum([five,thousand,nine,hundred,and,eighty,nine],[],5*1000+(9*100+(80+9))).
wordnum([five,thousand,nine,hundred,and,ninety,one],[],5*1000+(9*100+(90+1))).
wordnum([five,thousand,nine,hundred,and,ninety,two],[],5*1000+(9*100+(90+2))).
wordnum([five,thousand,nine,hundred,and,ninety,three],[],5*1000+(9*100+(90+3))).
wordnum([five,thousand,nine,hundred,and,ninety,four],[],5*1000+(9*100+(90+4))).
wordnum([five,thousand,nine,hundred,and,ninety,five],[],5*1000+(9*100+(90+5))).
wordnum([five,thousand,nine,hundred,and,ninety,six],[],5*1000+(9*100+(90+6))).
wordnum([five,thousand,nine,hundred,and,ninety,seven],[],5*1000+(9*100+(90+7))).
wordnum([five,thousand,nine,hundred,and,ninety,eight],[],5*1000+(9*100+(90+8))).
wordnum([five,thousand,nine,hundred,and,ninety,nine],[],5*1000+(9*100+(90+9))).
wordnum([six,thousand,one,hundred],[],6*1000+1*100).
wordnum([six,thousand,two,hundred],[],6*1000+2*100).
wordnum([six,thousand,three,hundred],[],6*1000+3*100).
wordnum([six,thousand,four,hundred],[],6*1000+4*100).
wordnum([six,thousand,five,hundred],[],6*1000+5*100).
wordnum([six,thousand,six,hundred],[],6*1000+6*100).
wordnum([six,thousand,seven,hundred],[],6*1000+7*100).
wordnum([six,thousand,eight,hundred],[],6*1000+8*100).
wordnum([six,thousand,nine,hundred],[],6*1000+9*100).
wordnum([six,thousand,one,hundred,and,one],[],6*1000+(1*100+1)).
wordnum([six,thousand,one,hundred,and,two],[],6*1000+(1*100+2)).
wordnum([six,thousand,one,hundred,and,three],[],6*1000+(1*100+3)).
wordnum([six,thousand,one,hundred,and,four],[],6*1000+(1*100+4)).
wordnum([six,thousand,one,hundred,and,five],[],6*1000+(1*100+5)).
wordnum([six,thousand,one,hundred,and,six],[],6*1000+(1*100+6)).
wordnum([six,thousand,one,hundred,and,seven],[],6*1000+(1*100+7)).
wordnum([six,thousand,one,hundred,and,eight],[],6*1000+(1*100+8)).
wordnum([six,thousand,one,hundred,and,nine],[],6*1000+(1*100+9)).
wordnum([six,thousand,one,hundred,and,ten],[],6*1000+(1*100+10)).
wordnum([six,thousand,one,hundred,and,eleven],[],6*1000+(1*100+11)).
wordnum([six,thousand,one,hundred,and,twelve],[],6*1000+(1*100+12)).
wordnum([six,thousand,one,hundred,and,thirteen],[],6*1000+(1*100+13)).
wordnum([six,thousand,one,hundred,and,fourteen],[],6*1000+(1*100+14)).
wordnum([six,thousand,one,hundred,and,fifteen],[],6*1000+(1*100+15)).
wordnum([six,thousand,one,hundred,and,sixteen],[],6*1000+(1*100+16)).
wordnum([six,thousand,one,hundred,and,seventeen],[],6*1000+(1*100+17)).
wordnum([six,thousand,one,hundred,and,eighteen],[],6*1000+(1*100+18)).
wordnum([six,thousand,one,hundred,and,nineteen],[],6*1000+(1*100+19)).
wordnum([six,thousand,one,hundred,and,twenty],[],6*1000+(1*100+20)).
wordnum([six,thousand,one,hundred,and,thirty],[],6*1000+(1*100+30)).
wordnum([six,thousand,one,hundred,and,forty],[],6*1000+(1*100+40)).
wordnum([six,thousand,one,hundred,and,fifty],[],6*1000+(1*100+50)).
wordnum([six,thousand,one,hundred,and,sixty],[],6*1000+(1*100+60)).
wordnum([six,thousand,one,hundred,and,seventy],[],6*1000+(1*100+70)).
wordnum([six,thousand,one,hundred,and,eighty],[],6*1000+(1*100+80)).
wordnum([six,thousand,one,hundred,and,ninety],[],6*1000+(1*100+90)).
wordnum([six,thousand,one,hundred,and,twenty,one],[],6*1000+(1*100+(20+1))).
wordnum([six,thousand,one,hundred,and,twenty,two],[],6*1000+(1*100+(20+2))).
wordnum([six,thousand,one,hundred,and,twenty,three],[],6*1000+(1*100+(20+3))).
wordnum([six,thousand,one,hundred,and,twenty,four],[],6*1000+(1*100+(20+4))).
wordnum([six,thousand,one,hundred,and,twenty,five],[],6*1000+(1*100+(20+5))).
wordnum([six,thousand,one,hundred,and,twenty,six],[],6*1000+(1*100+(20+6))).
wordnum([six,thousand,one,hundred,and,twenty,seven],[],6*1000+(1*100+(20+7))).
wordnum([six,thousand,one,hundred,and,twenty,eight],[],6*1000+(1*100+(20+8))).
wordnum([six,thousand,one,hundred,and,twenty,nine],[],6*1000+(1*100+(20+9))).
wordnum([six,thousand,one,hundred,and,thirty,one],[],6*1000+(1*100+(30+1))).
wordnum([six,thousand,one,hundred,and,thirty,two],[],6*1000+(1*100+(30+2))).
wordnum([six,thousand,one,hundred,and,thirty,three],[],6*1000+(1*100+(30+3))).
wordnum([six,thousand,one,hundred,and,thirty,four],[],6*1000+(1*100+(30+4))).
wordnum([six,thousand,one,hundred,and,thirty,five],[],6*1000+(1*100+(30+5))).
wordnum([six,thousand,one,hundred,and,thirty,six],[],6*1000+(1*100+(30+6))).
wordnum([six,thousand,one,hundred,and,thirty,seven],[],6*1000+(1*100+(30+7))).
wordnum([six,thousand,one,hundred,and,thirty,eight],[],6*1000+(1*100+(30+8))).
wordnum([six,thousand,one,hundred,and,thirty,nine],[],6*1000+(1*100+(30+9))).
wordnum([six,thousand,one,hundred,and,forty,one],[],6*1000+(1*100+(40+1))).
wordnum([six,thousand,one,hundred,and,forty,two],[],6*1000+(1*100+(40+2))).
wordnum([six,thousand,one,hundred,and,forty,three],[],6*1000+(1*100+(40+3))).
wordnum([six,thousand,one,hundred,and,forty,four],[],6*1000+(1*100+(40+4))).
wordnum([six,thousand,one,hundred,and,forty,five],[],6*1000+(1*100+(40+5))).
wordnum([six,thousand,one,hundred,and,forty,six],[],6*1000+(1*100+(40+6))).
wordnum([six,thousand,one,hundred,and,forty,seven],[],6*1000+(1*100+(40+7))).
wordnum([six,thousand,one,hundred,and,forty,eight],[],6*1000+(1*100+(40+8))).
wordnum([six,thousand,one,hundred,and,forty,nine],[],6*1000+(1*100+(40+9))).
wordnum([six,thousand,one,hundred,and,fifty,one],[],6*1000+(1*100+(50+1))).
wordnum([six,thousand,one,hundred,and,fifty,two],[],6*1000+(1*100+(50+2))).
wordnum([six,thousand,one,hundred,and,fifty,three],[],6*1000+(1*100+(50+3))).
wordnum([six,thousand,one,hundred,and,fifty,four],[],6*1000+(1*100+(50+4))).
wordnum([six,thousand,one,hundred,and,fifty,five],[],6*1000+(1*100+(50+5))).
wordnum([six,thousand,one,hundred,and,fifty,six],[],6*1000+(1*100+(50+6))).
wordnum([six,thousand,one,hundred,and,fifty,seven],[],6*1000+(1*100+(50+7))).
wordnum([six,thousand,one,hundred,and,fifty,eight],[],6*1000+(1*100+(50+8))).
wordnum([six,thousand,one,hundred,and,fifty,nine],[],6*1000+(1*100+(50+9))).
wordnum([six,thousand,one,hundred,and,sixty,one],[],6*1000+(1*100+(60+1))).
wordnum([six,thousand,one,hundred,and,sixty,two],[],6*1000+(1*100+(60+2))).
wordnum([six,thousand,one,hundred,and,sixty,three],[],6*1000+(1*100+(60+3))).
wordnum([six,thousand,one,hundred,and,sixty,four],[],6*1000+(1*100+(60+4))).
wordnum([six,thousand,one,hundred,and,sixty,five],[],6*1000+(1*100+(60+5))).
wordnum([six,thousand,one,hundred,and,sixty,six],[],6*1000+(1*100+(60+6))).
wordnum([six,thousand,one,hundred,and,sixty,seven],[],6*1000+(1*100+(60+7))).
wordnum([six,thousand,one,hundred,and,sixty,eight],[],6*1000+(1*100+(60+8))).
wordnum([six,thousand,one,hundred,and,sixty,nine],[],6*1000+(1*100+(60+9))).
wordnum([six,thousand,one,hundred,and,seventy,one],[],6*1000+(1*100+(70+1))).
wordnum([six,thousand,one,hundred,and,seventy,two],[],6*1000+(1*100+(70+2))).
wordnum([six,thousand,one,hundred,and,seventy,three],[],6*1000+(1*100+(70+3))).
wordnum([six,thousand,one,hundred,and,seventy,four],[],6*1000+(1*100+(70+4))).
wordnum([six,thousand,one,hundred,and,seventy,five],[],6*1000+(1*100+(70+5))).
wordnum([six,thousand,one,hundred,and,seventy,six],[],6*1000+(1*100+(70+6))).
wordnum([six,thousand,one,hundred,and,seventy,seven],[],6*1000+(1*100+(70+7))).
wordnum([six,thousand,one,hundred,and,seventy,eight],[],6*1000+(1*100+(70+8))).
wordnum([six,thousand,one,hundred,and,seventy,nine],[],6*1000+(1*100+(70+9))).
wordnum([six,thousand,one,hundred,and,eighty,one],[],6*1000+(1*100+(80+1))).
wordnum([six,thousand,one,hundred,and,eighty,two],[],6*1000+(1*100+(80+2))).
wordnum([six,thousand,one,hundred,and,eighty,three],[],6*1000+(1*100+(80+3))).
wordnum([six,thousand,one,hundred,and,eighty,four],[],6*1000+(1*100+(80+4))).
wordnum([six,thousand,one,hundred,and,eighty,five],[],6*1000+(1*100+(80+5))).
wordnum([six,thousand,one,hundred,and,eighty,six],[],6*1000+(1*100+(80+6))).
wordnum([six,thousand,one,hundred,and,eighty,seven],[],6*1000+(1*100+(80+7))).
wordnum([six,thousand,one,hundred,and,eighty,eight],[],6*1000+(1*100+(80+8))).
wordnum([six,thousand,one,hundred,and,eighty,nine],[],6*1000+(1*100+(80+9))).
wordnum([six,thousand,one,hundred,and,ninety,one],[],6*1000+(1*100+(90+1))).
wordnum([six,thousand,one,hundred,and,ninety,two],[],6*1000+(1*100+(90+2))).
wordnum([six,thousand,one,hundred,and,ninety,three],[],6*1000+(1*100+(90+3))).
wordnum([six,thousand,one,hundred,and,ninety,four],[],6*1000+(1*100+(90+4))).
wordnum([six,thousand,one,hundred,and,ninety,five],[],6*1000+(1*100+(90+5))).
wordnum([six,thousand,one,hundred,and,ninety,six],[],6*1000+(1*100+(90+6))).
wordnum([six,thousand,one,hundred,and,ninety,seven],[],6*1000+(1*100+(90+7))).
wordnum([six,thousand,one,hundred,and,ninety,eight],[],6*1000+(1*100+(90+8))).
wordnum([six,thousand,one,hundred,and,ninety,nine],[],6*1000+(1*100+(90+9))).
wordnum([six,thousand,two,hundred,and,one],[],6*1000+(2*100+1)).
wordnum([six,thousand,two,hundred,and,two],[],6*1000+(2*100+2)).
wordnum([six,thousand,two,hundred,and,three],[],6*1000+(2*100+3)).
wordnum([six,thousand,two,hundred,and,four],[],6*1000+(2*100+4)).
wordnum([six,thousand,two,hundred,and,five],[],6*1000+(2*100+5)).
wordnum([six,thousand,two,hundred,and,six],[],6*1000+(2*100+6)).
wordnum([six,thousand,two,hundred,and,seven],[],6*1000+(2*100+7)).
wordnum([six,thousand,two,hundred,and,eight],[],6*1000+(2*100+8)).
wordnum([six,thousand,two,hundred,and,nine],[],6*1000+(2*100+9)).
wordnum([six,thousand,two,hundred,and,ten],[],6*1000+(2*100+10)).
wordnum([six,thousand,two,hundred,and,eleven],[],6*1000+(2*100+11)).
wordnum([six,thousand,two,hundred,and,twelve],[],6*1000+(2*100+12)).
wordnum([six,thousand,two,hundred,and,thirteen],[],6*1000+(2*100+13)).
wordnum([six,thousand,two,hundred,and,fourteen],[],6*1000+(2*100+14)).
wordnum([six,thousand,two,hundred,and,fifteen],[],6*1000+(2*100+15)).
wordnum([six,thousand,two,hundred,and,sixteen],[],6*1000+(2*100+16)).
wordnum([six,thousand,two,hundred,and,seventeen],[],6*1000+(2*100+17)).
wordnum([six,thousand,two,hundred,and,eighteen],[],6*1000+(2*100+18)).
wordnum([six,thousand,two,hundred,and,nineteen],[],6*1000+(2*100+19)).
wordnum([six,thousand,two,hundred,and,twenty],[],6*1000+(2*100+20)).
wordnum([six,thousand,two,hundred,and,thirty],[],6*1000+(2*100+30)).
wordnum([six,thousand,two,hundred,and,forty],[],6*1000+(2*100+40)).
wordnum([six,thousand,two,hundred,and,fifty],[],6*1000+(2*100+50)).
wordnum([six,thousand,two,hundred,and,sixty],[],6*1000+(2*100+60)).
wordnum([six,thousand,two,hundred,and,seventy],[],6*1000+(2*100+70)).
wordnum([six,thousand,two,hundred,and,eighty],[],6*1000+(2*100+80)).
wordnum([six,thousand,two,hundred,and,ninety],[],6*1000+(2*100+90)).
wordnum([six,thousand,two,hundred,and,twenty,one],[],6*1000+(2*100+(20+1))).
wordnum([six,thousand,two,hundred,and,twenty,two],[],6*1000+(2*100+(20+2))).
wordnum([six,thousand,two,hundred,and,twenty,three],[],6*1000+(2*100+(20+3))).
wordnum([six,thousand,two,hundred,and,twenty,four],[],6*1000+(2*100+(20+4))).
wordnum([six,thousand,two,hundred,and,twenty,five],[],6*1000+(2*100+(20+5))).
wordnum([six,thousand,two,hundred,and,twenty,six],[],6*1000+(2*100+(20+6))).
wordnum([six,thousand,two,hundred,and,twenty,seven],[],6*1000+(2*100+(20+7))).
wordnum([six,thousand,two,hundred,and,twenty,eight],[],6*1000+(2*100+(20+8))).
wordnum([six,thousand,two,hundred,and,twenty,nine],[],6*1000+(2*100+(20+9))).
wordnum([six,thousand,two,hundred,and,thirty,one],[],6*1000+(2*100+(30+1))).
wordnum([six,thousand,two,hundred,and,thirty,two],[],6*1000+(2*100+(30+2))).
wordnum([six,thousand,two,hundred,and,thirty,three],[],6*1000+(2*100+(30+3))).
wordnum([six,thousand,two,hundred,and,thirty,four],[],6*1000+(2*100+(30+4))).
wordnum([six,thousand,two,hundred,and,thirty,five],[],6*1000+(2*100+(30+5))).
wordnum([six,thousand,two,hundred,and,thirty,six],[],6*1000+(2*100+(30+6))).
wordnum([six,thousand,two,hundred,and,thirty,seven],[],6*1000+(2*100+(30+7))).
wordnum([six,thousand,two,hundred,and,thirty,eight],[],6*1000+(2*100+(30+8))).
wordnum([six,thousand,two,hundred,and,thirty,nine],[],6*1000+(2*100+(30+9))).
wordnum([six,thousand,two,hundred,and,forty,one],[],6*1000+(2*100+(40+1))).
wordnum([six,thousand,two,hundred,and,forty,two],[],6*1000+(2*100+(40+2))).
wordnum([six,thousand,two,hundred,and,forty,three],[],6*1000+(2*100+(40+3))).
wordnum([six,thousand,two,hundred,and,forty,four],[],6*1000+(2*100+(40+4))).
wordnum([six,thousand,two,hundred,and,forty,five],[],6*1000+(2*100+(40+5))).
wordnum([six,thousand,two,hundred,and,forty,six],[],6*1000+(2*100+(40+6))).
wordnum([six,thousand,two,hundred,and,forty,seven],[],6*1000+(2*100+(40+7))).
wordnum([six,thousand,two,hundred,and,forty,eight],[],6*1000+(2*100+(40+8))).
wordnum([six,thousand,two,hundred,and,forty,nine],[],6*1000+(2*100+(40+9))).
wordnum([six,thousand,two,hundred,and,fifty,one],[],6*1000+(2*100+(50+1))).
wordnum([six,thousand,two,hundred,and,fifty,two],[],6*1000+(2*100+(50+2))).
wordnum([six,thousand,two,hundred,and,fifty,three],[],6*1000+(2*100+(50+3))).
wordnum([six,thousand,two,hundred,and,fifty,four],[],6*1000+(2*100+(50+4))).
wordnum([six,thousand,two,hundred,and,fifty,five],[],6*1000+(2*100+(50+5))).
wordnum([six,thousand,two,hundred,and,fifty,six],[],6*1000+(2*100+(50+6))).
wordnum([six,thousand,two,hundred,and,fifty,seven],[],6*1000+(2*100+(50+7))).
wordnum([six,thousand,two,hundred,and,fifty,eight],[],6*1000+(2*100+(50+8))).
wordnum([six,thousand,two,hundred,and,fifty,nine],[],6*1000+(2*100+(50+9))).
wordnum([six,thousand,two,hundred,and,sixty,one],[],6*1000+(2*100+(60+1))).
wordnum([six,thousand,two,hundred,and,sixty,two],[],6*1000+(2*100+(60+2))).
wordnum([six,thousand,two,hundred,and,sixty,three],[],6*1000+(2*100+(60+3))).
wordnum([six,thousand,two,hundred,and,sixty,four],[],6*1000+(2*100+(60+4))).
wordnum([six,thousand,two,hundred,and,sixty,five],[],6*1000+(2*100+(60+5))).
wordnum([six,thousand,two,hundred,and,sixty,six],[],6*1000+(2*100+(60+6))).
wordnum([six,thousand,two,hundred,and,sixty,seven],[],6*1000+(2*100+(60+7))).
wordnum([six,thousand,two,hundred,and,sixty,eight],[],6*1000+(2*100+(60+8))).
wordnum([six,thousand,two,hundred,and,sixty,nine],[],6*1000+(2*100+(60+9))).
wordnum([six,thousand,two,hundred,and,seventy,one],[],6*1000+(2*100+(70+1))).
wordnum([six,thousand,two,hundred,and,seventy,two],[],6*1000+(2*100+(70+2))).
wordnum([six,thousand,two,hundred,and,seventy,three],[],6*1000+(2*100+(70+3))).
wordnum([six,thousand,two,hundred,and,seventy,four],[],6*1000+(2*100+(70+4))).
wordnum([six,thousand,two,hundred,and,seventy,five],[],6*1000+(2*100+(70+5))).
wordnum([six,thousand,two,hundred,and,seventy,six],[],6*1000+(2*100+(70+6))).
wordnum([six,thousand,two,hundred,and,seventy,seven],[],6*1000+(2*100+(70+7))).
wordnum([six,thousand,two,hundred,and,seventy,eight],[],6*1000+(2*100+(70+8))).
wordnum([six,thousand,two,hundred,and,seventy,nine],[],6*1000+(2*100+(70+9))).
wordnum([six,thousand,two,hundred,and,eighty,one],[],6*1000+(2*100+(80+1))).
wordnum([six,thousand,two,hundred,and,eighty,two],[],6*1000+(2*100+(80+2))).
wordnum([six,thousand,two,hundred,and,eighty,three],[],6*1000+(2*100+(80+3))).
wordnum([six,thousand,two,hundred,and,eighty,four],[],6*1000+(2*100+(80+4))).
wordnum([six,thousand,two,hundred,and,eighty,five],[],6*1000+(2*100+(80+5))).
wordnum([six,thousand,two,hundred,and,eighty,six],[],6*1000+(2*100+(80+6))).
wordnum([six,thousand,two,hundred,and,eighty,seven],[],6*1000+(2*100+(80+7))).
wordnum([six,thousand,two,hundred,and,eighty,eight],[],6*1000+(2*100+(80+8))).
wordnum([six,thousand,two,hundred,and,eighty,nine],[],6*1000+(2*100+(80+9))).
wordnum([six,thousand,two,hundred,and,ninety,one],[],6*1000+(2*100+(90+1))).
wordnum([six,thousand,two,hundred,and,ninety,two],[],6*1000+(2*100+(90+2))).
wordnum([six,thousand,two,hundred,and,ninety,three],[],6*1000+(2*100+(90+3))).
wordnum([six,thousand,two,hundred,and,ninety,four],[],6*1000+(2*100+(90+4))).
wordnum([six,thousand,two,hundred,and,ninety,five],[],6*1000+(2*100+(90+5))).
wordnum([six,thousand,two,hundred,and,ninety,six],[],6*1000+(2*100+(90+6))).
wordnum([six,thousand,two,hundred,and,ninety,seven],[],6*1000+(2*100+(90+7))).
wordnum([six,thousand,two,hundred,and,ninety,eight],[],6*1000+(2*100+(90+8))).
wordnum([six,thousand,two,hundred,and,ninety,nine],[],6*1000+(2*100+(90+9))).
wordnum([six,thousand,three,hundred,and,one],[],6*1000+(3*100+1)).
wordnum([six,thousand,three,hundred,and,two],[],6*1000+(3*100+2)).
wordnum([six,thousand,three,hundred,and,three],[],6*1000+(3*100+3)).
wordnum([six,thousand,three,hundred,and,four],[],6*1000+(3*100+4)).
wordnum([six,thousand,three,hundred,and,five],[],6*1000+(3*100+5)).
wordnum([six,thousand,three,hundred,and,six],[],6*1000+(3*100+6)).
wordnum([six,thousand,three,hundred,and,seven],[],6*1000+(3*100+7)).
wordnum([six,thousand,three,hundred,and,eight],[],6*1000+(3*100+8)).
wordnum([six,thousand,three,hundred,and,nine],[],6*1000+(3*100+9)).
wordnum([six,thousand,three,hundred,and,ten],[],6*1000+(3*100+10)).
wordnum([six,thousand,three,hundred,and,eleven],[],6*1000+(3*100+11)).
wordnum([six,thousand,three,hundred,and,twelve],[],6*1000+(3*100+12)).
wordnum([six,thousand,three,hundred,and,thirteen],[],6*1000+(3*100+13)).
wordnum([six,thousand,three,hundred,and,fourteen],[],6*1000+(3*100+14)).
wordnum([six,thousand,three,hundred,and,fifteen],[],6*1000+(3*100+15)).
wordnum([six,thousand,three,hundred,and,sixteen],[],6*1000+(3*100+16)).
wordnum([six,thousand,three,hundred,and,seventeen],[],6*1000+(3*100+17)).
wordnum([six,thousand,three,hundred,and,eighteen],[],6*1000+(3*100+18)).
wordnum([six,thousand,three,hundred,and,nineteen],[],6*1000+(3*100+19)).
wordnum([six,thousand,three,hundred,and,twenty],[],6*1000+(3*100+20)).
wordnum([six,thousand,three,hundred,and,thirty],[],6*1000+(3*100+30)).
wordnum([six,thousand,three,hundred,and,forty],[],6*1000+(3*100+40)).
wordnum([six,thousand,three,hundred,and,fifty],[],6*1000+(3*100+50)).
wordnum([six,thousand,three,hundred,and,sixty],[],6*1000+(3*100+60)).
wordnum([six,thousand,three,hundred,and,seventy],[],6*1000+(3*100+70)).
wordnum([six,thousand,three,hundred,and,eighty],[],6*1000+(3*100+80)).
wordnum([six,thousand,three,hundred,and,ninety],[],6*1000+(3*100+90)).
wordnum([six,thousand,three,hundred,and,twenty,one],[],6*1000+(3*100+(20+1))).
wordnum([six,thousand,three,hundred,and,twenty,two],[],6*1000+(3*100+(20+2))).
wordnum([six,thousand,three,hundred,and,twenty,three],[],6*1000+(3*100+(20+3))).
wordnum([six,thousand,three,hundred,and,twenty,four],[],6*1000+(3*100+(20+4))).
wordnum([six,thousand,three,hundred,and,twenty,five],[],6*1000+(3*100+(20+5))).
wordnum([six,thousand,three,hundred,and,twenty,six],[],6*1000+(3*100+(20+6))).
wordnum([six,thousand,three,hundred,and,twenty,seven],[],6*1000+(3*100+(20+7))).
wordnum([six,thousand,three,hundred,and,twenty,eight],[],6*1000+(3*100+(20+8))).
wordnum([six,thousand,three,hundred,and,twenty,nine],[],6*1000+(3*100+(20+9))).
wordnum([six,thousand,three,hundred,and,thirty,one],[],6*1000+(3*100+(30+1))).
wordnum([six,thousand,three,hundred,and,thirty,two],[],6*1000+(3*100+(30+2))).
wordnum([six,thousand,three,hundred,and,thirty,three],[],6*1000+(3*100+(30+3))).
wordnum([six,thousand,three,hundred,and,thirty,four],[],6*1000+(3*100+(30+4))).
wordnum([six,thousand,three,hundred,and,thirty,five],[],6*1000+(3*100+(30+5))).
wordnum([six,thousand,three,hundred,and,thirty,six],[],6*1000+(3*100+(30+6))).
wordnum([six,thousand,three,hundred,and,thirty,seven],[],6*1000+(3*100+(30+7))).
wordnum([six,thousand,three,hundred,and,thirty,eight],[],6*1000+(3*100+(30+8))).
wordnum([six,thousand,three,hundred,and,thirty,nine],[],6*1000+(3*100+(30+9))).
wordnum([six,thousand,three,hundred,and,forty,one],[],6*1000+(3*100+(40+1))).
wordnum([six,thousand,three,hundred,and,forty,two],[],6*1000+(3*100+(40+2))).
wordnum([six,thousand,three,hundred,and,forty,three],[],6*1000+(3*100+(40+3))).
wordnum([six,thousand,three,hundred,and,forty,four],[],6*1000+(3*100+(40+4))).
wordnum([six,thousand,three,hundred,and,forty,five],[],6*1000+(3*100+(40+5))).
wordnum([six,thousand,three,hundred,and,forty,six],[],6*1000+(3*100+(40+6))).
wordnum([six,thousand,three,hundred,and,forty,seven],[],6*1000+(3*100+(40+7))).
wordnum([six,thousand,three,hundred,and,forty,eight],[],6*1000+(3*100+(40+8))).
wordnum([six,thousand,three,hundred,and,forty,nine],[],6*1000+(3*100+(40+9))).
wordnum([six,thousand,three,hundred,and,fifty,one],[],6*1000+(3*100+(50+1))).
wordnum([six,thousand,three,hundred,and,fifty,two],[],6*1000+(3*100+(50+2))).
wordnum([six,thousand,three,hundred,and,fifty,three],[],6*1000+(3*100+(50+3))).
wordnum([six,thousand,three,hundred,and,fifty,four],[],6*1000+(3*100+(50+4))).
wordnum([six,thousand,three,hundred,and,fifty,five],[],6*1000+(3*100+(50+5))).
wordnum([six,thousand,three,hundred,and,fifty,six],[],6*1000+(3*100+(50+6))).
wordnum([six,thousand,three,hundred,and,fifty,seven],[],6*1000+(3*100+(50+7))).
wordnum([six,thousand,three,hundred,and,fifty,eight],[],6*1000+(3*100+(50+8))).
wordnum([six,thousand,three,hundred,and,fifty,nine],[],6*1000+(3*100+(50+9))).
wordnum([six,thousand,three,hundred,and,sixty,one],[],6*1000+(3*100+(60+1))).
wordnum([six,thousand,three,hundred,and,sixty,two],[],6*1000+(3*100+(60+2))).
wordnum([six,thousand,three,hundred,and,sixty,three],[],6*1000+(3*100+(60+3))).
wordnum([six,thousand,three,hundred,and,sixty,four],[],6*1000+(3*100+(60+4))).
wordnum([six,thousand,three,hundred,and,sixty,five],[],6*1000+(3*100+(60+5))).
wordnum([six,thousand,three,hundred,and,sixty,six],[],6*1000+(3*100+(60+6))).
wordnum([six,thousand,three,hundred,and,sixty,seven],[],6*1000+(3*100+(60+7))).
wordnum([six,thousand,three,hundred,and,sixty,eight],[],6*1000+(3*100+(60+8))).
wordnum([six,thousand,three,hundred,and,sixty,nine],[],6*1000+(3*100+(60+9))).
wordnum([six,thousand,three,hundred,and,seventy,one],[],6*1000+(3*100+(70+1))).
wordnum([six,thousand,three,hundred,and,seventy,two],[],6*1000+(3*100+(70+2))).
wordnum([six,thousand,three,hundred,and,seventy,three],[],6*1000+(3*100+(70+3))).
wordnum([six,thousand,three,hundred,and,seventy,four],[],6*1000+(3*100+(70+4))).
wordnum([six,thousand,three,hundred,and,seventy,five],[],6*1000+(3*100+(70+5))).
wordnum([six,thousand,three,hundred,and,seventy,six],[],6*1000+(3*100+(70+6))).
wordnum([six,thousand,three,hundred,and,seventy,seven],[],6*1000+(3*100+(70+7))).
wordnum([six,thousand,three,hundred,and,seventy,eight],[],6*1000+(3*100+(70+8))).
wordnum([six,thousand,three,hundred,and,seventy,nine],[],6*1000+(3*100+(70+9))).
wordnum([six,thousand,three,hundred,and,eighty,one],[],6*1000+(3*100+(80+1))).
wordnum([six,thousand,three,hundred,and,eighty,two],[],6*1000+(3*100+(80+2))).
wordnum([six,thousand,three,hundred,and,eighty,three],[],6*1000+(3*100+(80+3))).
wordnum([six,thousand,three,hundred,and,eighty,four],[],6*1000+(3*100+(80+4))).
wordnum([six,thousand,three,hundred,and,eighty,five],[],6*1000+(3*100+(80+5))).
wordnum([six,thousand,three,hundred,and,eighty,six],[],6*1000+(3*100+(80+6))).
wordnum([six,thousand,three,hundred,and,eighty,seven],[],6*1000+(3*100+(80+7))).
wordnum([six,thousand,three,hundred,and,eighty,eight],[],6*1000+(3*100+(80+8))).
wordnum([six,thousand,three,hundred,and,eighty,nine],[],6*1000+(3*100+(80+9))).
wordnum([six,thousand,three,hundred,and,ninety,one],[],6*1000+(3*100+(90+1))).
wordnum([six,thousand,three,hundred,and,ninety,two],[],6*1000+(3*100+(90+2))).
wordnum([six,thousand,three,hundred,and,ninety,three],[],6*1000+(3*100+(90+3))).
wordnum([six,thousand,three,hundred,and,ninety,four],[],6*1000+(3*100+(90+4))).
wordnum([six,thousand,three,hundred,and,ninety,five],[],6*1000+(3*100+(90+5))).
wordnum([six,thousand,three,hundred,and,ninety,six],[],6*1000+(3*100+(90+6))).
wordnum([six,thousand,three,hundred,and,ninety,seven],[],6*1000+(3*100+(90+7))).
wordnum([six,thousand,three,hundred,and,ninety,eight],[],6*1000+(3*100+(90+8))).
wordnum([six,thousand,three,hundred,and,ninety,nine],[],6*1000+(3*100+(90+9))).
wordnum([six,thousand,four,hundred,and,one],[],6*1000+(4*100+1)).
wordnum([six,thousand,four,hundred,and,two],[],6*1000+(4*100+2)).
wordnum([six,thousand,four,hundred,and,three],[],6*1000+(4*100+3)).
wordnum([six,thousand,four,hundred,and,four],[],6*1000+(4*100+4)).
wordnum([six,thousand,four,hundred,and,five],[],6*1000+(4*100+5)).
wordnum([six,thousand,four,hundred,and,six],[],6*1000+(4*100+6)).
wordnum([six,thousand,four,hundred,and,seven],[],6*1000+(4*100+7)).
wordnum([six,thousand,four,hundred,and,eight],[],6*1000+(4*100+8)).
wordnum([six,thousand,four,hundred,and,nine],[],6*1000+(4*100+9)).
wordnum([six,thousand,four,hundred,and,ten],[],6*1000+(4*100+10)).
wordnum([six,thousand,four,hundred,and,eleven],[],6*1000+(4*100+11)).
wordnum([six,thousand,four,hundred,and,twelve],[],6*1000+(4*100+12)).
wordnum([six,thousand,four,hundred,and,thirteen],[],6*1000+(4*100+13)).
wordnum([six,thousand,four,hundred,and,fourteen],[],6*1000+(4*100+14)).
wordnum([six,thousand,four,hundred,and,fifteen],[],6*1000+(4*100+15)).
wordnum([six,thousand,four,hundred,and,sixteen],[],6*1000+(4*100+16)).
wordnum([six,thousand,four,hundred,and,seventeen],[],6*1000+(4*100+17)).
wordnum([six,thousand,four,hundred,and,eighteen],[],6*1000+(4*100+18)).
wordnum([six,thousand,four,hundred,and,nineteen],[],6*1000+(4*100+19)).
wordnum([six,thousand,four,hundred,and,twenty],[],6*1000+(4*100+20)).
wordnum([six,thousand,four,hundred,and,thirty],[],6*1000+(4*100+30)).
wordnum([six,thousand,four,hundred,and,forty],[],6*1000+(4*100+40)).
wordnum([six,thousand,four,hundred,and,fifty],[],6*1000+(4*100+50)).
wordnum([six,thousand,four,hundred,and,sixty],[],6*1000+(4*100+60)).
wordnum([six,thousand,four,hundred,and,seventy],[],6*1000+(4*100+70)).
wordnum([six,thousand,four,hundred,and,eighty],[],6*1000+(4*100+80)).
wordnum([six,thousand,four,hundred,and,ninety],[],6*1000+(4*100+90)).
wordnum([six,thousand,four,hundred,and,twenty,one],[],6*1000+(4*100+(20+1))).
wordnum([six,thousand,four,hundred,and,twenty,two],[],6*1000+(4*100+(20+2))).
wordnum([six,thousand,four,hundred,and,twenty,three],[],6*1000+(4*100+(20+3))).
wordnum([six,thousand,four,hundred,and,twenty,four],[],6*1000+(4*100+(20+4))).
wordnum([six,thousand,four,hundred,and,twenty,five],[],6*1000+(4*100+(20+5))).
wordnum([six,thousand,four,hundred,and,twenty,six],[],6*1000+(4*100+(20+6))).
wordnum([six,thousand,four,hundred,and,twenty,seven],[],6*1000+(4*100+(20+7))).
wordnum([six,thousand,four,hundred,and,twenty,eight],[],6*1000+(4*100+(20+8))).
wordnum([six,thousand,four,hundred,and,twenty,nine],[],6*1000+(4*100+(20+9))).
wordnum([six,thousand,four,hundred,and,thirty,one],[],6*1000+(4*100+(30+1))).
wordnum([six,thousand,four,hundred,and,thirty,two],[],6*1000+(4*100+(30+2))).
wordnum([six,thousand,four,hundred,and,thirty,three],[],6*1000+(4*100+(30+3))).
wordnum([six,thousand,four,hundred,and,thirty,four],[],6*1000+(4*100+(30+4))).
wordnum([six,thousand,four,hundred,and,thirty,five],[],6*1000+(4*100+(30+5))).
wordnum([six,thousand,four,hundred,and,thirty,six],[],6*1000+(4*100+(30+6))).
wordnum([six,thousand,four,hundred,and,thirty,seven],[],6*1000+(4*100+(30+7))).
wordnum([six,thousand,four,hundred,and,thirty,eight],[],6*1000+(4*100+(30+8))).
wordnum([six,thousand,four,hundred,and,thirty,nine],[],6*1000+(4*100+(30+9))).
wordnum([six,thousand,four,hundred,and,forty,one],[],6*1000+(4*100+(40+1))).
wordnum([six,thousand,four,hundred,and,forty,two],[],6*1000+(4*100+(40+2))).
wordnum([six,thousand,four,hundred,and,forty,three],[],6*1000+(4*100+(40+3))).
wordnum([six,thousand,four,hundred,and,forty,four],[],6*1000+(4*100+(40+4))).
wordnum([six,thousand,four,hundred,and,forty,five],[],6*1000+(4*100+(40+5))).
wordnum([six,thousand,four,hundred,and,forty,six],[],6*1000+(4*100+(40+6))).
wordnum([six,thousand,four,hundred,and,forty,seven],[],6*1000+(4*100+(40+7))).
wordnum([six,thousand,four,hundred,and,forty,eight],[],6*1000+(4*100+(40+8))).
wordnum([six,thousand,four,hundred,and,forty,nine],[],6*1000+(4*100+(40+9))).
wordnum([six,thousand,four,hundred,and,fifty,one],[],6*1000+(4*100+(50+1))).
wordnum([six,thousand,four,hundred,and,fifty,two],[],6*1000+(4*100+(50+2))).
wordnum([six,thousand,four,hundred,and,fifty,three],[],6*1000+(4*100+(50+3))).
wordnum([six,thousand,four,hundred,and,fifty,four],[],6*1000+(4*100+(50+4))).
wordnum([six,thousand,four,hundred,and,fifty,five],[],6*1000+(4*100+(50+5))).
wordnum([six,thousand,four,hundred,and,fifty,six],[],6*1000+(4*100+(50+6))).
wordnum([six,thousand,four,hundred,and,fifty,seven],[],6*1000+(4*100+(50+7))).
wordnum([six,thousand,four,hundred,and,fifty,eight],[],6*1000+(4*100+(50+8))).
wordnum([six,thousand,four,hundred,and,fifty,nine],[],6*1000+(4*100+(50+9))).
wordnum([six,thousand,four,hundred,and,sixty,one],[],6*1000+(4*100+(60+1))).
wordnum([six,thousand,four,hundred,and,sixty,two],[],6*1000+(4*100+(60+2))).
wordnum([six,thousand,four,hundred,and,sixty,three],[],6*1000+(4*100+(60+3))).
wordnum([six,thousand,four,hundred,and,sixty,four],[],6*1000+(4*100+(60+4))).
wordnum([six,thousand,four,hundred,and,sixty,five],[],6*1000+(4*100+(60+5))).
wordnum([six,thousand,four,hundred,and,sixty,six],[],6*1000+(4*100+(60+6))).
wordnum([six,thousand,four,hundred,and,sixty,seven],[],6*1000+(4*100+(60+7))).
wordnum([six,thousand,four,hundred,and,sixty,eight],[],6*1000+(4*100+(60+8))).
wordnum([six,thousand,four,hundred,and,sixty,nine],[],6*1000+(4*100+(60+9))).
wordnum([six,thousand,four,hundred,and,seventy,one],[],6*1000+(4*100+(70+1))).
wordnum([six,thousand,four,hundred,and,seventy,two],[],6*1000+(4*100+(70+2))).
wordnum([six,thousand,four,hundred,and,seventy,three],[],6*1000+(4*100+(70+3))).
wordnum([six,thousand,four,hundred,and,seventy,four],[],6*1000+(4*100+(70+4))).
wordnum([six,thousand,four,hundred,and,seventy,five],[],6*1000+(4*100+(70+5))).
wordnum([six,thousand,four,hundred,and,seventy,six],[],6*1000+(4*100+(70+6))).
wordnum([six,thousand,four,hundred,and,seventy,seven],[],6*1000+(4*100+(70+7))).
wordnum([six,thousand,four,hundred,and,seventy,eight],[],6*1000+(4*100+(70+8))).
wordnum([six,thousand,four,hundred,and,seventy,nine],[],6*1000+(4*100+(70+9))).
wordnum([six,thousand,four,hundred,and,eighty,one],[],6*1000+(4*100+(80+1))).
wordnum([six,thousand,four,hundred,and,eighty,two],[],6*1000+(4*100+(80+2))).
wordnum([six,thousand,four,hundred,and,eighty,three],[],6*1000+(4*100+(80+3))).
wordnum([six,thousand,four,hundred,and,eighty,four],[],6*1000+(4*100+(80+4))).
wordnum([six,thousand,four,hundred,and,eighty,five],[],6*1000+(4*100+(80+5))).
wordnum([six,thousand,four,hundred,and,eighty,six],[],6*1000+(4*100+(80+6))).
wordnum([six,thousand,four,hundred,and,eighty,seven],[],6*1000+(4*100+(80+7))).
wordnum([six,thousand,four,hundred,and,eighty,eight],[],6*1000+(4*100+(80+8))).
wordnum([six,thousand,four,hundred,and,eighty,nine],[],6*1000+(4*100+(80+9))).
wordnum([six,thousand,four,hundred,and,ninety,one],[],6*1000+(4*100+(90+1))).
wordnum([six,thousand,four,hundred,and,ninety,two],[],6*1000+(4*100+(90+2))).
wordnum([six,thousand,four,hundred,and,ninety,three],[],6*1000+(4*100+(90+3))).
wordnum([six,thousand,four,hundred,and,ninety,four],[],6*1000+(4*100+(90+4))).
wordnum([six,thousand,four,hundred,and,ninety,five],[],6*1000+(4*100+(90+5))).
wordnum([six,thousand,four,hundred,and,ninety,six],[],6*1000+(4*100+(90+6))).
wordnum([six,thousand,four,hundred,and,ninety,seven],[],6*1000+(4*100+(90+7))).
wordnum([six,thousand,four,hundred,and,ninety,eight],[],6*1000+(4*100+(90+8))).
wordnum([six,thousand,four,hundred,and,ninety,nine],[],6*1000+(4*100+(90+9))).
wordnum([six,thousand,five,hundred,and,one],[],6*1000+(5*100+1)).
wordnum([six,thousand,five,hundred,and,two],[],6*1000+(5*100+2)).
wordnum([six,thousand,five,hundred,and,three],[],6*1000+(5*100+3)).
wordnum([six,thousand,five,hundred,and,four],[],6*1000+(5*100+4)).
wordnum([six,thousand,five,hundred,and,five],[],6*1000+(5*100+5)).
wordnum([six,thousand,five,hundred,and,six],[],6*1000+(5*100+6)).
wordnum([six,thousand,five,hundred,and,seven],[],6*1000+(5*100+7)).
wordnum([six,thousand,five,hundred,and,eight],[],6*1000+(5*100+8)).
wordnum([six,thousand,five,hundred,and,nine],[],6*1000+(5*100+9)).
wordnum([six,thousand,five,hundred,and,ten],[],6*1000+(5*100+10)).
wordnum([six,thousand,five,hundred,and,eleven],[],6*1000+(5*100+11)).
wordnum([six,thousand,five,hundred,and,twelve],[],6*1000+(5*100+12)).
wordnum([six,thousand,five,hundred,and,thirteen],[],6*1000+(5*100+13)).
wordnum([six,thousand,five,hundred,and,fourteen],[],6*1000+(5*100+14)).
wordnum([six,thousand,five,hundred,and,fifteen],[],6*1000+(5*100+15)).
wordnum([six,thousand,five,hundred,and,sixteen],[],6*1000+(5*100+16)).
wordnum([six,thousand,five,hundred,and,seventeen],[],6*1000+(5*100+17)).
wordnum([six,thousand,five,hundred,and,eighteen],[],6*1000+(5*100+18)).
wordnum([six,thousand,five,hundred,and,nineteen],[],6*1000+(5*100+19)).
wordnum([six,thousand,five,hundred,and,twenty],[],6*1000+(5*100+20)).
wordnum([six,thousand,five,hundred,and,thirty],[],6*1000+(5*100+30)).
wordnum([six,thousand,five,hundred,and,forty],[],6*1000+(5*100+40)).
wordnum([six,thousand,five,hundred,and,fifty],[],6*1000+(5*100+50)).
wordnum([six,thousand,five,hundred,and,sixty],[],6*1000+(5*100+60)).
wordnum([six,thousand,five,hundred,and,seventy],[],6*1000+(5*100+70)).
wordnum([six,thousand,five,hundred,and,eighty],[],6*1000+(5*100+80)).
wordnum([six,thousand,five,hundred,and,ninety],[],6*1000+(5*100+90)).
wordnum([six,thousand,five,hundred,and,twenty,one],[],6*1000+(5*100+(20+1))).
wordnum([six,thousand,five,hundred,and,twenty,two],[],6*1000+(5*100+(20+2))).
wordnum([six,thousand,five,hundred,and,twenty,three],[],6*1000+(5*100+(20+3))).
wordnum([six,thousand,five,hundred,and,twenty,four],[],6*1000+(5*100+(20+4))).
wordnum([six,thousand,five,hundred,and,twenty,five],[],6*1000+(5*100+(20+5))).
wordnum([six,thousand,five,hundred,and,twenty,six],[],6*1000+(5*100+(20+6))).
wordnum([six,thousand,five,hundred,and,twenty,seven],[],6*1000+(5*100+(20+7))).
wordnum([six,thousand,five,hundred,and,twenty,eight],[],6*1000+(5*100+(20+8))).
wordnum([six,thousand,five,hundred,and,twenty,nine],[],6*1000+(5*100+(20+9))).
wordnum([six,thousand,five,hundred,and,thirty,one],[],6*1000+(5*100+(30+1))).
wordnum([six,thousand,five,hundred,and,thirty,two],[],6*1000+(5*100+(30+2))).
wordnum([six,thousand,five,hundred,and,thirty,three],[],6*1000+(5*100+(30+3))).
wordnum([six,thousand,five,hundred,and,thirty,four],[],6*1000+(5*100+(30+4))).
wordnum([six,thousand,five,hundred,and,thirty,five],[],6*1000+(5*100+(30+5))).
wordnum([six,thousand,five,hundred,and,thirty,six],[],6*1000+(5*100+(30+6))).
wordnum([six,thousand,five,hundred,and,thirty,seven],[],6*1000+(5*100+(30+7))).
wordnum([six,thousand,five,hundred,and,thirty,eight],[],6*1000+(5*100+(30+8))).
wordnum([six,thousand,five,hundred,and,thirty,nine],[],6*1000+(5*100+(30+9))).
wordnum([six,thousand,five,hundred,and,forty,one],[],6*1000+(5*100+(40+1))).
wordnum([six,thousand,five,hundred,and,forty,two],[],6*1000+(5*100+(40+2))).
wordnum([six,thousand,five,hundred,and,forty,three],[],6*1000+(5*100+(40+3))).
wordnum([six,thousand,five,hundred,and,forty,four],[],6*1000+(5*100+(40+4))).
wordnum([six,thousand,five,hundred,and,forty,five],[],6*1000+(5*100+(40+5))).
wordnum([six,thousand,five,hundred,and,forty,six],[],6*1000+(5*100+(40+6))).
wordnum([six,thousand,five,hundred,and,forty,seven],[],6*1000+(5*100+(40+7))).
wordnum([six,thousand,five,hundred,and,forty,eight],[],6*1000+(5*100+(40+8))).
wordnum([six,thousand,five,hundred,and,forty,nine],[],6*1000+(5*100+(40+9))).
wordnum([six,thousand,five,hundred,and,fifty,one],[],6*1000+(5*100+(50+1))).
wordnum([six,thousand,five,hundred,and,fifty,two],[],6*1000+(5*100+(50+2))).
wordnum([six,thousand,five,hundred,and,fifty,three],[],6*1000+(5*100+(50+3))).
wordnum([six,thousand,five,hundred,and,fifty,four],[],6*1000+(5*100+(50+4))).
wordnum([six,thousand,five,hundred,and,fifty,five],[],6*1000+(5*100+(50+5))).
wordnum([six,thousand,five,hundred,and,fifty,six],[],6*1000+(5*100+(50+6))).
wordnum([six,thousand,five,hundred,and,fifty,seven],[],6*1000+(5*100+(50+7))).
wordnum([six,thousand,five,hundred,and,fifty,eight],[],6*1000+(5*100+(50+8))).
wordnum([six,thousand,five,hundred,and,fifty,nine],[],6*1000+(5*100+(50+9))).
wordnum([six,thousand,five,hundred,and,sixty,one],[],6*1000+(5*100+(60+1))).
wordnum([six,thousand,five,hundred,and,sixty,two],[],6*1000+(5*100+(60+2))).
wordnum([six,thousand,five,hundred,and,sixty,three],[],6*1000+(5*100+(60+3))).
wordnum([six,thousand,five,hundred,and,sixty,four],[],6*1000+(5*100+(60+4))).
wordnum([six,thousand,five,hundred,and,sixty,five],[],6*1000+(5*100+(60+5))).
wordnum([six,thousand,five,hundred,and,sixty,six],[],6*1000+(5*100+(60+6))).
wordnum([six,thousand,five,hundred,and,sixty,seven],[],6*1000+(5*100+(60+7))).
wordnum([six,thousand,five,hundred,and,sixty,eight],[],6*1000+(5*100+(60+8))).
wordnum([six,thousand,five,hundred,and,sixty,nine],[],6*1000+(5*100+(60+9))).
wordnum([six,thousand,five,hundred,and,seventy,one],[],6*1000+(5*100+(70+1))).
wordnum([six,thousand,five,hundred,and,seventy,two],[],6*1000+(5*100+(70+2))).
wordnum([six,thousand,five,hundred,and,seventy,three],[],6*1000+(5*100+(70+3))).
wordnum([six,thousand,five,hundred,and,seventy,four],[],6*1000+(5*100+(70+4))).
wordnum([six,thousand,five,hundred,and,seventy,five],[],6*1000+(5*100+(70+5))).
wordnum([six,thousand,five,hundred,and,seventy,six],[],6*1000+(5*100+(70+6))).
wordnum([six,thousand,five,hundred,and,seventy,seven],[],6*1000+(5*100+(70+7))).
wordnum([six,thousand,five,hundred,and,seventy,eight],[],6*1000+(5*100+(70+8))).
wordnum([six,thousand,five,hundred,and,seventy,nine],[],6*1000+(5*100+(70+9))).
wordnum([six,thousand,five,hundred,and,eighty,one],[],6*1000+(5*100+(80+1))).
wordnum([six,thousand,five,hundred,and,eighty,two],[],6*1000+(5*100+(80+2))).
wordnum([six,thousand,five,hundred,and,eighty,three],[],6*1000+(5*100+(80+3))).
wordnum([six,thousand,five,hundred,and,eighty,four],[],6*1000+(5*100+(80+4))).
wordnum([six,thousand,five,hundred,and,eighty,five],[],6*1000+(5*100+(80+5))).
wordnum([six,thousand,five,hundred,and,eighty,six],[],6*1000+(5*100+(80+6))).
wordnum([six,thousand,five,hundred,and,eighty,seven],[],6*1000+(5*100+(80+7))).
wordnum([six,thousand,five,hundred,and,eighty,eight],[],6*1000+(5*100+(80+8))).
wordnum([six,thousand,five,hundred,and,eighty,nine],[],6*1000+(5*100+(80+9))).
wordnum([six,thousand,five,hundred,and,ninety,one],[],6*1000+(5*100+(90+1))).
wordnum([six,thousand,five,hundred,and,ninety,two],[],6*1000+(5*100+(90+2))).
wordnum([six,thousand,five,hundred,and,ninety,three],[],6*1000+(5*100+(90+3))).
wordnum([six,thousand,five,hundred,and,ninety,four],[],6*1000+(5*100+(90+4))).
wordnum([six,thousand,five,hundred,and,ninety,five],[],6*1000+(5*100+(90+5))).
wordnum([six,thousand,five,hundred,and,ninety,six],[],6*1000+(5*100+(90+6))).
wordnum([six,thousand,five,hundred,and,ninety,seven],[],6*1000+(5*100+(90+7))).
wordnum([six,thousand,five,hundred,and,ninety,eight],[],6*1000+(5*100+(90+8))).
wordnum([six,thousand,five,hundred,and,ninety,nine],[],6*1000+(5*100+(90+9))).
wordnum([six,thousand,six,hundred,and,one],[],6*1000+(6*100+1)).
wordnum([six,thousand,six,hundred,and,two],[],6*1000+(6*100+2)).
wordnum([six,thousand,six,hundred,and,three],[],6*1000+(6*100+3)).
wordnum([six,thousand,six,hundred,and,four],[],6*1000+(6*100+4)).
wordnum([six,thousand,six,hundred,and,five],[],6*1000+(6*100+5)).
wordnum([six,thousand,six,hundred,and,six],[],6*1000+(6*100+6)).
wordnum([six,thousand,six,hundred,and,seven],[],6*1000+(6*100+7)).
wordnum([six,thousand,six,hundred,and,eight],[],6*1000+(6*100+8)).
wordnum([six,thousand,six,hundred,and,nine],[],6*1000+(6*100+9)).
wordnum([six,thousand,six,hundred,and,ten],[],6*1000+(6*100+10)).
wordnum([six,thousand,six,hundred,and,eleven],[],6*1000+(6*100+11)).
wordnum([six,thousand,six,hundred,and,twelve],[],6*1000+(6*100+12)).
wordnum([six,thousand,six,hundred,and,thirteen],[],6*1000+(6*100+13)).
wordnum([six,thousand,six,hundred,and,fourteen],[],6*1000+(6*100+14)).
wordnum([six,thousand,six,hundred,and,fifteen],[],6*1000+(6*100+15)).
wordnum([six,thousand,six,hundred,and,sixteen],[],6*1000+(6*100+16)).
wordnum([six,thousand,six,hundred,and,seventeen],[],6*1000+(6*100+17)).
wordnum([six,thousand,six,hundred,and,eighteen],[],6*1000+(6*100+18)).
wordnum([six,thousand,six,hundred,and,nineteen],[],6*1000+(6*100+19)).
wordnum([six,thousand,six,hundred,and,twenty],[],6*1000+(6*100+20)).
wordnum([six,thousand,six,hundred,and,thirty],[],6*1000+(6*100+30)).
wordnum([six,thousand,six,hundred,and,forty],[],6*1000+(6*100+40)).
wordnum([six,thousand,six,hundred,and,fifty],[],6*1000+(6*100+50)).
wordnum([six,thousand,six,hundred,and,sixty],[],6*1000+(6*100+60)).
wordnum([six,thousand,six,hundred,and,seventy],[],6*1000+(6*100+70)).
wordnum([six,thousand,six,hundred,and,eighty],[],6*1000+(6*100+80)).
wordnum([six,thousand,six,hundred,and,ninety],[],6*1000+(6*100+90)).
wordnum([six,thousand,six,hundred,and,twenty,one],[],6*1000+(6*100+(20+1))).
wordnum([six,thousand,six,hundred,and,twenty,two],[],6*1000+(6*100+(20+2))).
wordnum([six,thousand,six,hundred,and,twenty,three],[],6*1000+(6*100+(20+3))).
wordnum([six,thousand,six,hundred,and,twenty,four],[],6*1000+(6*100+(20+4))).
wordnum([six,thousand,six,hundred,and,twenty,five],[],6*1000+(6*100+(20+5))).
wordnum([six,thousand,six,hundred,and,twenty,six],[],6*1000+(6*100+(20+6))).
wordnum([six,thousand,six,hundred,and,twenty,seven],[],6*1000+(6*100+(20+7))).
wordnum([six,thousand,six,hundred,and,twenty,eight],[],6*1000+(6*100+(20+8))).
wordnum([six,thousand,six,hundred,and,twenty,nine],[],6*1000+(6*100+(20+9))).
wordnum([six,thousand,six,hundred,and,thirty,one],[],6*1000+(6*100+(30+1))).
wordnum([six,thousand,six,hundred,and,thirty,two],[],6*1000+(6*100+(30+2))).
wordnum([six,thousand,six,hundred,and,thirty,three],[],6*1000+(6*100+(30+3))).
wordnum([six,thousand,six,hundred,and,thirty,four],[],6*1000+(6*100+(30+4))).
wordnum([six,thousand,six,hundred,and,thirty,five],[],6*1000+(6*100+(30+5))).
wordnum([six,thousand,six,hundred,and,thirty,six],[],6*1000+(6*100+(30+6))).
wordnum([six,thousand,six,hundred,and,thirty,seven],[],6*1000+(6*100+(30+7))).
wordnum([six,thousand,six,hundred,and,thirty,eight],[],6*1000+(6*100+(30+8))).
wordnum([six,thousand,six,hundred,and,thirty,nine],[],6*1000+(6*100+(30+9))).
wordnum([six,thousand,six,hundred,and,forty,one],[],6*1000+(6*100+(40+1))).
wordnum([six,thousand,six,hundred,and,forty,two],[],6*1000+(6*100+(40+2))).
wordnum([six,thousand,six,hundred,and,forty,three],[],6*1000+(6*100+(40+3))).
wordnum([six,thousand,six,hundred,and,forty,four],[],6*1000+(6*100+(40+4))).
wordnum([six,thousand,six,hundred,and,forty,five],[],6*1000+(6*100+(40+5))).
wordnum([six,thousand,six,hundred,and,forty,six],[],6*1000+(6*100+(40+6))).
wordnum([six,thousand,six,hundred,and,forty,seven],[],6*1000+(6*100+(40+7))).
wordnum([six,thousand,six,hundred,and,forty,eight],[],6*1000+(6*100+(40+8))).
wordnum([six,thousand,six,hundred,and,forty,nine],[],6*1000+(6*100+(40+9))).
wordnum([six,thousand,six,hundred,and,fifty,one],[],6*1000+(6*100+(50+1))).
wordnum([six,thousand,six,hundred,and,fifty,two],[],6*1000+(6*100+(50+2))).
wordnum([six,thousand,six,hundred,and,fifty,three],[],6*1000+(6*100+(50+3))).
wordnum([six,thousand,six,hundred,and,fifty,four],[],6*1000+(6*100+(50+4))).
wordnum([six,thousand,six,hundred,and,fifty,five],[],6*1000+(6*100+(50+5))).
wordnum([six,thousand,six,hundred,and,fifty,six],[],6*1000+(6*100+(50+6))).
wordnum([six,thousand,six,hundred,and,fifty,seven],[],6*1000+(6*100+(50+7))).
wordnum([six,thousand,six,hundred,and,fifty,eight],[],6*1000+(6*100+(50+8))).
wordnum([six,thousand,six,hundred,and,fifty,nine],[],6*1000+(6*100+(50+9))).
wordnum([six,thousand,six,hundred,and,sixty,one],[],6*1000+(6*100+(60+1))).
wordnum([six,thousand,six,hundred,and,sixty,two],[],6*1000+(6*100+(60+2))).
wordnum([six,thousand,six,hundred,and,sixty,three],[],6*1000+(6*100+(60+3))).
wordnum([six,thousand,six,hundred,and,sixty,four],[],6*1000+(6*100+(60+4))).
wordnum([six,thousand,six,hundred,and,sixty,five],[],6*1000+(6*100+(60+5))).
wordnum([six,thousand,six,hundred,and,sixty,six],[],6*1000+(6*100+(60+6))).
wordnum([six,thousand,six,hundred,and,sixty,seven],[],6*1000+(6*100+(60+7))).
wordnum([six,thousand,six,hundred,and,sixty,eight],[],6*1000+(6*100+(60+8))).
wordnum([six,thousand,six,hundred,and,sixty,nine],[],6*1000+(6*100+(60+9))).
wordnum([six,thousand,six,hundred,and,seventy,one],[],6*1000+(6*100+(70+1))).
wordnum([six,thousand,six,hundred,and,seventy,two],[],6*1000+(6*100+(70+2))).
wordnum([six,thousand,six,hundred,and,seventy,three],[],6*1000+(6*100+(70+3))).
wordnum([six,thousand,six,hundred,and,seventy,four],[],6*1000+(6*100+(70+4))).
wordnum([six,thousand,six,hundred,and,seventy,five],[],6*1000+(6*100+(70+5))).
wordnum([six,thousand,six,hundred,and,seventy,six],[],6*1000+(6*100+(70+6))).
wordnum([six,thousand,six,hundred,and,seventy,seven],[],6*1000+(6*100+(70+7))).
wordnum([six,thousand,six,hundred,and,seventy,eight],[],6*1000+(6*100+(70+8))).
wordnum([six,thousand,six,hundred,and,seventy,nine],[],6*1000+(6*100+(70+9))).
wordnum([six,thousand,six,hundred,and,eighty,one],[],6*1000+(6*100+(80+1))).
wordnum([six,thousand,six,hundred,and,eighty,two],[],6*1000+(6*100+(80+2))).
wordnum([six,thousand,six,hundred,and,eighty,three],[],6*1000+(6*100+(80+3))).
wordnum([six,thousand,six,hundred,and,eighty,four],[],6*1000+(6*100+(80+4))).
wordnum([six,thousand,six,hundred,and,eighty,five],[],6*1000+(6*100+(80+5))).
wordnum([six,thousand,six,hundred,and,eighty,six],[],6*1000+(6*100+(80+6))).
wordnum([six,thousand,six,hundred,and,eighty,seven],[],6*1000+(6*100+(80+7))).
wordnum([six,thousand,six,hundred,and,eighty,eight],[],6*1000+(6*100+(80+8))).
wordnum([six,thousand,six,hundred,and,eighty,nine],[],6*1000+(6*100+(80+9))).
wordnum([six,thousand,six,hundred,and,ninety,one],[],6*1000+(6*100+(90+1))).
wordnum([six,thousand,six,hundred,and,ninety,two],[],6*1000+(6*100+(90+2))).
wordnum([six,thousand,six,hundred,and,ninety,three],[],6*1000+(6*100+(90+3))).
wordnum([six,thousand,six,hundred,and,ninety,four],[],6*1000+(6*100+(90+4))).
wordnum([six,thousand,six,hundred,and,ninety,five],[],6*1000+(6*100+(90+5))).
wordnum([six,thousand,six,hundred,and,ninety,six],[],6*1000+(6*100+(90+6))).
wordnum([six,thousand,six,hundred,and,ninety,seven],[],6*1000+(6*100+(90+7))).
wordnum([six,thousand,six,hundred,and,ninety,eight],[],6*1000+(6*100+(90+8))).
wordnum([six,thousand,six,hundred,and,ninety,nine],[],6*1000+(6*100+(90+9))).
wordnum([six,thousand,seven,hundred,and,one],[],6*1000+(7*100+1)).
wordnum([six,thousand,seven,hundred,and,two],[],6*1000+(7*100+2)).
wordnum([six,thousand,seven,hundred,and,three],[],6*1000+(7*100+3)).
wordnum([six,thousand,seven,hundred,and,four],[],6*1000+(7*100+4)).
wordnum([six,thousand,seven,hundred,and,five],[],6*1000+(7*100+5)).
wordnum([six,thousand,seven,hundred,and,six],[],6*1000+(7*100+6)).
wordnum([six,thousand,seven,hundred,and,seven],[],6*1000+(7*100+7)).
wordnum([six,thousand,seven,hundred,and,eight],[],6*1000+(7*100+8)).
wordnum([six,thousand,seven,hundred,and,nine],[],6*1000+(7*100+9)).
wordnum([six,thousand,seven,hundred,and,ten],[],6*1000+(7*100+10)).
wordnum([six,thousand,seven,hundred,and,eleven],[],6*1000+(7*100+11)).
wordnum([six,thousand,seven,hundred,and,twelve],[],6*1000+(7*100+12)).
wordnum([six,thousand,seven,hundred,and,thirteen],[],6*1000+(7*100+13)).
wordnum([six,thousand,seven,hundred,and,fourteen],[],6*1000+(7*100+14)).
wordnum([six,thousand,seven,hundred,and,fifteen],[],6*1000+(7*100+15)).
wordnum([six,thousand,seven,hundred,and,sixteen],[],6*1000+(7*100+16)).
wordnum([six,thousand,seven,hundred,and,seventeen],[],6*1000+(7*100+17)).
wordnum([six,thousand,seven,hundred,and,eighteen],[],6*1000+(7*100+18)).
wordnum([six,thousand,seven,hundred,and,nineteen],[],6*1000+(7*100+19)).
wordnum([six,thousand,seven,hundred,and,twenty],[],6*1000+(7*100+20)).
wordnum([six,thousand,seven,hundred,and,thirty],[],6*1000+(7*100+30)).
wordnum([six,thousand,seven,hundred,and,forty],[],6*1000+(7*100+40)).
wordnum([six,thousand,seven,hundred,and,fifty],[],6*1000+(7*100+50)).
wordnum([six,thousand,seven,hundred,and,sixty],[],6*1000+(7*100+60)).
wordnum([six,thousand,seven,hundred,and,seventy],[],6*1000+(7*100+70)).
wordnum([six,thousand,seven,hundred,and,eighty],[],6*1000+(7*100+80)).
wordnum([six,thousand,seven,hundred,and,ninety],[],6*1000+(7*100+90)).
wordnum([six,thousand,seven,hundred,and,twenty,one],[],6*1000+(7*100+(20+1))).
wordnum([six,thousand,seven,hundred,and,twenty,two],[],6*1000+(7*100+(20+2))).
wordnum([six,thousand,seven,hundred,and,twenty,three],[],6*1000+(7*100+(20+3))).
wordnum([six,thousand,seven,hundred,and,twenty,four],[],6*1000+(7*100+(20+4))).
wordnum([six,thousand,seven,hundred,and,twenty,five],[],6*1000+(7*100+(20+5))).
wordnum([six,thousand,seven,hundred,and,twenty,six],[],6*1000+(7*100+(20+6))).
wordnum([six,thousand,seven,hundred,and,twenty,seven],[],6*1000+(7*100+(20+7))).
wordnum([six,thousand,seven,hundred,and,twenty,eight],[],6*1000+(7*100+(20+8))).
wordnum([six,thousand,seven,hundred,and,twenty,nine],[],6*1000+(7*100+(20+9))).
wordnum([six,thousand,seven,hundred,and,thirty,one],[],6*1000+(7*100+(30+1))).
wordnum([six,thousand,seven,hundred,and,thirty,two],[],6*1000+(7*100+(30+2))).
wordnum([six,thousand,seven,hundred,and,thirty,three],[],6*1000+(7*100+(30+3))).
wordnum([six,thousand,seven,hundred,and,thirty,four],[],6*1000+(7*100+(30+4))).
wordnum([six,thousand,seven,hundred,and,thirty,five],[],6*1000+(7*100+(30+5))).
wordnum([six,thousand,seven,hundred,and,thirty,six],[],6*1000+(7*100+(30+6))).
wordnum([six,thousand,seven,hundred,and,thirty,seven],[],6*1000+(7*100+(30+7))).
wordnum([six,thousand,seven,hundred,and,thirty,eight],[],6*1000+(7*100+(30+8))).
wordnum([six,thousand,seven,hundred,and,thirty,nine],[],6*1000+(7*100+(30+9))).
wordnum([six,thousand,seven,hundred,and,forty,one],[],6*1000+(7*100+(40+1))).
wordnum([six,thousand,seven,hundred,and,forty,two],[],6*1000+(7*100+(40+2))).
wordnum([six,thousand,seven,hundred,and,forty,three],[],6*1000+(7*100+(40+3))).
wordnum([six,thousand,seven,hundred,and,forty,four],[],6*1000+(7*100+(40+4))).
wordnum([six,thousand,seven,hundred,and,forty,five],[],6*1000+(7*100+(40+5))).
wordnum([six,thousand,seven,hundred,and,forty,six],[],6*1000+(7*100+(40+6))).
wordnum([six,thousand,seven,hundred,and,forty,seven],[],6*1000+(7*100+(40+7))).
wordnum([six,thousand,seven,hundred,and,forty,eight],[],6*1000+(7*100+(40+8))).
wordnum([six,thousand,seven,hundred,and,forty,nine],[],6*1000+(7*100+(40+9))).
wordnum([six,thousand,seven,hundred,and,fifty,one],[],6*1000+(7*100+(50+1))).
wordnum([six,thousand,seven,hundred,and,fifty,two],[],6*1000+(7*100+(50+2))).
wordnum([six,thousand,seven,hundred,and,fifty,three],[],6*1000+(7*100+(50+3))).
wordnum([six,thousand,seven,hundred,and,fifty,four],[],6*1000+(7*100+(50+4))).
wordnum([six,thousand,seven,hundred,and,fifty,five],[],6*1000+(7*100+(50+5))).
wordnum([six,thousand,seven,hundred,and,fifty,six],[],6*1000+(7*100+(50+6))).
wordnum([six,thousand,seven,hundred,and,fifty,seven],[],6*1000+(7*100+(50+7))).
wordnum([six,thousand,seven,hundred,and,fifty,eight],[],6*1000+(7*100+(50+8))).
wordnum([six,thousand,seven,hundred,and,fifty,nine],[],6*1000+(7*100+(50+9))).
wordnum([six,thousand,seven,hundred,and,sixty,one],[],6*1000+(7*100+(60+1))).
wordnum([six,thousand,seven,hundred,and,sixty,two],[],6*1000+(7*100+(60+2))).
wordnum([six,thousand,seven,hundred,and,sixty,three],[],6*1000+(7*100+(60+3))).
wordnum([six,thousand,seven,hundred,and,sixty,four],[],6*1000+(7*100+(60+4))).
wordnum([six,thousand,seven,hundred,and,sixty,five],[],6*1000+(7*100+(60+5))).
wordnum([six,thousand,seven,hundred,and,sixty,six],[],6*1000+(7*100+(60+6))).
wordnum([six,thousand,seven,hundred,and,sixty,seven],[],6*1000+(7*100+(60+7))).
wordnum([six,thousand,seven,hundred,and,sixty,eight],[],6*1000+(7*100+(60+8))).
wordnum([six,thousand,seven,hundred,and,sixty,nine],[],6*1000+(7*100+(60+9))).
wordnum([six,thousand,seven,hundred,and,seventy,one],[],6*1000+(7*100+(70+1))).
wordnum([six,thousand,seven,hundred,and,seventy,two],[],6*1000+(7*100+(70+2))).
wordnum([six,thousand,seven,hundred,and,seventy,three],[],6*1000+(7*100+(70+3))).
wordnum([six,thousand,seven,hundred,and,seventy,four],[],6*1000+(7*100+(70+4))).
wordnum([six,thousand,seven,hundred,and,seventy,five],[],6*1000+(7*100+(70+5))).
wordnum([six,thousand,seven,hundred,and,seventy,six],[],6*1000+(7*100+(70+6))).
wordnum([six,thousand,seven,hundred,and,seventy,seven],[],6*1000+(7*100+(70+7))).
wordnum([six,thousand,seven,hundred,and,seventy,eight],[],6*1000+(7*100+(70+8))).
wordnum([six,thousand,seven,hundred,and,seventy,nine],[],6*1000+(7*100+(70+9))).
wordnum([six,thousand,seven,hundred,and,eighty,one],[],6*1000+(7*100+(80+1))).
wordnum([six,thousand,seven,hundred,and,eighty,two],[],6*1000+(7*100+(80+2))).
wordnum([six,thousand,seven,hundred,and,eighty,three],[],6*1000+(7*100+(80+3))).
wordnum([six,thousand,seven,hundred,and,eighty,four],[],6*1000+(7*100+(80+4))).
wordnum([six,thousand,seven,hundred,and,eighty,five],[],6*1000+(7*100+(80+5))).
wordnum([six,thousand,seven,hundred,and,eighty,six],[],6*1000+(7*100+(80+6))).
wordnum([six,thousand,seven,hundred,and,eighty,seven],[],6*1000+(7*100+(80+7))).
wordnum([six,thousand,seven,hundred,and,eighty,eight],[],6*1000+(7*100+(80+8))).
wordnum([six,thousand,seven,hundred,and,eighty,nine],[],6*1000+(7*100+(80+9))).
wordnum([six,thousand,seven,hundred,and,ninety,one],[],6*1000+(7*100+(90+1))).
wordnum([six,thousand,seven,hundred,and,ninety,two],[],6*1000+(7*100+(90+2))).
wordnum([six,thousand,seven,hundred,and,ninety,three],[],6*1000+(7*100+(90+3))).
wordnum([six,thousand,seven,hundred,and,ninety,four],[],6*1000+(7*100+(90+4))).
wordnum([six,thousand,seven,hundred,and,ninety,five],[],6*1000+(7*100+(90+5))).
wordnum([six,thousand,seven,hundred,and,ninety,six],[],6*1000+(7*100+(90+6))).
wordnum([six,thousand,seven,hundred,and,ninety,seven],[],6*1000+(7*100+(90+7))).
wordnum([six,thousand,seven,hundred,and,ninety,eight],[],6*1000+(7*100+(90+8))).
wordnum([six,thousand,seven,hundred,and,ninety,nine],[],6*1000+(7*100+(90+9))).
wordnum([six,thousand,eight,hundred,and,one],[],6*1000+(8*100+1)).
wordnum([six,thousand,eight,hundred,and,two],[],6*1000+(8*100+2)).
wordnum([six,thousand,eight,hundred,and,three],[],6*1000+(8*100+3)).
wordnum([six,thousand,eight,hundred,and,four],[],6*1000+(8*100+4)).
wordnum([six,thousand,eight,hundred,and,five],[],6*1000+(8*100+5)).
wordnum([six,thousand,eight,hundred,and,six],[],6*1000+(8*100+6)).
wordnum([six,thousand,eight,hundred,and,seven],[],6*1000+(8*100+7)).
wordnum([six,thousand,eight,hundred,and,eight],[],6*1000+(8*100+8)).
wordnum([six,thousand,eight,hundred,and,nine],[],6*1000+(8*100+9)).
wordnum([six,thousand,eight,hundred,and,ten],[],6*1000+(8*100+10)).
wordnum([six,thousand,eight,hundred,and,eleven],[],6*1000+(8*100+11)).
wordnum([six,thousand,eight,hundred,and,twelve],[],6*1000+(8*100+12)).
wordnum([six,thousand,eight,hundred,and,thirteen],[],6*1000+(8*100+13)).
wordnum([six,thousand,eight,hundred,and,fourteen],[],6*1000+(8*100+14)).
wordnum([six,thousand,eight,hundred,and,fifteen],[],6*1000+(8*100+15)).
wordnum([six,thousand,eight,hundred,and,sixteen],[],6*1000+(8*100+16)).
wordnum([six,thousand,eight,hundred,and,seventeen],[],6*1000+(8*100+17)).
wordnum([six,thousand,eight,hundred,and,eighteen],[],6*1000+(8*100+18)).
wordnum([six,thousand,eight,hundred,and,nineteen],[],6*1000+(8*100+19)).
wordnum([six,thousand,eight,hundred,and,twenty],[],6*1000+(8*100+20)).
wordnum([six,thousand,eight,hundred,and,thirty],[],6*1000+(8*100+30)).
wordnum([six,thousand,eight,hundred,and,forty],[],6*1000+(8*100+40)).
wordnum([six,thousand,eight,hundred,and,fifty],[],6*1000+(8*100+50)).
wordnum([six,thousand,eight,hundred,and,sixty],[],6*1000+(8*100+60)).
wordnum([six,thousand,eight,hundred,and,seventy],[],6*1000+(8*100+70)).
wordnum([six,thousand,eight,hundred,and,eighty],[],6*1000+(8*100+80)).
wordnum([six,thousand,eight,hundred,and,ninety],[],6*1000+(8*100+90)).
wordnum([six,thousand,eight,hundred,and,twenty,one],[],6*1000+(8*100+(20+1))).
wordnum([six,thousand,eight,hundred,and,twenty,two],[],6*1000+(8*100+(20+2))).
wordnum([six,thousand,eight,hundred,and,twenty,three],[],6*1000+(8*100+(20+3))).
wordnum([six,thousand,eight,hundred,and,twenty,four],[],6*1000+(8*100+(20+4))).
wordnum([six,thousand,eight,hundred,and,twenty,five],[],6*1000+(8*100+(20+5))).
wordnum([six,thousand,eight,hundred,and,twenty,six],[],6*1000+(8*100+(20+6))).
wordnum([six,thousand,eight,hundred,and,twenty,seven],[],6*1000+(8*100+(20+7))).
wordnum([six,thousand,eight,hundred,and,twenty,eight],[],6*1000+(8*100+(20+8))).
wordnum([six,thousand,eight,hundred,and,twenty,nine],[],6*1000+(8*100+(20+9))).
wordnum([six,thousand,eight,hundred,and,thirty,one],[],6*1000+(8*100+(30+1))).
wordnum([six,thousand,eight,hundred,and,thirty,two],[],6*1000+(8*100+(30+2))).
wordnum([six,thousand,eight,hundred,and,thirty,three],[],6*1000+(8*100+(30+3))).
wordnum([six,thousand,eight,hundred,and,thirty,four],[],6*1000+(8*100+(30+4))).
wordnum([six,thousand,eight,hundred,and,thirty,five],[],6*1000+(8*100+(30+5))).
wordnum([six,thousand,eight,hundred,and,thirty,six],[],6*1000+(8*100+(30+6))).
wordnum([six,thousand,eight,hundred,and,thirty,seven],[],6*1000+(8*100+(30+7))).
wordnum([six,thousand,eight,hundred,and,thirty,eight],[],6*1000+(8*100+(30+8))).
wordnum([six,thousand,eight,hundred,and,thirty,nine],[],6*1000+(8*100+(30+9))).
wordnum([six,thousand,eight,hundred,and,forty,one],[],6*1000+(8*100+(40+1))).
wordnum([six,thousand,eight,hundred,and,forty,two],[],6*1000+(8*100+(40+2))).
wordnum([six,thousand,eight,hundred,and,forty,three],[],6*1000+(8*100+(40+3))).
wordnum([six,thousand,eight,hundred,and,forty,four],[],6*1000+(8*100+(40+4))).
wordnum([six,thousand,eight,hundred,and,forty,five],[],6*1000+(8*100+(40+5))).
wordnum([six,thousand,eight,hundred,and,forty,six],[],6*1000+(8*100+(40+6))).
wordnum([six,thousand,eight,hundred,and,forty,seven],[],6*1000+(8*100+(40+7))).
wordnum([six,thousand,eight,hundred,and,forty,eight],[],6*1000+(8*100+(40+8))).
wordnum([six,thousand,eight,hundred,and,forty,nine],[],6*1000+(8*100+(40+9))).
wordnum([six,thousand,eight,hundred,and,fifty,one],[],6*1000+(8*100+(50+1))).
wordnum([six,thousand,eight,hundred,and,fifty,two],[],6*1000+(8*100+(50+2))).
wordnum([six,thousand,eight,hundred,and,fifty,three],[],6*1000+(8*100+(50+3))).
wordnum([six,thousand,eight,hundred,and,fifty,four],[],6*1000+(8*100+(50+4))).
wordnum([six,thousand,eight,hundred,and,fifty,five],[],6*1000+(8*100+(50+5))).
wordnum([six,thousand,eight,hundred,and,fifty,six],[],6*1000+(8*100+(50+6))).
wordnum([six,thousand,eight,hundred,and,fifty,seven],[],6*1000+(8*100+(50+7))).
wordnum([six,thousand,eight,hundred,and,fifty,eight],[],6*1000+(8*100+(50+8))).
wordnum([six,thousand,eight,hundred,and,fifty,nine],[],6*1000+(8*100+(50+9))).
wordnum([six,thousand,eight,hundred,and,sixty,one],[],6*1000+(8*100+(60+1))).
wordnum([six,thousand,eight,hundred,and,sixty,two],[],6*1000+(8*100+(60+2))).
wordnum([six,thousand,eight,hundred,and,sixty,three],[],6*1000+(8*100+(60+3))).
wordnum([six,thousand,eight,hundred,and,sixty,four],[],6*1000+(8*100+(60+4))).
wordnum([six,thousand,eight,hundred,and,sixty,five],[],6*1000+(8*100+(60+5))).
wordnum([six,thousand,eight,hundred,and,sixty,six],[],6*1000+(8*100+(60+6))).
wordnum([six,thousand,eight,hundred,and,sixty,seven],[],6*1000+(8*100+(60+7))).
wordnum([six,thousand,eight,hundred,and,sixty,eight],[],6*1000+(8*100+(60+8))).
wordnum([six,thousand,eight,hundred,and,sixty,nine],[],6*1000+(8*100+(60+9))).
wordnum([six,thousand,eight,hundred,and,seventy,one],[],6*1000+(8*100+(70+1))).
wordnum([six,thousand,eight,hundred,and,seventy,two],[],6*1000+(8*100+(70+2))).
wordnum([six,thousand,eight,hundred,and,seventy,three],[],6*1000+(8*100+(70+3))).
wordnum([six,thousand,eight,hundred,and,seventy,four],[],6*1000+(8*100+(70+4))).
wordnum([six,thousand,eight,hundred,and,seventy,five],[],6*1000+(8*100+(70+5))).
wordnum([six,thousand,eight,hundred,and,seventy,six],[],6*1000+(8*100+(70+6))).
wordnum([six,thousand,eight,hundred,and,seventy,seven],[],6*1000+(8*100+(70+7))).
wordnum([six,thousand,eight,hundred,and,seventy,eight],[],6*1000+(8*100+(70+8))).
wordnum([six,thousand,eight,hundred,and,seventy,nine],[],6*1000+(8*100+(70+9))).
wordnum([six,thousand,eight,hundred,and,eighty,one],[],6*1000+(8*100+(80+1))).
wordnum([six,thousand,eight,hundred,and,eighty,two],[],6*1000+(8*100+(80+2))).
wordnum([six,thousand,eight,hundred,and,eighty,three],[],6*1000+(8*100+(80+3))).
wordnum([six,thousand,eight,hundred,and,eighty,four],[],6*1000+(8*100+(80+4))).
wordnum([six,thousand,eight,hundred,and,eighty,five],[],6*1000+(8*100+(80+5))).
wordnum([six,thousand,eight,hundred,and,eighty,six],[],6*1000+(8*100+(80+6))).
wordnum([six,thousand,eight,hundred,and,eighty,seven],[],6*1000+(8*100+(80+7))).
wordnum([six,thousand,eight,hundred,and,eighty,eight],[],6*1000+(8*100+(80+8))).
wordnum([six,thousand,eight,hundred,and,eighty,nine],[],6*1000+(8*100+(80+9))).
wordnum([six,thousand,eight,hundred,and,ninety,one],[],6*1000+(8*100+(90+1))).
wordnum([six,thousand,eight,hundred,and,ninety,two],[],6*1000+(8*100+(90+2))).
wordnum([six,thousand,eight,hundred,and,ninety,three],[],6*1000+(8*100+(90+3))).
wordnum([six,thousand,eight,hundred,and,ninety,four],[],6*1000+(8*100+(90+4))).
wordnum([six,thousand,eight,hundred,and,ninety,five],[],6*1000+(8*100+(90+5))).
wordnum([six,thousand,eight,hundred,and,ninety,six],[],6*1000+(8*100+(90+6))).
wordnum([six,thousand,eight,hundred,and,ninety,seven],[],6*1000+(8*100+(90+7))).
wordnum([six,thousand,eight,hundred,and,ninety,eight],[],6*1000+(8*100+(90+8))).
wordnum([six,thousand,eight,hundred,and,ninety,nine],[],6*1000+(8*100+(90+9))).
wordnum([six,thousand,nine,hundred,and,one],[],6*1000+(9*100+1)).
wordnum([six,thousand,nine,hundred,and,two],[],6*1000+(9*100+2)).
wordnum([six,thousand,nine,hundred,and,three],[],6*1000+(9*100+3)).
wordnum([six,thousand,nine,hundred,and,four],[],6*1000+(9*100+4)).
wordnum([six,thousand,nine,hundred,and,five],[],6*1000+(9*100+5)).
wordnum([six,thousand,nine,hundred,and,six],[],6*1000+(9*100+6)).
wordnum([six,thousand,nine,hundred,and,seven],[],6*1000+(9*100+7)).
wordnum([six,thousand,nine,hundred,and,eight],[],6*1000+(9*100+8)).
wordnum([six,thousand,nine,hundred,and,nine],[],6*1000+(9*100+9)).
wordnum([six,thousand,nine,hundred,and,ten],[],6*1000+(9*100+10)).
wordnum([six,thousand,nine,hundred,and,eleven],[],6*1000+(9*100+11)).
wordnum([six,thousand,nine,hundred,and,twelve],[],6*1000+(9*100+12)).
wordnum([six,thousand,nine,hundred,and,thirteen],[],6*1000+(9*100+13)).
wordnum([six,thousand,nine,hundred,and,fourteen],[],6*1000+(9*100+14)).
wordnum([six,thousand,nine,hundred,and,fifteen],[],6*1000+(9*100+15)).
wordnum([six,thousand,nine,hundred,and,sixteen],[],6*1000+(9*100+16)).
wordnum([six,thousand,nine,hundred,and,seventeen],[],6*1000+(9*100+17)).
wordnum([six,thousand,nine,hundred,and,eighteen],[],6*1000+(9*100+18)).
wordnum([six,thousand,nine,hundred,and,nineteen],[],6*1000+(9*100+19)).
wordnum([six,thousand,nine,hundred,and,twenty],[],6*1000+(9*100+20)).
wordnum([six,thousand,nine,hundred,and,thirty],[],6*1000+(9*100+30)).
wordnum([six,thousand,nine,hundred,and,forty],[],6*1000+(9*100+40)).
wordnum([six,thousand,nine,hundred,and,fifty],[],6*1000+(9*100+50)).
wordnum([six,thousand,nine,hundred,and,sixty],[],6*1000+(9*100+60)).
wordnum([six,thousand,nine,hundred,and,seventy],[],6*1000+(9*100+70)).
wordnum([six,thousand,nine,hundred,and,eighty],[],6*1000+(9*100+80)).
wordnum([six,thousand,nine,hundred,and,ninety],[],6*1000+(9*100+90)).
wordnum([six,thousand,nine,hundred,and,twenty,one],[],6*1000+(9*100+(20+1))).
wordnum([six,thousand,nine,hundred,and,twenty,two],[],6*1000+(9*100+(20+2))).
wordnum([six,thousand,nine,hundred,and,twenty,three],[],6*1000+(9*100+(20+3))).
wordnum([six,thousand,nine,hundred,and,twenty,four],[],6*1000+(9*100+(20+4))).
wordnum([six,thousand,nine,hundred,and,twenty,five],[],6*1000+(9*100+(20+5))).
wordnum([six,thousand,nine,hundred,and,twenty,six],[],6*1000+(9*100+(20+6))).
wordnum([six,thousand,nine,hundred,and,twenty,seven],[],6*1000+(9*100+(20+7))).
wordnum([six,thousand,nine,hundred,and,twenty,eight],[],6*1000+(9*100+(20+8))).
wordnum([six,thousand,nine,hundred,and,twenty,nine],[],6*1000+(9*100+(20+9))).
wordnum([six,thousand,nine,hundred,and,thirty,one],[],6*1000+(9*100+(30+1))).
wordnum([six,thousand,nine,hundred,and,thirty,two],[],6*1000+(9*100+(30+2))).
wordnum([six,thousand,nine,hundred,and,thirty,three],[],6*1000+(9*100+(30+3))).
wordnum([six,thousand,nine,hundred,and,thirty,four],[],6*1000+(9*100+(30+4))).
wordnum([six,thousand,nine,hundred,and,thirty,five],[],6*1000+(9*100+(30+5))).
wordnum([six,thousand,nine,hundred,and,thirty,six],[],6*1000+(9*100+(30+6))).
wordnum([six,thousand,nine,hundred,and,thirty,seven],[],6*1000+(9*100+(30+7))).
wordnum([six,thousand,nine,hundred,and,thirty,eight],[],6*1000+(9*100+(30+8))).
wordnum([six,thousand,nine,hundred,and,thirty,nine],[],6*1000+(9*100+(30+9))).
wordnum([six,thousand,nine,hundred,and,forty,one],[],6*1000+(9*100+(40+1))).
wordnum([six,thousand,nine,hundred,and,forty,two],[],6*1000+(9*100+(40+2))).
wordnum([six,thousand,nine,hundred,and,forty,three],[],6*1000+(9*100+(40+3))).
wordnum([six,thousand,nine,hundred,and,forty,four],[],6*1000+(9*100+(40+4))).
wordnum([six,thousand,nine,hundred,and,forty,five],[],6*1000+(9*100+(40+5))).
wordnum([six,thousand,nine,hundred,and,forty,six],[],6*1000+(9*100+(40+6))).
wordnum([six,thousand,nine,hundred,and,forty,seven],[],6*1000+(9*100+(40+7))).
wordnum([six,thousand,nine,hundred,and,forty,eight],[],6*1000+(9*100+(40+8))).
wordnum([six,thousand,nine,hundred,and,forty,nine],[],6*1000+(9*100+(40+9))).
wordnum([six,thousand,nine,hundred,and,fifty,one],[],6*1000+(9*100+(50+1))).
wordnum([six,thousand,nine,hundred,and,fifty,two],[],6*1000+(9*100+(50+2))).
wordnum([six,thousand,nine,hundred,and,fifty,three],[],6*1000+(9*100+(50+3))).
wordnum([six,thousand,nine,hundred,and,fifty,four],[],6*1000+(9*100+(50+4))).
wordnum([six,thousand,nine,hundred,and,fifty,five],[],6*1000+(9*100+(50+5))).
wordnum([six,thousand,nine,hundred,and,fifty,six],[],6*1000+(9*100+(50+6))).
wordnum([six,thousand,nine,hundred,and,fifty,seven],[],6*1000+(9*100+(50+7))).
wordnum([six,thousand,nine,hundred,and,fifty,eight],[],6*1000+(9*100+(50+8))).
wordnum([six,thousand,nine,hundred,and,fifty,nine],[],6*1000+(9*100+(50+9))).
wordnum([six,thousand,nine,hundred,and,sixty,one],[],6*1000+(9*100+(60+1))).
wordnum([six,thousand,nine,hundred,and,sixty,two],[],6*1000+(9*100+(60+2))).
wordnum([six,thousand,nine,hundred,and,sixty,three],[],6*1000+(9*100+(60+3))).
wordnum([six,thousand,nine,hundred,and,sixty,four],[],6*1000+(9*100+(60+4))).
wordnum([six,thousand,nine,hundred,and,sixty,five],[],6*1000+(9*100+(60+5))).
wordnum([six,thousand,nine,hundred,and,sixty,six],[],6*1000+(9*100+(60+6))).
wordnum([six,thousand,nine,hundred,and,sixty,seven],[],6*1000+(9*100+(60+7))).
wordnum([six,thousand,nine,hundred,and,sixty,eight],[],6*1000+(9*100+(60+8))).
wordnum([six,thousand,nine,hundred,and,sixty,nine],[],6*1000+(9*100+(60+9))).
wordnum([six,thousand,nine,hundred,and,seventy,one],[],6*1000+(9*100+(70+1))).
wordnum([six,thousand,nine,hundred,and,seventy,two],[],6*1000+(9*100+(70+2))).
wordnum([six,thousand,nine,hundred,and,seventy,three],[],6*1000+(9*100+(70+3))).
wordnum([six,thousand,nine,hundred,and,seventy,four],[],6*1000+(9*100+(70+4))).
wordnum([six,thousand,nine,hundred,and,seventy,five],[],6*1000+(9*100+(70+5))).
wordnum([six,thousand,nine,hundred,and,seventy,six],[],6*1000+(9*100+(70+6))).
wordnum([six,thousand,nine,hundred,and,seventy,seven],[],6*1000+(9*100+(70+7))).
wordnum([six,thousand,nine,hundred,and,seventy,eight],[],6*1000+(9*100+(70+8))).
wordnum([six,thousand,nine,hundred,and,seventy,nine],[],6*1000+(9*100+(70+9))).
wordnum([six,thousand,nine,hundred,and,eighty,one],[],6*1000+(9*100+(80+1))).
wordnum([six,thousand,nine,hundred,and,eighty,two],[],6*1000+(9*100+(80+2))).
wordnum([six,thousand,nine,hundred,and,eighty,three],[],6*1000+(9*100+(80+3))).
wordnum([six,thousand,nine,hundred,and,eighty,four],[],6*1000+(9*100+(80+4))).
wordnum([six,thousand,nine,hundred,and,eighty,five],[],6*1000+(9*100+(80+5))).
wordnum([six,thousand,nine,hundred,and,eighty,six],[],6*1000+(9*100+(80+6))).
wordnum([six,thousand,nine,hundred,and,eighty,seven],[],6*1000+(9*100+(80+7))).
wordnum([six,thousand,nine,hundred,and,eighty,eight],[],6*1000+(9*100+(80+8))).
wordnum([six,thousand,nine,hundred,and,eighty,nine],[],6*1000+(9*100+(80+9))).
wordnum([six,thousand,nine,hundred,and,ninety,one],[],6*1000+(9*100+(90+1))).
wordnum([six,thousand,nine,hundred,and,ninety,two],[],6*1000+(9*100+(90+2))).
wordnum([six,thousand,nine,hundred,and,ninety,three],[],6*1000+(9*100+(90+3))).
wordnum([six,thousand,nine,hundred,and,ninety,four],[],6*1000+(9*100+(90+4))).
wordnum([six,thousand,nine,hundred,and,ninety,five],[],6*1000+(9*100+(90+5))).
wordnum([six,thousand,nine,hundred,and,ninety,six],[],6*1000+(9*100+(90+6))).
wordnum([six,thousand,nine,hundred,and,ninety,seven],[],6*1000+(9*100+(90+7))).
wordnum([six,thousand,nine,hundred,and,ninety,eight],[],6*1000+(9*100+(90+8))).
wordnum([six,thousand,nine,hundred,and,ninety,nine],[],6*1000+(9*100+(90+9))).
wordnum([seven,thousand,one,hundred],[],7*1000+1*100).
wordnum([seven,thousand,two,hundred],[],7*1000+2*100).
wordnum([seven,thousand,three,hundred],[],7*1000+3*100).
wordnum([seven,thousand,four,hundred],[],7*1000+4*100).
wordnum([seven,thousand,five,hundred],[],7*1000+5*100).
wordnum([seven,thousand,six,hundred],[],7*1000+6*100).
wordnum([seven,thousand,seven,hundred],[],7*1000+7*100).
wordnum([seven,thousand,eight,hundred],[],7*1000+8*100).
wordnum([seven,thousand,nine,hundred],[],7*1000+9*100).
wordnum([seven,thousand,one,hundred,and,one],[],7*1000+(1*100+1)).
wordnum([seven,thousand,one,hundred,and,two],[],7*1000+(1*100+2)).
wordnum([seven,thousand,one,hundred,and,three],[],7*1000+(1*100+3)).
wordnum([seven,thousand,one,hundred,and,four],[],7*1000+(1*100+4)).
wordnum([seven,thousand,one,hundred,and,five],[],7*1000+(1*100+5)).
wordnum([seven,thousand,one,hundred,and,six],[],7*1000+(1*100+6)).
wordnum([seven,thousand,one,hundred,and,seven],[],7*1000+(1*100+7)).
wordnum([seven,thousand,one,hundred,and,eight],[],7*1000+(1*100+8)).
wordnum([seven,thousand,one,hundred,and,nine],[],7*1000+(1*100+9)).
wordnum([seven,thousand,one,hundred,and,ten],[],7*1000+(1*100+10)).
wordnum([seven,thousand,one,hundred,and,eleven],[],7*1000+(1*100+11)).
wordnum([seven,thousand,one,hundred,and,twelve],[],7*1000+(1*100+12)).
wordnum([seven,thousand,one,hundred,and,thirteen],[],7*1000+(1*100+13)).
wordnum([seven,thousand,one,hundred,and,fourteen],[],7*1000+(1*100+14)).
wordnum([seven,thousand,one,hundred,and,fifteen],[],7*1000+(1*100+15)).
wordnum([seven,thousand,one,hundred,and,sixteen],[],7*1000+(1*100+16)).
wordnum([seven,thousand,one,hundred,and,seventeen],[],7*1000+(1*100+17)).
wordnum([seven,thousand,one,hundred,and,eighteen],[],7*1000+(1*100+18)).
wordnum([seven,thousand,one,hundred,and,nineteen],[],7*1000+(1*100+19)).
wordnum([seven,thousand,one,hundred,and,twenty],[],7*1000+(1*100+20)).
wordnum([seven,thousand,one,hundred,and,thirty],[],7*1000+(1*100+30)).
wordnum([seven,thousand,one,hundred,and,forty],[],7*1000+(1*100+40)).
wordnum([seven,thousand,one,hundred,and,fifty],[],7*1000+(1*100+50)).
wordnum([seven,thousand,one,hundred,and,sixty],[],7*1000+(1*100+60)).
wordnum([seven,thousand,one,hundred,and,seventy],[],7*1000+(1*100+70)).
wordnum([seven,thousand,one,hundred,and,eighty],[],7*1000+(1*100+80)).
wordnum([seven,thousand,one,hundred,and,ninety],[],7*1000+(1*100+90)).
wordnum([seven,thousand,one,hundred,and,twenty,one],[],7*1000+(1*100+(20+1))).
wordnum([seven,thousand,one,hundred,and,twenty,two],[],7*1000+(1*100+(20+2))).
wordnum([seven,thousand,one,hundred,and,twenty,three],[],7*1000+(1*100+(20+3))).
wordnum([seven,thousand,one,hundred,and,twenty,four],[],7*1000+(1*100+(20+4))).
wordnum([seven,thousand,one,hundred,and,twenty,five],[],7*1000+(1*100+(20+5))).
wordnum([seven,thousand,one,hundred,and,twenty,six],[],7*1000+(1*100+(20+6))).
wordnum([seven,thousand,one,hundred,and,twenty,seven],[],7*1000+(1*100+(20+7))).
wordnum([seven,thousand,one,hundred,and,twenty,eight],[],7*1000+(1*100+(20+8))).
wordnum([seven,thousand,one,hundred,and,twenty,nine],[],7*1000+(1*100+(20+9))).
wordnum([seven,thousand,one,hundred,and,thirty,one],[],7*1000+(1*100+(30+1))).
wordnum([seven,thousand,one,hundred,and,thirty,two],[],7*1000+(1*100+(30+2))).
wordnum([seven,thousand,one,hundred,and,thirty,three],[],7*1000+(1*100+(30+3))).
wordnum([seven,thousand,one,hundred,and,thirty,four],[],7*1000+(1*100+(30+4))).
wordnum([seven,thousand,one,hundred,and,thirty,five],[],7*1000+(1*100+(30+5))).
wordnum([seven,thousand,one,hundred,and,thirty,six],[],7*1000+(1*100+(30+6))).
wordnum([seven,thousand,one,hundred,and,thirty,seven],[],7*1000+(1*100+(30+7))).
wordnum([seven,thousand,one,hundred,and,thirty,eight],[],7*1000+(1*100+(30+8))).
wordnum([seven,thousand,one,hundred,and,thirty,nine],[],7*1000+(1*100+(30+9))).
wordnum([seven,thousand,one,hundred,and,forty,one],[],7*1000+(1*100+(40+1))).
wordnum([seven,thousand,one,hundred,and,forty,two],[],7*1000+(1*100+(40+2))).
wordnum([seven,thousand,one,hundred,and,forty,three],[],7*1000+(1*100+(40+3))).
wordnum([seven,thousand,one,hundred,and,forty,four],[],7*1000+(1*100+(40+4))).
wordnum([seven,thousand,one,hundred,and,forty,five],[],7*1000+(1*100+(40+5))).
wordnum([seven,thousand,one,hundred,and,forty,six],[],7*1000+(1*100+(40+6))).
wordnum([seven,thousand,one,hundred,and,forty,seven],[],7*1000+(1*100+(40+7))).
wordnum([seven,thousand,one,hundred,and,forty,eight],[],7*1000+(1*100+(40+8))).
wordnum([seven,thousand,one,hundred,and,forty,nine],[],7*1000+(1*100+(40+9))).
wordnum([seven,thousand,one,hundred,and,fifty,one],[],7*1000+(1*100+(50+1))).
wordnum([seven,thousand,one,hundred,and,fifty,two],[],7*1000+(1*100+(50+2))).
wordnum([seven,thousand,one,hundred,and,fifty,three],[],7*1000+(1*100+(50+3))).
wordnum([seven,thousand,one,hundred,and,fifty,four],[],7*1000+(1*100+(50+4))).
wordnum([seven,thousand,one,hundred,and,fifty,five],[],7*1000+(1*100+(50+5))).
wordnum([seven,thousand,one,hundred,and,fifty,six],[],7*1000+(1*100+(50+6))).
wordnum([seven,thousand,one,hundred,and,fifty,seven],[],7*1000+(1*100+(50+7))).
wordnum([seven,thousand,one,hundred,and,fifty,eight],[],7*1000+(1*100+(50+8))).
wordnum([seven,thousand,one,hundred,and,fifty,nine],[],7*1000+(1*100+(50+9))).
wordnum([seven,thousand,one,hundred,and,sixty,one],[],7*1000+(1*100+(60+1))).
wordnum([seven,thousand,one,hundred,and,sixty,two],[],7*1000+(1*100+(60+2))).
wordnum([seven,thousand,one,hundred,and,sixty,three],[],7*1000+(1*100+(60+3))).
wordnum([seven,thousand,one,hundred,and,sixty,four],[],7*1000+(1*100+(60+4))).
wordnum([seven,thousand,one,hundred,and,sixty,five],[],7*1000+(1*100+(60+5))).
wordnum([seven,thousand,one,hundred,and,sixty,six],[],7*1000+(1*100+(60+6))).
wordnum([seven,thousand,one,hundred,and,sixty,seven],[],7*1000+(1*100+(60+7))).
wordnum([seven,thousand,one,hundred,and,sixty,eight],[],7*1000+(1*100+(60+8))).
wordnum([seven,thousand,one,hundred,and,sixty,nine],[],7*1000+(1*100+(60+9))).
wordnum([seven,thousand,one,hundred,and,seventy,one],[],7*1000+(1*100+(70+1))).
wordnum([seven,thousand,one,hundred,and,seventy,two],[],7*1000+(1*100+(70+2))).
wordnum([seven,thousand,one,hundred,and,seventy,three],[],7*1000+(1*100+(70+3))).
wordnum([seven,thousand,one,hundred,and,seventy,four],[],7*1000+(1*100+(70+4))).
wordnum([seven,thousand,one,hundred,and,seventy,five],[],7*1000+(1*100+(70+5))).
wordnum([seven,thousand,one,hundred,and,seventy,six],[],7*1000+(1*100+(70+6))).
wordnum([seven,thousand,one,hundred,and,seventy,seven],[],7*1000+(1*100+(70+7))).
wordnum([seven,thousand,one,hundred,and,seventy,eight],[],7*1000+(1*100+(70+8))).
wordnum([seven,thousand,one,hundred,and,seventy,nine],[],7*1000+(1*100+(70+9))).
wordnum([seven,thousand,one,hundred,and,eighty,one],[],7*1000+(1*100+(80+1))).
wordnum([seven,thousand,one,hundred,and,eighty,two],[],7*1000+(1*100+(80+2))).
wordnum([seven,thousand,one,hundred,and,eighty,three],[],7*1000+(1*100+(80+3))).
wordnum([seven,thousand,one,hundred,and,eighty,four],[],7*1000+(1*100+(80+4))).
wordnum([seven,thousand,one,hundred,and,eighty,five],[],7*1000+(1*100+(80+5))).
wordnum([seven,thousand,one,hundred,and,eighty,six],[],7*1000+(1*100+(80+6))).
wordnum([seven,thousand,one,hundred,and,eighty,seven],[],7*1000+(1*100+(80+7))).
wordnum([seven,thousand,one,hundred,and,eighty,eight],[],7*1000+(1*100+(80+8))).
wordnum([seven,thousand,one,hundred,and,eighty,nine],[],7*1000+(1*100+(80+9))).
wordnum([seven,thousand,one,hundred,and,ninety,one],[],7*1000+(1*100+(90+1))).
wordnum([seven,thousand,one,hundred,and,ninety,two],[],7*1000+(1*100+(90+2))).
wordnum([seven,thousand,one,hundred,and,ninety,three],[],7*1000+(1*100+(90+3))).
wordnum([seven,thousand,one,hundred,and,ninety,four],[],7*1000+(1*100+(90+4))).
wordnum([seven,thousand,one,hundred,and,ninety,five],[],7*1000+(1*100+(90+5))).
wordnum([seven,thousand,one,hundred,and,ninety,six],[],7*1000+(1*100+(90+6))).
wordnum([seven,thousand,one,hundred,and,ninety,seven],[],7*1000+(1*100+(90+7))).
wordnum([seven,thousand,one,hundred,and,ninety,eight],[],7*1000+(1*100+(90+8))).
wordnum([seven,thousand,one,hundred,and,ninety,nine],[],7*1000+(1*100+(90+9))).
wordnum([seven,thousand,two,hundred,and,one],[],7*1000+(2*100+1)).
wordnum([seven,thousand,two,hundred,and,two],[],7*1000+(2*100+2)).
wordnum([seven,thousand,two,hundred,and,three],[],7*1000+(2*100+3)).
wordnum([seven,thousand,two,hundred,and,four],[],7*1000+(2*100+4)).
wordnum([seven,thousand,two,hundred,and,five],[],7*1000+(2*100+5)).
wordnum([seven,thousand,two,hundred,and,six],[],7*1000+(2*100+6)).
wordnum([seven,thousand,two,hundred,and,seven],[],7*1000+(2*100+7)).
wordnum([seven,thousand,two,hundred,and,eight],[],7*1000+(2*100+8)).
wordnum([seven,thousand,two,hundred,and,nine],[],7*1000+(2*100+9)).
wordnum([seven,thousand,two,hundred,and,ten],[],7*1000+(2*100+10)).
wordnum([seven,thousand,two,hundred,and,eleven],[],7*1000+(2*100+11)).
wordnum([seven,thousand,two,hundred,and,twelve],[],7*1000+(2*100+12)).
wordnum([seven,thousand,two,hundred,and,thirteen],[],7*1000+(2*100+13)).
wordnum([seven,thousand,two,hundred,and,fourteen],[],7*1000+(2*100+14)).
wordnum([seven,thousand,two,hundred,and,fifteen],[],7*1000+(2*100+15)).
wordnum([seven,thousand,two,hundred,and,sixteen],[],7*1000+(2*100+16)).
wordnum([seven,thousand,two,hundred,and,seventeen],[],7*1000+(2*100+17)).
wordnum([seven,thousand,two,hundred,and,eighteen],[],7*1000+(2*100+18)).
wordnum([seven,thousand,two,hundred,and,nineteen],[],7*1000+(2*100+19)).
wordnum([seven,thousand,two,hundred,and,twenty],[],7*1000+(2*100+20)).
wordnum([seven,thousand,two,hundred,and,thirty],[],7*1000+(2*100+30)).
wordnum([seven,thousand,two,hundred,and,forty],[],7*1000+(2*100+40)).
wordnum([seven,thousand,two,hundred,and,fifty],[],7*1000+(2*100+50)).
wordnum([seven,thousand,two,hundred,and,sixty],[],7*1000+(2*100+60)).
wordnum([seven,thousand,two,hundred,and,seventy],[],7*1000+(2*100+70)).
wordnum([seven,thousand,two,hundred,and,eighty],[],7*1000+(2*100+80)).
wordnum([seven,thousand,two,hundred,and,ninety],[],7*1000+(2*100+90)).
wordnum([seven,thousand,two,hundred,and,twenty,one],[],7*1000+(2*100+(20+1))).
wordnum([seven,thousand,two,hundred,and,twenty,two],[],7*1000+(2*100+(20+2))).
wordnum([seven,thousand,two,hundred,and,twenty,three],[],7*1000+(2*100+(20+3))).
wordnum([seven,thousand,two,hundred,and,twenty,four],[],7*1000+(2*100+(20+4))).
wordnum([seven,thousand,two,hundred,and,twenty,five],[],7*1000+(2*100+(20+5))).
wordnum([seven,thousand,two,hundred,and,twenty,six],[],7*1000+(2*100+(20+6))).
wordnum([seven,thousand,two,hundred,and,twenty,seven],[],7*1000+(2*100+(20+7))).
wordnum([seven,thousand,two,hundred,and,twenty,eight],[],7*1000+(2*100+(20+8))).
wordnum([seven,thousand,two,hundred,and,twenty,nine],[],7*1000+(2*100+(20+9))).
wordnum([seven,thousand,two,hundred,and,thirty,one],[],7*1000+(2*100+(30+1))).
wordnum([seven,thousand,two,hundred,and,thirty,two],[],7*1000+(2*100+(30+2))).
wordnum([seven,thousand,two,hundred,and,thirty,three],[],7*1000+(2*100+(30+3))).
wordnum([seven,thousand,two,hundred,and,thirty,four],[],7*1000+(2*100+(30+4))).
wordnum([seven,thousand,two,hundred,and,thirty,five],[],7*1000+(2*100+(30+5))).
wordnum([seven,thousand,two,hundred,and,thirty,six],[],7*1000+(2*100+(30+6))).
wordnum([seven,thousand,two,hundred,and,thirty,seven],[],7*1000+(2*100+(30+7))).
wordnum([seven,thousand,two,hundred,and,thirty,eight],[],7*1000+(2*100+(30+8))).
wordnum([seven,thousand,two,hundred,and,thirty,nine],[],7*1000+(2*100+(30+9))).
wordnum([seven,thousand,two,hundred,and,forty,one],[],7*1000+(2*100+(40+1))).
wordnum([seven,thousand,two,hundred,and,forty,two],[],7*1000+(2*100+(40+2))).
wordnum([seven,thousand,two,hundred,and,forty,three],[],7*1000+(2*100+(40+3))).
wordnum([seven,thousand,two,hundred,and,forty,four],[],7*1000+(2*100+(40+4))).
wordnum([seven,thousand,two,hundred,and,forty,five],[],7*1000+(2*100+(40+5))).
wordnum([seven,thousand,two,hundred,and,forty,six],[],7*1000+(2*100+(40+6))).
wordnum([seven,thousand,two,hundred,and,forty,seven],[],7*1000+(2*100+(40+7))).
wordnum([seven,thousand,two,hundred,and,forty,eight],[],7*1000+(2*100+(40+8))).
wordnum([seven,thousand,two,hundred,and,forty,nine],[],7*1000+(2*100+(40+9))).
wordnum([seven,thousand,two,hundred,and,fifty,one],[],7*1000+(2*100+(50+1))).
wordnum([seven,thousand,two,hundred,and,fifty,two],[],7*1000+(2*100+(50+2))).
wordnum([seven,thousand,two,hundred,and,fifty,three],[],7*1000+(2*100+(50+3))).
wordnum([seven,thousand,two,hundred,and,fifty,four],[],7*1000+(2*100+(50+4))).
wordnum([seven,thousand,two,hundred,and,fifty,five],[],7*1000+(2*100+(50+5))).
wordnum([seven,thousand,two,hundred,and,fifty,six],[],7*1000+(2*100+(50+6))).
wordnum([seven,thousand,two,hundred,and,fifty,seven],[],7*1000+(2*100+(50+7))).
wordnum([seven,thousand,two,hundred,and,fifty,eight],[],7*1000+(2*100+(50+8))).
wordnum([seven,thousand,two,hundred,and,fifty,nine],[],7*1000+(2*100+(50+9))).
wordnum([seven,thousand,two,hundred,and,sixty,one],[],7*1000+(2*100+(60+1))).
wordnum([seven,thousand,two,hundred,and,sixty,two],[],7*1000+(2*100+(60+2))).
wordnum([seven,thousand,two,hundred,and,sixty,three],[],7*1000+(2*100+(60+3))).
wordnum([seven,thousand,two,hundred,and,sixty,four],[],7*1000+(2*100+(60+4))).
wordnum([seven,thousand,two,hundred,and,sixty,five],[],7*1000+(2*100+(60+5))).
wordnum([seven,thousand,two,hundred,and,sixty,six],[],7*1000+(2*100+(60+6))).
wordnum([seven,thousand,two,hundred,and,sixty,seven],[],7*1000+(2*100+(60+7))).
wordnum([seven,thousand,two,hundred,and,sixty,eight],[],7*1000+(2*100+(60+8))).
wordnum([seven,thousand,two,hundred,and,sixty,nine],[],7*1000+(2*100+(60+9))).
wordnum([seven,thousand,two,hundred,and,seventy,one],[],7*1000+(2*100+(70+1))).
wordnum([seven,thousand,two,hundred,and,seventy,two],[],7*1000+(2*100+(70+2))).
wordnum([seven,thousand,two,hundred,and,seventy,three],[],7*1000+(2*100+(70+3))).
wordnum([seven,thousand,two,hundred,and,seventy,four],[],7*1000+(2*100+(70+4))).
wordnum([seven,thousand,two,hundred,and,seventy,five],[],7*1000+(2*100+(70+5))).
wordnum([seven,thousand,two,hundred,and,seventy,six],[],7*1000+(2*100+(70+6))).
wordnum([seven,thousand,two,hundred,and,seventy,seven],[],7*1000+(2*100+(70+7))).
wordnum([seven,thousand,two,hundred,and,seventy,eight],[],7*1000+(2*100+(70+8))).
wordnum([seven,thousand,two,hundred,and,seventy,nine],[],7*1000+(2*100+(70+9))).
wordnum([seven,thousand,two,hundred,and,eighty,one],[],7*1000+(2*100+(80+1))).
wordnum([seven,thousand,two,hundred,and,eighty,two],[],7*1000+(2*100+(80+2))).
wordnum([seven,thousand,two,hundred,and,eighty,three],[],7*1000+(2*100+(80+3))).
wordnum([seven,thousand,two,hundred,and,eighty,four],[],7*1000+(2*100+(80+4))).
wordnum([seven,thousand,two,hundred,and,eighty,five],[],7*1000+(2*100+(80+5))).
wordnum([seven,thousand,two,hundred,and,eighty,six],[],7*1000+(2*100+(80+6))).
wordnum([seven,thousand,two,hundred,and,eighty,seven],[],7*1000+(2*100+(80+7))).
wordnum([seven,thousand,two,hundred,and,eighty,eight],[],7*1000+(2*100+(80+8))).
wordnum([seven,thousand,two,hundred,and,eighty,nine],[],7*1000+(2*100+(80+9))).
wordnum([seven,thousand,two,hundred,and,ninety,one],[],7*1000+(2*100+(90+1))).
wordnum([seven,thousand,two,hundred,and,ninety,two],[],7*1000+(2*100+(90+2))).
wordnum([seven,thousand,two,hundred,and,ninety,three],[],7*1000+(2*100+(90+3))).
wordnum([seven,thousand,two,hundred,and,ninety,four],[],7*1000+(2*100+(90+4))).
wordnum([seven,thousand,two,hundred,and,ninety,five],[],7*1000+(2*100+(90+5))).
wordnum([seven,thousand,two,hundred,and,ninety,six],[],7*1000+(2*100+(90+6))).
wordnum([seven,thousand,two,hundred,and,ninety,seven],[],7*1000+(2*100+(90+7))).
wordnum([seven,thousand,two,hundred,and,ninety,eight],[],7*1000+(2*100+(90+8))).
wordnum([seven,thousand,two,hundred,and,ninety,nine],[],7*1000+(2*100+(90+9))).
wordnum([seven,thousand,three,hundred,and,one],[],7*1000+(3*100+1)).
wordnum([seven,thousand,three,hundred,and,two],[],7*1000+(3*100+2)).
wordnum([seven,thousand,three,hundred,and,three],[],7*1000+(3*100+3)).
wordnum([seven,thousand,three,hundred,and,four],[],7*1000+(3*100+4)).
wordnum([seven,thousand,three,hundred,and,five],[],7*1000+(3*100+5)).
wordnum([seven,thousand,three,hundred,and,six],[],7*1000+(3*100+6)).
wordnum([seven,thousand,three,hundred,and,seven],[],7*1000+(3*100+7)).
wordnum([seven,thousand,three,hundred,and,eight],[],7*1000+(3*100+8)).
wordnum([seven,thousand,three,hundred,and,nine],[],7*1000+(3*100+9)).
wordnum([seven,thousand,three,hundred,and,ten],[],7*1000+(3*100+10)).
wordnum([seven,thousand,three,hundred,and,eleven],[],7*1000+(3*100+11)).
wordnum([seven,thousand,three,hundred,and,twelve],[],7*1000+(3*100+12)).
wordnum([seven,thousand,three,hundred,and,thirteen],[],7*1000+(3*100+13)).
wordnum([seven,thousand,three,hundred,and,fourteen],[],7*1000+(3*100+14)).
wordnum([seven,thousand,three,hundred,and,fifteen],[],7*1000+(3*100+15)).
wordnum([seven,thousand,three,hundred,and,sixteen],[],7*1000+(3*100+16)).
wordnum([seven,thousand,three,hundred,and,seventeen],[],7*1000+(3*100+17)).
wordnum([seven,thousand,three,hundred,and,eighteen],[],7*1000+(3*100+18)).
wordnum([seven,thousand,three,hundred,and,nineteen],[],7*1000+(3*100+19)).
wordnum([seven,thousand,three,hundred,and,twenty],[],7*1000+(3*100+20)).
wordnum([seven,thousand,three,hundred,and,thirty],[],7*1000+(3*100+30)).
wordnum([seven,thousand,three,hundred,and,forty],[],7*1000+(3*100+40)).
wordnum([seven,thousand,three,hundred,and,fifty],[],7*1000+(3*100+50)).
wordnum([seven,thousand,three,hundred,and,sixty],[],7*1000+(3*100+60)).
wordnum([seven,thousand,three,hundred,and,seventy],[],7*1000+(3*100+70)).
wordnum([seven,thousand,three,hundred,and,eighty],[],7*1000+(3*100+80)).
wordnum([seven,thousand,three,hundred,and,ninety],[],7*1000+(3*100+90)).
wordnum([seven,thousand,three,hundred,and,twenty,one],[],7*1000+(3*100+(20+1))).
wordnum([seven,thousand,three,hundred,and,twenty,two],[],7*1000+(3*100+(20+2))).
wordnum([seven,thousand,three,hundred,and,twenty,three],[],7*1000+(3*100+(20+3))).
wordnum([seven,thousand,three,hundred,and,twenty,four],[],7*1000+(3*100+(20+4))).
wordnum([seven,thousand,three,hundred,and,twenty,five],[],7*1000+(3*100+(20+5))).
wordnum([seven,thousand,three,hundred,and,twenty,six],[],7*1000+(3*100+(20+6))).
wordnum([seven,thousand,three,hundred,and,twenty,seven],[],7*1000+(3*100+(20+7))).
wordnum([seven,thousand,three,hundred,and,twenty,eight],[],7*1000+(3*100+(20+8))).
wordnum([seven,thousand,three,hundred,and,twenty,nine],[],7*1000+(3*100+(20+9))).
wordnum([seven,thousand,three,hundred,and,thirty,one],[],7*1000+(3*100+(30+1))).
wordnum([seven,thousand,three,hundred,and,thirty,two],[],7*1000+(3*100+(30+2))).
wordnum([seven,thousand,three,hundred,and,thirty,three],[],7*1000+(3*100+(30+3))).
wordnum([seven,thousand,three,hundred,and,thirty,four],[],7*1000+(3*100+(30+4))).
wordnum([seven,thousand,three,hundred,and,thirty,five],[],7*1000+(3*100+(30+5))).
wordnum([seven,thousand,three,hundred,and,thirty,six],[],7*1000+(3*100+(30+6))).
wordnum([seven,thousand,three,hundred,and,thirty,seven],[],7*1000+(3*100+(30+7))).
wordnum([seven,thousand,three,hundred,and,thirty,eight],[],7*1000+(3*100+(30+8))).
wordnum([seven,thousand,three,hundred,and,thirty,nine],[],7*1000+(3*100+(30+9))).
wordnum([seven,thousand,three,hundred,and,forty,one],[],7*1000+(3*100+(40+1))).
wordnum([seven,thousand,three,hundred,and,forty,two],[],7*1000+(3*100+(40+2))).
wordnum([seven,thousand,three,hundred,and,forty,three],[],7*1000+(3*100+(40+3))).
wordnum([seven,thousand,three,hundred,and,forty,four],[],7*1000+(3*100+(40+4))).
wordnum([seven,thousand,three,hundred,and,forty,five],[],7*1000+(3*100+(40+5))).
wordnum([seven,thousand,three,hundred,and,forty,six],[],7*1000+(3*100+(40+6))).
wordnum([seven,thousand,three,hundred,and,forty,seven],[],7*1000+(3*100+(40+7))).
wordnum([seven,thousand,three,hundred,and,forty,eight],[],7*1000+(3*100+(40+8))).
wordnum([seven,thousand,three,hundred,and,forty,nine],[],7*1000+(3*100+(40+9))).
wordnum([seven,thousand,three,hundred,and,fifty,one],[],7*1000+(3*100+(50+1))).
wordnum([seven,thousand,three,hundred,and,fifty,two],[],7*1000+(3*100+(50+2))).
wordnum([seven,thousand,three,hundred,and,fifty,three],[],7*1000+(3*100+(50+3))).
wordnum([seven,thousand,three,hundred,and,fifty,four],[],7*1000+(3*100+(50+4))).
wordnum([seven,thousand,three,hundred,and,fifty,five],[],7*1000+(3*100+(50+5))).
wordnum([seven,thousand,three,hundred,and,fifty,six],[],7*1000+(3*100+(50+6))).
wordnum([seven,thousand,three,hundred,and,fifty,seven],[],7*1000+(3*100+(50+7))).
wordnum([seven,thousand,three,hundred,and,fifty,eight],[],7*1000+(3*100+(50+8))).
wordnum([seven,thousand,three,hundred,and,fifty,nine],[],7*1000+(3*100+(50+9))).
wordnum([seven,thousand,three,hundred,and,sixty,one],[],7*1000+(3*100+(60+1))).
wordnum([seven,thousand,three,hundred,and,sixty,two],[],7*1000+(3*100+(60+2))).
wordnum([seven,thousand,three,hundred,and,sixty,three],[],7*1000+(3*100+(60+3))).
wordnum([seven,thousand,three,hundred,and,sixty,four],[],7*1000+(3*100+(60+4))).
wordnum([seven,thousand,three,hundred,and,sixty,five],[],7*1000+(3*100+(60+5))).
wordnum([seven,thousand,three,hundred,and,sixty,six],[],7*1000+(3*100+(60+6))).
wordnum([seven,thousand,three,hundred,and,sixty,seven],[],7*1000+(3*100+(60+7))).
wordnum([seven,thousand,three,hundred,and,sixty,eight],[],7*1000+(3*100+(60+8))).
wordnum([seven,thousand,three,hundred,and,sixty,nine],[],7*1000+(3*100+(60+9))).
wordnum([seven,thousand,three,hundred,and,seventy,one],[],7*1000+(3*100+(70+1))).
wordnum([seven,thousand,three,hundred,and,seventy,two],[],7*1000+(3*100+(70+2))).
wordnum([seven,thousand,three,hundred,and,seventy,three],[],7*1000+(3*100+(70+3))).
wordnum([seven,thousand,three,hundred,and,seventy,four],[],7*1000+(3*100+(70+4))).
wordnum([seven,thousand,three,hundred,and,seventy,five],[],7*1000+(3*100+(70+5))).
wordnum([seven,thousand,three,hundred,and,seventy,six],[],7*1000+(3*100+(70+6))).
wordnum([seven,thousand,three,hundred,and,seventy,seven],[],7*1000+(3*100+(70+7))).
wordnum([seven,thousand,three,hundred,and,seventy,eight],[],7*1000+(3*100+(70+8))).
wordnum([seven,thousand,three,hundred,and,seventy,nine],[],7*1000+(3*100+(70+9))).
wordnum([seven,thousand,three,hundred,and,eighty,one],[],7*1000+(3*100+(80+1))).
wordnum([seven,thousand,three,hundred,and,eighty,two],[],7*1000+(3*100+(80+2))).
wordnum([seven,thousand,three,hundred,and,eighty,three],[],7*1000+(3*100+(80+3))).
wordnum([seven,thousand,three,hundred,and,eighty,four],[],7*1000+(3*100+(80+4))).
wordnum([seven,thousand,three,hundred,and,eighty,five],[],7*1000+(3*100+(80+5))).
wordnum([seven,thousand,three,hundred,and,eighty,six],[],7*1000+(3*100+(80+6))).
wordnum([seven,thousand,three,hundred,and,eighty,seven],[],7*1000+(3*100+(80+7))).
wordnum([seven,thousand,three,hundred,and,eighty,eight],[],7*1000+(3*100+(80+8))).
wordnum([seven,thousand,three,hundred,and,eighty,nine],[],7*1000+(3*100+(80+9))).
wordnum([seven,thousand,three,hundred,and,ninety,one],[],7*1000+(3*100+(90+1))).
wordnum([seven,thousand,three,hundred,and,ninety,two],[],7*1000+(3*100+(90+2))).
wordnum([seven,thousand,three,hundred,and,ninety,three],[],7*1000+(3*100+(90+3))).
wordnum([seven,thousand,three,hundred,and,ninety,four],[],7*1000+(3*100+(90+4))).
wordnum([seven,thousand,three,hundred,and,ninety,five],[],7*1000+(3*100+(90+5))).
wordnum([seven,thousand,three,hundred,and,ninety,six],[],7*1000+(3*100+(90+6))).
wordnum([seven,thousand,three,hundred,and,ninety,seven],[],7*1000+(3*100+(90+7))).
wordnum([seven,thousand,three,hundred,and,ninety,eight],[],7*1000+(3*100+(90+8))).
wordnum([seven,thousand,three,hundred,and,ninety,nine],[],7*1000+(3*100+(90+9))).
wordnum([seven,thousand,four,hundred,and,one],[],7*1000+(4*100+1)).
wordnum([seven,thousand,four,hundred,and,two],[],7*1000+(4*100+2)).
wordnum([seven,thousand,four,hundred,and,three],[],7*1000+(4*100+3)).
wordnum([seven,thousand,four,hundred,and,four],[],7*1000+(4*100+4)).
wordnum([seven,thousand,four,hundred,and,five],[],7*1000+(4*100+5)).
wordnum([seven,thousand,four,hundred,and,six],[],7*1000+(4*100+6)).
wordnum([seven,thousand,four,hundred,and,seven],[],7*1000+(4*100+7)).
wordnum([seven,thousand,four,hundred,and,eight],[],7*1000+(4*100+8)).
wordnum([seven,thousand,four,hundred,and,nine],[],7*1000+(4*100+9)).
wordnum([seven,thousand,four,hundred,and,ten],[],7*1000+(4*100+10)).
wordnum([seven,thousand,four,hundred,and,eleven],[],7*1000+(4*100+11)).
wordnum([seven,thousand,four,hundred,and,twelve],[],7*1000+(4*100+12)).
wordnum([seven,thousand,four,hundred,and,thirteen],[],7*1000+(4*100+13)).
wordnum([seven,thousand,four,hundred,and,fourteen],[],7*1000+(4*100+14)).
wordnum([seven,thousand,four,hundred,and,fifteen],[],7*1000+(4*100+15)).
wordnum([seven,thousand,four,hundred,and,sixteen],[],7*1000+(4*100+16)).
wordnum([seven,thousand,four,hundred,and,seventeen],[],7*1000+(4*100+17)).
wordnum([seven,thousand,four,hundred,and,eighteen],[],7*1000+(4*100+18)).
wordnum([seven,thousand,four,hundred,and,nineteen],[],7*1000+(4*100+19)).
wordnum([seven,thousand,four,hundred,and,twenty],[],7*1000+(4*100+20)).
wordnum([seven,thousand,four,hundred,and,thirty],[],7*1000+(4*100+30)).
wordnum([seven,thousand,four,hundred,and,forty],[],7*1000+(4*100+40)).
wordnum([seven,thousand,four,hundred,and,fifty],[],7*1000+(4*100+50)).
wordnum([seven,thousand,four,hundred,and,sixty],[],7*1000+(4*100+60)).
wordnum([seven,thousand,four,hundred,and,seventy],[],7*1000+(4*100+70)).
wordnum([seven,thousand,four,hundred,and,eighty],[],7*1000+(4*100+80)).
wordnum([seven,thousand,four,hundred,and,ninety],[],7*1000+(4*100+90)).
wordnum([seven,thousand,four,hundred,and,twenty,one],[],7*1000+(4*100+(20+1))).
wordnum([seven,thousand,four,hundred,and,twenty,two],[],7*1000+(4*100+(20+2))).
wordnum([seven,thousand,four,hundred,and,twenty,three],[],7*1000+(4*100+(20+3))).
wordnum([seven,thousand,four,hundred,and,twenty,four],[],7*1000+(4*100+(20+4))).
wordnum([seven,thousand,four,hundred,and,twenty,five],[],7*1000+(4*100+(20+5))).
wordnum([seven,thousand,four,hundred,and,twenty,six],[],7*1000+(4*100+(20+6))).
wordnum([seven,thousand,four,hundred,and,twenty,seven],[],7*1000+(4*100+(20+7))).
wordnum([seven,thousand,four,hundred,and,twenty,eight],[],7*1000+(4*100+(20+8))).
wordnum([seven,thousand,four,hundred,and,twenty,nine],[],7*1000+(4*100+(20+9))).
wordnum([seven,thousand,four,hundred,and,thirty,one],[],7*1000+(4*100+(30+1))).
wordnum([seven,thousand,four,hundred,and,thirty,two],[],7*1000+(4*100+(30+2))).
wordnum([seven,thousand,four,hundred,and,thirty,three],[],7*1000+(4*100+(30+3))).
wordnum([seven,thousand,four,hundred,and,thirty,four],[],7*1000+(4*100+(30+4))).
wordnum([seven,thousand,four,hundred,and,thirty,five],[],7*1000+(4*100+(30+5))).
wordnum([seven,thousand,four,hundred,and,thirty,six],[],7*1000+(4*100+(30+6))).
wordnum([seven,thousand,four,hundred,and,thirty,seven],[],7*1000+(4*100+(30+7))).
wordnum([seven,thousand,four,hundred,and,thirty,eight],[],7*1000+(4*100+(30+8))).
wordnum([seven,thousand,four,hundred,and,thirty,nine],[],7*1000+(4*100+(30+9))).
wordnum([seven,thousand,four,hundred,and,forty,one],[],7*1000+(4*100+(40+1))).
wordnum([seven,thousand,four,hundred,and,forty,two],[],7*1000+(4*100+(40+2))).
wordnum([seven,thousand,four,hundred,and,forty,three],[],7*1000+(4*100+(40+3))).
wordnum([seven,thousand,four,hundred,and,forty,four],[],7*1000+(4*100+(40+4))).
wordnum([seven,thousand,four,hundred,and,forty,five],[],7*1000+(4*100+(40+5))).
wordnum([seven,thousand,four,hundred,and,forty,six],[],7*1000+(4*100+(40+6))).
wordnum([seven,thousand,four,hundred,and,forty,seven],[],7*1000+(4*100+(40+7))).
wordnum([seven,thousand,four,hundred,and,forty,eight],[],7*1000+(4*100+(40+8))).
wordnum([seven,thousand,four,hundred,and,forty,nine],[],7*1000+(4*100+(40+9))).
wordnum([seven,thousand,four,hundred,and,fifty,one],[],7*1000+(4*100+(50+1))).
wordnum([seven,thousand,four,hundred,and,fifty,two],[],7*1000+(4*100+(50+2))).
wordnum([seven,thousand,four,hundred,and,fifty,three],[],7*1000+(4*100+(50+3))).
wordnum([seven,thousand,four,hundred,and,fifty,four],[],7*1000+(4*100+(50+4))).
wordnum([seven,thousand,four,hundred,and,fifty,five],[],7*1000+(4*100+(50+5))).
wordnum([seven,thousand,four,hundred,and,fifty,six],[],7*1000+(4*100+(50+6))).
wordnum([seven,thousand,four,hundred,and,fifty,seven],[],7*1000+(4*100+(50+7))).
wordnum([seven,thousand,four,hundred,and,fifty,eight],[],7*1000+(4*100+(50+8))).
wordnum([seven,thousand,four,hundred,and,fifty,nine],[],7*1000+(4*100+(50+9))).
wordnum([seven,thousand,four,hundred,and,sixty,one],[],7*1000+(4*100+(60+1))).
wordnum([seven,thousand,four,hundred,and,sixty,two],[],7*1000+(4*100+(60+2))).
wordnum([seven,thousand,four,hundred,and,sixty,three],[],7*1000+(4*100+(60+3))).
wordnum([seven,thousand,four,hundred,and,sixty,four],[],7*1000+(4*100+(60+4))).
wordnum([seven,thousand,four,hundred,and,sixty,five],[],7*1000+(4*100+(60+5))).
wordnum([seven,thousand,four,hundred,and,sixty,six],[],7*1000+(4*100+(60+6))).
wordnum([seven,thousand,four,hundred,and,sixty,seven],[],7*1000+(4*100+(60+7))).
wordnum([seven,thousand,four,hundred,and,sixty,eight],[],7*1000+(4*100+(60+8))).
wordnum([seven,thousand,four,hundred,and,sixty,nine],[],7*1000+(4*100+(60+9))).
wordnum([seven,thousand,four,hundred,and,seventy,one],[],7*1000+(4*100+(70+1))).
wordnum([seven,thousand,four,hundred,and,seventy,two],[],7*1000+(4*100+(70+2))).
wordnum([seven,thousand,four,hundred,and,seventy,three],[],7*1000+(4*100+(70+3))).
wordnum([seven,thousand,four,hundred,and,seventy,four],[],7*1000+(4*100+(70+4))).
wordnum([seven,thousand,four,hundred,and,seventy,five],[],7*1000+(4*100+(70+5))).
wordnum([seven,thousand,four,hundred,and,seventy,six],[],7*1000+(4*100+(70+6))).
wordnum([seven,thousand,four,hundred,and,seventy,seven],[],7*1000+(4*100+(70+7))).
wordnum([seven,thousand,four,hundred,and,seventy,eight],[],7*1000+(4*100+(70+8))).
wordnum([seven,thousand,four,hundred,and,seventy,nine],[],7*1000+(4*100+(70+9))).
wordnum([seven,thousand,four,hundred,and,eighty,one],[],7*1000+(4*100+(80+1))).
wordnum([seven,thousand,four,hundred,and,eighty,two],[],7*1000+(4*100+(80+2))).
wordnum([seven,thousand,four,hundred,and,eighty,three],[],7*1000+(4*100+(80+3))).
wordnum([seven,thousand,four,hundred,and,eighty,four],[],7*1000+(4*100+(80+4))).
wordnum([seven,thousand,four,hundred,and,eighty,five],[],7*1000+(4*100+(80+5))).
wordnum([seven,thousand,four,hundred,and,eighty,six],[],7*1000+(4*100+(80+6))).
wordnum([seven,thousand,four,hundred,and,eighty,seven],[],7*1000+(4*100+(80+7))).
wordnum([seven,thousand,four,hundred,and,eighty,eight],[],7*1000+(4*100+(80+8))).
wordnum([seven,thousand,four,hundred,and,eighty,nine],[],7*1000+(4*100+(80+9))).
wordnum([seven,thousand,four,hundred,and,ninety,one],[],7*1000+(4*100+(90+1))).
wordnum([seven,thousand,four,hundred,and,ninety,two],[],7*1000+(4*100+(90+2))).
wordnum([seven,thousand,four,hundred,and,ninety,three],[],7*1000+(4*100+(90+3))).
wordnum([seven,thousand,four,hundred,and,ninety,four],[],7*1000+(4*100+(90+4))).
wordnum([seven,thousand,four,hundred,and,ninety,five],[],7*1000+(4*100+(90+5))).
wordnum([seven,thousand,four,hundred,and,ninety,six],[],7*1000+(4*100+(90+6))).
wordnum([seven,thousand,four,hundred,and,ninety,seven],[],7*1000+(4*100+(90+7))).
wordnum([seven,thousand,four,hundred,and,ninety,eight],[],7*1000+(4*100+(90+8))).
wordnum([seven,thousand,four,hundred,and,ninety,nine],[],7*1000+(4*100+(90+9))).
wordnum([seven,thousand,five,hundred,and,one],[],7*1000+(5*100+1)).
wordnum([seven,thousand,five,hundred,and,two],[],7*1000+(5*100+2)).
wordnum([seven,thousand,five,hundred,and,three],[],7*1000+(5*100+3)).
wordnum([seven,thousand,five,hundred,and,four],[],7*1000+(5*100+4)).
wordnum([seven,thousand,five,hundred,and,five],[],7*1000+(5*100+5)).
wordnum([seven,thousand,five,hundred,and,six],[],7*1000+(5*100+6)).
wordnum([seven,thousand,five,hundred,and,seven],[],7*1000+(5*100+7)).
wordnum([seven,thousand,five,hundred,and,eight],[],7*1000+(5*100+8)).
wordnum([seven,thousand,five,hundred,and,nine],[],7*1000+(5*100+9)).
wordnum([seven,thousand,five,hundred,and,ten],[],7*1000+(5*100+10)).
wordnum([seven,thousand,five,hundred,and,eleven],[],7*1000+(5*100+11)).
wordnum([seven,thousand,five,hundred,and,twelve],[],7*1000+(5*100+12)).
wordnum([seven,thousand,five,hundred,and,thirteen],[],7*1000+(5*100+13)).
wordnum([seven,thousand,five,hundred,and,fourteen],[],7*1000+(5*100+14)).
wordnum([seven,thousand,five,hundred,and,fifteen],[],7*1000+(5*100+15)).
wordnum([seven,thousand,five,hundred,and,sixteen],[],7*1000+(5*100+16)).
wordnum([seven,thousand,five,hundred,and,seventeen],[],7*1000+(5*100+17)).
wordnum([seven,thousand,five,hundred,and,eighteen],[],7*1000+(5*100+18)).
wordnum([seven,thousand,five,hundred,and,nineteen],[],7*1000+(5*100+19)).
wordnum([seven,thousand,five,hundred,and,twenty],[],7*1000+(5*100+20)).
wordnum([seven,thousand,five,hundred,and,thirty],[],7*1000+(5*100+30)).
wordnum([seven,thousand,five,hundred,and,forty],[],7*1000+(5*100+40)).
wordnum([seven,thousand,five,hundred,and,fifty],[],7*1000+(5*100+50)).
wordnum([seven,thousand,five,hundred,and,sixty],[],7*1000+(5*100+60)).
wordnum([seven,thousand,five,hundred,and,seventy],[],7*1000+(5*100+70)).
wordnum([seven,thousand,five,hundred,and,eighty],[],7*1000+(5*100+80)).
wordnum([seven,thousand,five,hundred,and,ninety],[],7*1000+(5*100+90)).
wordnum([seven,thousand,five,hundred,and,twenty,one],[],7*1000+(5*100+(20+1))).
wordnum([seven,thousand,five,hundred,and,twenty,two],[],7*1000+(5*100+(20+2))).
wordnum([seven,thousand,five,hundred,and,twenty,three],[],7*1000+(5*100+(20+3))).
wordnum([seven,thousand,five,hundred,and,twenty,four],[],7*1000+(5*100+(20+4))).
wordnum([seven,thousand,five,hundred,and,twenty,five],[],7*1000+(5*100+(20+5))).
wordnum([seven,thousand,five,hundred,and,twenty,six],[],7*1000+(5*100+(20+6))).
wordnum([seven,thousand,five,hundred,and,twenty,seven],[],7*1000+(5*100+(20+7))).
wordnum([seven,thousand,five,hundred,and,twenty,eight],[],7*1000+(5*100+(20+8))).
wordnum([seven,thousand,five,hundred,and,twenty,nine],[],7*1000+(5*100+(20+9))).
wordnum([seven,thousand,five,hundred,and,thirty,one],[],7*1000+(5*100+(30+1))).
wordnum([seven,thousand,five,hundred,and,thirty,two],[],7*1000+(5*100+(30+2))).
wordnum([seven,thousand,five,hundred,and,thirty,three],[],7*1000+(5*100+(30+3))).
wordnum([seven,thousand,five,hundred,and,thirty,four],[],7*1000+(5*100+(30+4))).
wordnum([seven,thousand,five,hundred,and,thirty,five],[],7*1000+(5*100+(30+5))).
wordnum([seven,thousand,five,hundred,and,thirty,six],[],7*1000+(5*100+(30+6))).
wordnum([seven,thousand,five,hundred,and,thirty,seven],[],7*1000+(5*100+(30+7))).
wordnum([seven,thousand,five,hundred,and,thirty,eight],[],7*1000+(5*100+(30+8))).
wordnum([seven,thousand,five,hundred,and,thirty,nine],[],7*1000+(5*100+(30+9))).
wordnum([seven,thousand,five,hundred,and,forty,one],[],7*1000+(5*100+(40+1))).
wordnum([seven,thousand,five,hundred,and,forty,two],[],7*1000+(5*100+(40+2))).
wordnum([seven,thousand,five,hundred,and,forty,three],[],7*1000+(5*100+(40+3))).
wordnum([seven,thousand,five,hundred,and,forty,four],[],7*1000+(5*100+(40+4))).
wordnum([seven,thousand,five,hundred,and,forty,five],[],7*1000+(5*100+(40+5))).
wordnum([seven,thousand,five,hundred,and,forty,six],[],7*1000+(5*100+(40+6))).
wordnum([seven,thousand,five,hundred,and,forty,seven],[],7*1000+(5*100+(40+7))).
wordnum([seven,thousand,five,hundred,and,forty,eight],[],7*1000+(5*100+(40+8))).
wordnum([seven,thousand,five,hundred,and,forty,nine],[],7*1000+(5*100+(40+9))).
wordnum([seven,thousand,five,hundred,and,fifty,one],[],7*1000+(5*100+(50+1))).
wordnum([seven,thousand,five,hundred,and,fifty,two],[],7*1000+(5*100+(50+2))).
wordnum([seven,thousand,five,hundred,and,fifty,three],[],7*1000+(5*100+(50+3))).
wordnum([seven,thousand,five,hundred,and,fifty,four],[],7*1000+(5*100+(50+4))).
wordnum([seven,thousand,five,hundred,and,fifty,five],[],7*1000+(5*100+(50+5))).
wordnum([seven,thousand,five,hundred,and,fifty,six],[],7*1000+(5*100+(50+6))).
wordnum([seven,thousand,five,hundred,and,fifty,seven],[],7*1000+(5*100+(50+7))).
wordnum([seven,thousand,five,hundred,and,fifty,eight],[],7*1000+(5*100+(50+8))).
wordnum([seven,thousand,five,hundred,and,fifty,nine],[],7*1000+(5*100+(50+9))).
wordnum([seven,thousand,five,hundred,and,sixty,one],[],7*1000+(5*100+(60+1))).
wordnum([seven,thousand,five,hundred,and,sixty,two],[],7*1000+(5*100+(60+2))).
wordnum([seven,thousand,five,hundred,and,sixty,three],[],7*1000+(5*100+(60+3))).
wordnum([seven,thousand,five,hundred,and,sixty,four],[],7*1000+(5*100+(60+4))).
wordnum([seven,thousand,five,hundred,and,sixty,five],[],7*1000+(5*100+(60+5))).
wordnum([seven,thousand,five,hundred,and,sixty,six],[],7*1000+(5*100+(60+6))).
wordnum([seven,thousand,five,hundred,and,sixty,seven],[],7*1000+(5*100+(60+7))).
wordnum([seven,thousand,five,hundred,and,sixty,eight],[],7*1000+(5*100+(60+8))).
wordnum([seven,thousand,five,hundred,and,sixty,nine],[],7*1000+(5*100+(60+9))).
wordnum([seven,thousand,five,hundred,and,seventy,one],[],7*1000+(5*100+(70+1))).
wordnum([seven,thousand,five,hundred,and,seventy,two],[],7*1000+(5*100+(70+2))).
wordnum([seven,thousand,five,hundred,and,seventy,three],[],7*1000+(5*100+(70+3))).
wordnum([seven,thousand,five,hundred,and,seventy,four],[],7*1000+(5*100+(70+4))).
wordnum([seven,thousand,five,hundred,and,seventy,five],[],7*1000+(5*100+(70+5))).
wordnum([seven,thousand,five,hundred,and,seventy,six],[],7*1000+(5*100+(70+6))).
wordnum([seven,thousand,five,hundred,and,seventy,seven],[],7*1000+(5*100+(70+7))).
wordnum([seven,thousand,five,hundred,and,seventy,eight],[],7*1000+(5*100+(70+8))).
wordnum([seven,thousand,five,hundred,and,seventy,nine],[],7*1000+(5*100+(70+9))).
wordnum([seven,thousand,five,hundred,and,eighty,one],[],7*1000+(5*100+(80+1))).
wordnum([seven,thousand,five,hundred,and,eighty,two],[],7*1000+(5*100+(80+2))).
wordnum([seven,thousand,five,hundred,and,eighty,three],[],7*1000+(5*100+(80+3))).
wordnum([seven,thousand,five,hundred,and,eighty,four],[],7*1000+(5*100+(80+4))).
wordnum([seven,thousand,five,hundred,and,eighty,five],[],7*1000+(5*100+(80+5))).
wordnum([seven,thousand,five,hundred,and,eighty,six],[],7*1000+(5*100+(80+6))).
wordnum([seven,thousand,five,hundred,and,eighty,seven],[],7*1000+(5*100+(80+7))).
wordnum([seven,thousand,five,hundred,and,eighty,eight],[],7*1000+(5*100+(80+8))).
wordnum([seven,thousand,five,hundred,and,eighty,nine],[],7*1000+(5*100+(80+9))).
wordnum([seven,thousand,five,hundred,and,ninety,one],[],7*1000+(5*100+(90+1))).
wordnum([seven,thousand,five,hundred,and,ninety,two],[],7*1000+(5*100+(90+2))).
wordnum([seven,thousand,five,hundred,and,ninety,three],[],7*1000+(5*100+(90+3))).
wordnum([seven,thousand,five,hundred,and,ninety,four],[],7*1000+(5*100+(90+4))).
wordnum([seven,thousand,five,hundred,and,ninety,five],[],7*1000+(5*100+(90+5))).
wordnum([seven,thousand,five,hundred,and,ninety,six],[],7*1000+(5*100+(90+6))).
wordnum([seven,thousand,five,hundred,and,ninety,seven],[],7*1000+(5*100+(90+7))).
wordnum([seven,thousand,five,hundred,and,ninety,eight],[],7*1000+(5*100+(90+8))).
wordnum([seven,thousand,five,hundred,and,ninety,nine],[],7*1000+(5*100+(90+9))).
wordnum([seven,thousand,six,hundred,and,one],[],7*1000+(6*100+1)).
wordnum([seven,thousand,six,hundred,and,two],[],7*1000+(6*100+2)).
wordnum([seven,thousand,six,hundred,and,three],[],7*1000+(6*100+3)).
wordnum([seven,thousand,six,hundred,and,four],[],7*1000+(6*100+4)).
wordnum([seven,thousand,six,hundred,and,five],[],7*1000+(6*100+5)).
wordnum([seven,thousand,six,hundred,and,six],[],7*1000+(6*100+6)).
wordnum([seven,thousand,six,hundred,and,seven],[],7*1000+(6*100+7)).
wordnum([seven,thousand,six,hundred,and,eight],[],7*1000+(6*100+8)).
wordnum([seven,thousand,six,hundred,and,nine],[],7*1000+(6*100+9)).
wordnum([seven,thousand,six,hundred,and,ten],[],7*1000+(6*100+10)).
wordnum([seven,thousand,six,hundred,and,eleven],[],7*1000+(6*100+11)).
wordnum([seven,thousand,six,hundred,and,twelve],[],7*1000+(6*100+12)).
wordnum([seven,thousand,six,hundred,and,thirteen],[],7*1000+(6*100+13)).
wordnum([seven,thousand,six,hundred,and,fourteen],[],7*1000+(6*100+14)).
wordnum([seven,thousand,six,hundred,and,fifteen],[],7*1000+(6*100+15)).
wordnum([seven,thousand,six,hundred,and,sixteen],[],7*1000+(6*100+16)).
wordnum([seven,thousand,six,hundred,and,seventeen],[],7*1000+(6*100+17)).
wordnum([seven,thousand,six,hundred,and,eighteen],[],7*1000+(6*100+18)).
wordnum([seven,thousand,six,hundred,and,nineteen],[],7*1000+(6*100+19)).
wordnum([seven,thousand,six,hundred,and,twenty],[],7*1000+(6*100+20)).
wordnum([seven,thousand,six,hundred,and,thirty],[],7*1000+(6*100+30)).
wordnum([seven,thousand,six,hundred,and,forty],[],7*1000+(6*100+40)).
wordnum([seven,thousand,six,hundred,and,fifty],[],7*1000+(6*100+50)).
wordnum([seven,thousand,six,hundred,and,sixty],[],7*1000+(6*100+60)).
wordnum([seven,thousand,six,hundred,and,seventy],[],7*1000+(6*100+70)).
wordnum([seven,thousand,six,hundred,and,eighty],[],7*1000+(6*100+80)).
wordnum([seven,thousand,six,hundred,and,ninety],[],7*1000+(6*100+90)).
wordnum([seven,thousand,six,hundred,and,twenty,one],[],7*1000+(6*100+(20+1))).
wordnum([seven,thousand,six,hundred,and,twenty,two],[],7*1000+(6*100+(20+2))).
wordnum([seven,thousand,six,hundred,and,twenty,three],[],7*1000+(6*100+(20+3))).
wordnum([seven,thousand,six,hundred,and,twenty,four],[],7*1000+(6*100+(20+4))).
wordnum([seven,thousand,six,hundred,and,twenty,five],[],7*1000+(6*100+(20+5))).
wordnum([seven,thousand,six,hundred,and,twenty,six],[],7*1000+(6*100+(20+6))).
wordnum([seven,thousand,six,hundred,and,twenty,seven],[],7*1000+(6*100+(20+7))).
wordnum([seven,thousand,six,hundred,and,twenty,eight],[],7*1000+(6*100+(20+8))).
wordnum([seven,thousand,six,hundred,and,twenty,nine],[],7*1000+(6*100+(20+9))).
wordnum([seven,thousand,six,hundred,and,thirty,one],[],7*1000+(6*100+(30+1))).
wordnum([seven,thousand,six,hundred,and,thirty,two],[],7*1000+(6*100+(30+2))).
wordnum([seven,thousand,six,hundred,and,thirty,three],[],7*1000+(6*100+(30+3))).
wordnum([seven,thousand,six,hundred,and,thirty,four],[],7*1000+(6*100+(30+4))).
wordnum([seven,thousand,six,hundred,and,thirty,five],[],7*1000+(6*100+(30+5))).
wordnum([seven,thousand,six,hundred,and,thirty,six],[],7*1000+(6*100+(30+6))).
wordnum([seven,thousand,six,hundred,and,thirty,seven],[],7*1000+(6*100+(30+7))).
wordnum([seven,thousand,six,hundred,and,thirty,eight],[],7*1000+(6*100+(30+8))).
wordnum([seven,thousand,six,hundred,and,thirty,nine],[],7*1000+(6*100+(30+9))).
wordnum([seven,thousand,six,hundred,and,forty,one],[],7*1000+(6*100+(40+1))).
wordnum([seven,thousand,six,hundred,and,forty,two],[],7*1000+(6*100+(40+2))).
wordnum([seven,thousand,six,hundred,and,forty,three],[],7*1000+(6*100+(40+3))).
wordnum([seven,thousand,six,hundred,and,forty,four],[],7*1000+(6*100+(40+4))).
wordnum([seven,thousand,six,hundred,and,forty,five],[],7*1000+(6*100+(40+5))).
wordnum([seven,thousand,six,hundred,and,forty,six],[],7*1000+(6*100+(40+6))).
wordnum([seven,thousand,six,hundred,and,forty,seven],[],7*1000+(6*100+(40+7))).
wordnum([seven,thousand,six,hundred,and,forty,eight],[],7*1000+(6*100+(40+8))).
wordnum([seven,thousand,six,hundred,and,forty,nine],[],7*1000+(6*100+(40+9))).
wordnum([seven,thousand,six,hundred,and,fifty,one],[],7*1000+(6*100+(50+1))).
wordnum([seven,thousand,six,hundred,and,fifty,two],[],7*1000+(6*100+(50+2))).
wordnum([seven,thousand,six,hundred,and,fifty,three],[],7*1000+(6*100+(50+3))).
wordnum([seven,thousand,six,hundred,and,fifty,four],[],7*1000+(6*100+(50+4))).
wordnum([seven,thousand,six,hundred,and,fifty,five],[],7*1000+(6*100+(50+5))).
wordnum([seven,thousand,six,hundred,and,fifty,six],[],7*1000+(6*100+(50+6))).
wordnum([seven,thousand,six,hundred,and,fifty,seven],[],7*1000+(6*100+(50+7))).
wordnum([seven,thousand,six,hundred,and,fifty,eight],[],7*1000+(6*100+(50+8))).
wordnum([seven,thousand,six,hundred,and,fifty,nine],[],7*1000+(6*100+(50+9))).
wordnum([seven,thousand,six,hundred,and,sixty,one],[],7*1000+(6*100+(60+1))).
wordnum([seven,thousand,six,hundred,and,sixty,two],[],7*1000+(6*100+(60+2))).
wordnum([seven,thousand,six,hundred,and,sixty,three],[],7*1000+(6*100+(60+3))).
wordnum([seven,thousand,six,hundred,and,sixty,four],[],7*1000+(6*100+(60+4))).
wordnum([seven,thousand,six,hundred,and,sixty,five],[],7*1000+(6*100+(60+5))).
wordnum([seven,thousand,six,hundred,and,sixty,six],[],7*1000+(6*100+(60+6))).
wordnum([seven,thousand,six,hundred,and,sixty,seven],[],7*1000+(6*100+(60+7))).
wordnum([seven,thousand,six,hundred,and,sixty,eight],[],7*1000+(6*100+(60+8))).
wordnum([seven,thousand,six,hundred,and,sixty,nine],[],7*1000+(6*100+(60+9))).
wordnum([seven,thousand,six,hundred,and,seventy,one],[],7*1000+(6*100+(70+1))).
wordnum([seven,thousand,six,hundred,and,seventy,two],[],7*1000+(6*100+(70+2))).
wordnum([seven,thousand,six,hundred,and,seventy,three],[],7*1000+(6*100+(70+3))).
wordnum([seven,thousand,six,hundred,and,seventy,four],[],7*1000+(6*100+(70+4))).
wordnum([seven,thousand,six,hundred,and,seventy,five],[],7*1000+(6*100+(70+5))).
wordnum([seven,thousand,six,hundred,and,seventy,six],[],7*1000+(6*100+(70+6))).
wordnum([seven,thousand,six,hundred,and,seventy,seven],[],7*1000+(6*100+(70+7))).
wordnum([seven,thousand,six,hundred,and,seventy,eight],[],7*1000+(6*100+(70+8))).
wordnum([seven,thousand,six,hundred,and,seventy,nine],[],7*1000+(6*100+(70+9))).
wordnum([seven,thousand,six,hundred,and,eighty,one],[],7*1000+(6*100+(80+1))).
wordnum([seven,thousand,six,hundred,and,eighty,two],[],7*1000+(6*100+(80+2))).
wordnum([seven,thousand,six,hundred,and,eighty,three],[],7*1000+(6*100+(80+3))).
wordnum([seven,thousand,six,hundred,and,eighty,four],[],7*1000+(6*100+(80+4))).
wordnum([seven,thousand,six,hundred,and,eighty,five],[],7*1000+(6*100+(80+5))).
wordnum([seven,thousand,six,hundred,and,eighty,six],[],7*1000+(6*100+(80+6))).
wordnum([seven,thousand,six,hundred,and,eighty,seven],[],7*1000+(6*100+(80+7))).
wordnum([seven,thousand,six,hundred,and,eighty,eight],[],7*1000+(6*100+(80+8))).
wordnum([seven,thousand,six,hundred,and,eighty,nine],[],7*1000+(6*100+(80+9))).
wordnum([seven,thousand,six,hundred,and,ninety,one],[],7*1000+(6*100+(90+1))).
wordnum([seven,thousand,six,hundred,and,ninety,two],[],7*1000+(6*100+(90+2))).
wordnum([seven,thousand,six,hundred,and,ninety,three],[],7*1000+(6*100+(90+3))).
wordnum([seven,thousand,six,hundred,and,ninety,four],[],7*1000+(6*100+(90+4))).
wordnum([seven,thousand,six,hundred,and,ninety,five],[],7*1000+(6*100+(90+5))).
wordnum([seven,thousand,six,hundred,and,ninety,six],[],7*1000+(6*100+(90+6))).
wordnum([seven,thousand,six,hundred,and,ninety,seven],[],7*1000+(6*100+(90+7))).
wordnum([seven,thousand,six,hundred,and,ninety,eight],[],7*1000+(6*100+(90+8))).
wordnum([seven,thousand,six,hundred,and,ninety,nine],[],7*1000+(6*100+(90+9))).
wordnum([seven,thousand,seven,hundred,and,one],[],7*1000+(7*100+1)).
wordnum([seven,thousand,seven,hundred,and,two],[],7*1000+(7*100+2)).
wordnum([seven,thousand,seven,hundred,and,three],[],7*1000+(7*100+3)).
wordnum([seven,thousand,seven,hundred,and,four],[],7*1000+(7*100+4)).
wordnum([seven,thousand,seven,hundred,and,five],[],7*1000+(7*100+5)).
wordnum([seven,thousand,seven,hundred,and,six],[],7*1000+(7*100+6)).
wordnum([seven,thousand,seven,hundred,and,seven],[],7*1000+(7*100+7)).
wordnum([seven,thousand,seven,hundred,and,eight],[],7*1000+(7*100+8)).
wordnum([seven,thousand,seven,hundred,and,nine],[],7*1000+(7*100+9)).
wordnum([seven,thousand,seven,hundred,and,ten],[],7*1000+(7*100+10)).
wordnum([seven,thousand,seven,hundred,and,eleven],[],7*1000+(7*100+11)).
wordnum([seven,thousand,seven,hundred,and,twelve],[],7*1000+(7*100+12)).
wordnum([seven,thousand,seven,hundred,and,thirteen],[],7*1000+(7*100+13)).
wordnum([seven,thousand,seven,hundred,and,fourteen],[],7*1000+(7*100+14)).
wordnum([seven,thousand,seven,hundred,and,fifteen],[],7*1000+(7*100+15)).
wordnum([seven,thousand,seven,hundred,and,sixteen],[],7*1000+(7*100+16)).
wordnum([seven,thousand,seven,hundred,and,seventeen],[],7*1000+(7*100+17)).
wordnum([seven,thousand,seven,hundred,and,eighteen],[],7*1000+(7*100+18)).
wordnum([seven,thousand,seven,hundred,and,nineteen],[],7*1000+(7*100+19)).
wordnum([seven,thousand,seven,hundred,and,twenty],[],7*1000+(7*100+20)).
wordnum([seven,thousand,seven,hundred,and,thirty],[],7*1000+(7*100+30)).
wordnum([seven,thousand,seven,hundred,and,forty],[],7*1000+(7*100+40)).
wordnum([seven,thousand,seven,hundred,and,fifty],[],7*1000+(7*100+50)).
wordnum([seven,thousand,seven,hundred,and,sixty],[],7*1000+(7*100+60)).
wordnum([seven,thousand,seven,hundred,and,seventy],[],7*1000+(7*100+70)).
wordnum([seven,thousand,seven,hundred,and,eighty],[],7*1000+(7*100+80)).
wordnum([seven,thousand,seven,hundred,and,ninety],[],7*1000+(7*100+90)).
wordnum([seven,thousand,seven,hundred,and,twenty,one],[],7*1000+(7*100+(20+1))).
wordnum([seven,thousand,seven,hundred,and,twenty,two],[],7*1000+(7*100+(20+2))).
wordnum([seven,thousand,seven,hundred,and,twenty,three],[],7*1000+(7*100+(20+3))).
wordnum([seven,thousand,seven,hundred,and,twenty,four],[],7*1000+(7*100+(20+4))).
wordnum([seven,thousand,seven,hundred,and,twenty,five],[],7*1000+(7*100+(20+5))).
wordnum([seven,thousand,seven,hundred,and,twenty,six],[],7*1000+(7*100+(20+6))).
wordnum([seven,thousand,seven,hundred,and,twenty,seven],[],7*1000+(7*100+(20+7))).
wordnum([seven,thousand,seven,hundred,and,twenty,eight],[],7*1000+(7*100+(20+8))).
wordnum([seven,thousand,seven,hundred,and,twenty,nine],[],7*1000+(7*100+(20+9))).
wordnum([seven,thousand,seven,hundred,and,thirty,one],[],7*1000+(7*100+(30+1))).
wordnum([seven,thousand,seven,hundred,and,thirty,two],[],7*1000+(7*100+(30+2))).
wordnum([seven,thousand,seven,hundred,and,thirty,three],[],7*1000+(7*100+(30+3))).
wordnum([seven,thousand,seven,hundred,and,thirty,four],[],7*1000+(7*100+(30+4))).
wordnum([seven,thousand,seven,hundred,and,thirty,five],[],7*1000+(7*100+(30+5))).
wordnum([seven,thousand,seven,hundred,and,thirty,six],[],7*1000+(7*100+(30+6))).
wordnum([seven,thousand,seven,hundred,and,thirty,seven],[],7*1000+(7*100+(30+7))).
wordnum([seven,thousand,seven,hundred,and,thirty,eight],[],7*1000+(7*100+(30+8))).
wordnum([seven,thousand,seven,hundred,and,thirty,nine],[],7*1000+(7*100+(30+9))).
wordnum([seven,thousand,seven,hundred,and,forty,one],[],7*1000+(7*100+(40+1))).
wordnum([seven,thousand,seven,hundred,and,forty,two],[],7*1000+(7*100+(40+2))).
wordnum([seven,thousand,seven,hundred,and,forty,three],[],7*1000+(7*100+(40+3))).
wordnum([seven,thousand,seven,hundred,and,forty,four],[],7*1000+(7*100+(40+4))).
wordnum([seven,thousand,seven,hundred,and,forty,five],[],7*1000+(7*100+(40+5))).
wordnum([seven,thousand,seven,hundred,and,forty,six],[],7*1000+(7*100+(40+6))).
wordnum([seven,thousand,seven,hundred,and,forty,seven],[],7*1000+(7*100+(40+7))).
wordnum([seven,thousand,seven,hundred,and,forty,eight],[],7*1000+(7*100+(40+8))).
wordnum([seven,thousand,seven,hundred,and,forty,nine],[],7*1000+(7*100+(40+9))).
wordnum([seven,thousand,seven,hundred,and,fifty,one],[],7*1000+(7*100+(50+1))).
wordnum([seven,thousand,seven,hundred,and,fifty,two],[],7*1000+(7*100+(50+2))).
wordnum([seven,thousand,seven,hundred,and,fifty,three],[],7*1000+(7*100+(50+3))).
wordnum([seven,thousand,seven,hundred,and,fifty,four],[],7*1000+(7*100+(50+4))).
wordnum([seven,thousand,seven,hundred,and,fifty,five],[],7*1000+(7*100+(50+5))).
wordnum([seven,thousand,seven,hundred,and,fifty,six],[],7*1000+(7*100+(50+6))).
wordnum([seven,thousand,seven,hundred,and,fifty,seven],[],7*1000+(7*100+(50+7))).
wordnum([seven,thousand,seven,hundred,and,fifty,eight],[],7*1000+(7*100+(50+8))).
wordnum([seven,thousand,seven,hundred,and,fifty,nine],[],7*1000+(7*100+(50+9))).
wordnum([seven,thousand,seven,hundred,and,sixty,one],[],7*1000+(7*100+(60+1))).
wordnum([seven,thousand,seven,hundred,and,sixty,two],[],7*1000+(7*100+(60+2))).
wordnum([seven,thousand,seven,hundred,and,sixty,three],[],7*1000+(7*100+(60+3))).
wordnum([seven,thousand,seven,hundred,and,sixty,four],[],7*1000+(7*100+(60+4))).
wordnum([seven,thousand,seven,hundred,and,sixty,five],[],7*1000+(7*100+(60+5))).
wordnum([seven,thousand,seven,hundred,and,sixty,six],[],7*1000+(7*100+(60+6))).
wordnum([seven,thousand,seven,hundred,and,sixty,seven],[],7*1000+(7*100+(60+7))).
wordnum([seven,thousand,seven,hundred,and,sixty,eight],[],7*1000+(7*100+(60+8))).
wordnum([seven,thousand,seven,hundred,and,sixty,nine],[],7*1000+(7*100+(60+9))).
wordnum([seven,thousand,seven,hundred,and,seventy,one],[],7*1000+(7*100+(70+1))).
wordnum([seven,thousand,seven,hundred,and,seventy,two],[],7*1000+(7*100+(70+2))).
wordnum([seven,thousand,seven,hundred,and,seventy,three],[],7*1000+(7*100+(70+3))).
wordnum([seven,thousand,seven,hundred,and,seventy,four],[],7*1000+(7*100+(70+4))).
wordnum([seven,thousand,seven,hundred,and,seventy,five],[],7*1000+(7*100+(70+5))).
wordnum([seven,thousand,seven,hundred,and,seventy,six],[],7*1000+(7*100+(70+6))).
wordnum([seven,thousand,seven,hundred,and,seventy,seven],[],7*1000+(7*100+(70+7))).
wordnum([seven,thousand,seven,hundred,and,seventy,eight],[],7*1000+(7*100+(70+8))).
wordnum([seven,thousand,seven,hundred,and,seventy,nine],[],7*1000+(7*100+(70+9))).
wordnum([seven,thousand,seven,hundred,and,eighty,one],[],7*1000+(7*100+(80+1))).
wordnum([seven,thousand,seven,hundred,and,eighty,two],[],7*1000+(7*100+(80+2))).
wordnum([seven,thousand,seven,hundred,and,eighty,three],[],7*1000+(7*100+(80+3))).
wordnum([seven,thousand,seven,hundred,and,eighty,four],[],7*1000+(7*100+(80+4))).
wordnum([seven,thousand,seven,hundred,and,eighty,five],[],7*1000+(7*100+(80+5))).
wordnum([seven,thousand,seven,hundred,and,eighty,six],[],7*1000+(7*100+(80+6))).
wordnum([seven,thousand,seven,hundred,and,eighty,seven],[],7*1000+(7*100+(80+7))).
wordnum([seven,thousand,seven,hundred,and,eighty,eight],[],7*1000+(7*100+(80+8))).
wordnum([seven,thousand,seven,hundred,and,eighty,nine],[],7*1000+(7*100+(80+9))).
wordnum([seven,thousand,seven,hundred,and,ninety,one],[],7*1000+(7*100+(90+1))).
wordnum([seven,thousand,seven,hundred,and,ninety,two],[],7*1000+(7*100+(90+2))).
wordnum([seven,thousand,seven,hundred,and,ninety,three],[],7*1000+(7*100+(90+3))).
wordnum([seven,thousand,seven,hundred,and,ninety,four],[],7*1000+(7*100+(90+4))).
wordnum([seven,thousand,seven,hundred,and,ninety,five],[],7*1000+(7*100+(90+5))).
wordnum([seven,thousand,seven,hundred,and,ninety,six],[],7*1000+(7*100+(90+6))).
wordnum([seven,thousand,seven,hundred,and,ninety,seven],[],7*1000+(7*100+(90+7))).
wordnum([seven,thousand,seven,hundred,and,ninety,eight],[],7*1000+(7*100+(90+8))).
wordnum([seven,thousand,seven,hundred,and,ninety,nine],[],7*1000+(7*100+(90+9))).
wordnum([seven,thousand,eight,hundred,and,one],[],7*1000+(8*100+1)).
wordnum([seven,thousand,eight,hundred,and,two],[],7*1000+(8*100+2)).
wordnum([seven,thousand,eight,hundred,and,three],[],7*1000+(8*100+3)).
wordnum([seven,thousand,eight,hundred,and,four],[],7*1000+(8*100+4)).
wordnum([seven,thousand,eight,hundred,and,five],[],7*1000+(8*100+5)).
wordnum([seven,thousand,eight,hundred,and,six],[],7*1000+(8*100+6)).
wordnum([seven,thousand,eight,hundred,and,seven],[],7*1000+(8*100+7)).
wordnum([seven,thousand,eight,hundred,and,eight],[],7*1000+(8*100+8)).
wordnum([seven,thousand,eight,hundred,and,nine],[],7*1000+(8*100+9)).
wordnum([seven,thousand,eight,hundred,and,ten],[],7*1000+(8*100+10)).
wordnum([seven,thousand,eight,hundred,and,eleven],[],7*1000+(8*100+11)).
wordnum([seven,thousand,eight,hundred,and,twelve],[],7*1000+(8*100+12)).
wordnum([seven,thousand,eight,hundred,and,thirteen],[],7*1000+(8*100+13)).
wordnum([seven,thousand,eight,hundred,and,fourteen],[],7*1000+(8*100+14)).
wordnum([seven,thousand,eight,hundred,and,fifteen],[],7*1000+(8*100+15)).
wordnum([seven,thousand,eight,hundred,and,sixteen],[],7*1000+(8*100+16)).
wordnum([seven,thousand,eight,hundred,and,seventeen],[],7*1000+(8*100+17)).
wordnum([seven,thousand,eight,hundred,and,eighteen],[],7*1000+(8*100+18)).
wordnum([seven,thousand,eight,hundred,and,nineteen],[],7*1000+(8*100+19)).
wordnum([seven,thousand,eight,hundred,and,twenty],[],7*1000+(8*100+20)).
wordnum([seven,thousand,eight,hundred,and,thirty],[],7*1000+(8*100+30)).
wordnum([seven,thousand,eight,hundred,and,forty],[],7*1000+(8*100+40)).
wordnum([seven,thousand,eight,hundred,and,fifty],[],7*1000+(8*100+50)).
wordnum([seven,thousand,eight,hundred,and,sixty],[],7*1000+(8*100+60)).
wordnum([seven,thousand,eight,hundred,and,seventy],[],7*1000+(8*100+70)).
wordnum([seven,thousand,eight,hundred,and,eighty],[],7*1000+(8*100+80)).
wordnum([seven,thousand,eight,hundred,and,ninety],[],7*1000+(8*100+90)).
wordnum([seven,thousand,eight,hundred,and,twenty,one],[],7*1000+(8*100+(20+1))).
wordnum([seven,thousand,eight,hundred,and,twenty,two],[],7*1000+(8*100+(20+2))).
wordnum([seven,thousand,eight,hundred,and,twenty,three],[],7*1000+(8*100+(20+3))).
wordnum([seven,thousand,eight,hundred,and,twenty,four],[],7*1000+(8*100+(20+4))).
wordnum([seven,thousand,eight,hundred,and,twenty,five],[],7*1000+(8*100+(20+5))).
wordnum([seven,thousand,eight,hundred,and,twenty,six],[],7*1000+(8*100+(20+6))).
wordnum([seven,thousand,eight,hundred,and,twenty,seven],[],7*1000+(8*100+(20+7))).
wordnum([seven,thousand,eight,hundred,and,twenty,eight],[],7*1000+(8*100+(20+8))).
wordnum([seven,thousand,eight,hundred,and,twenty,nine],[],7*1000+(8*100+(20+9))).
wordnum([seven,thousand,eight,hundred,and,thirty,one],[],7*1000+(8*100+(30+1))).
wordnum([seven,thousand,eight,hundred,and,thirty,two],[],7*1000+(8*100+(30+2))).
wordnum([seven,thousand,eight,hundred,and,thirty,three],[],7*1000+(8*100+(30+3))).
wordnum([seven,thousand,eight,hundred,and,thirty,four],[],7*1000+(8*100+(30+4))).
wordnum([seven,thousand,eight,hundred,and,thirty,five],[],7*1000+(8*100+(30+5))).
wordnum([seven,thousand,eight,hundred,and,thirty,six],[],7*1000+(8*100+(30+6))).
wordnum([seven,thousand,eight,hundred,and,thirty,seven],[],7*1000+(8*100+(30+7))).
wordnum([seven,thousand,eight,hundred,and,thirty,eight],[],7*1000+(8*100+(30+8))).
wordnum([seven,thousand,eight,hundred,and,thirty,nine],[],7*1000+(8*100+(30+9))).
wordnum([seven,thousand,eight,hundred,and,forty,one],[],7*1000+(8*100+(40+1))).
wordnum([seven,thousand,eight,hundred,and,forty,two],[],7*1000+(8*100+(40+2))).
wordnum([seven,thousand,eight,hundred,and,forty,three],[],7*1000+(8*100+(40+3))).
wordnum([seven,thousand,eight,hundred,and,forty,four],[],7*1000+(8*100+(40+4))).
wordnum([seven,thousand,eight,hundred,and,forty,five],[],7*1000+(8*100+(40+5))).
wordnum([seven,thousand,eight,hundred,and,forty,six],[],7*1000+(8*100+(40+6))).
wordnum([seven,thousand,eight,hundred,and,forty,seven],[],7*1000+(8*100+(40+7))).
wordnum([seven,thousand,eight,hundred,and,forty,eight],[],7*1000+(8*100+(40+8))).
wordnum([seven,thousand,eight,hundred,and,forty,nine],[],7*1000+(8*100+(40+9))).
wordnum([seven,thousand,eight,hundred,and,fifty,one],[],7*1000+(8*100+(50+1))).
wordnum([seven,thousand,eight,hundred,and,fifty,two],[],7*1000+(8*100+(50+2))).
wordnum([seven,thousand,eight,hundred,and,fifty,three],[],7*1000+(8*100+(50+3))).
wordnum([seven,thousand,eight,hundred,and,fifty,four],[],7*1000+(8*100+(50+4))).
wordnum([seven,thousand,eight,hundred,and,fifty,five],[],7*1000+(8*100+(50+5))).
wordnum([seven,thousand,eight,hundred,and,fifty,six],[],7*1000+(8*100+(50+6))).
wordnum([seven,thousand,eight,hundred,and,fifty,seven],[],7*1000+(8*100+(50+7))).
wordnum([seven,thousand,eight,hundred,and,fifty,eight],[],7*1000+(8*100+(50+8))).
wordnum([seven,thousand,eight,hundred,and,fifty,nine],[],7*1000+(8*100+(50+9))).
wordnum([seven,thousand,eight,hundred,and,sixty,one],[],7*1000+(8*100+(60+1))).
wordnum([seven,thousand,eight,hundred,and,sixty,two],[],7*1000+(8*100+(60+2))).
wordnum([seven,thousand,eight,hundred,and,sixty,three],[],7*1000+(8*100+(60+3))).
wordnum([seven,thousand,eight,hundred,and,sixty,four],[],7*1000+(8*100+(60+4))).
wordnum([seven,thousand,eight,hundred,and,sixty,five],[],7*1000+(8*100+(60+5))).
wordnum([seven,thousand,eight,hundred,and,sixty,six],[],7*1000+(8*100+(60+6))).
wordnum([seven,thousand,eight,hundred,and,sixty,seven],[],7*1000+(8*100+(60+7))).
wordnum([seven,thousand,eight,hundred,and,sixty,eight],[],7*1000+(8*100+(60+8))).
wordnum([seven,thousand,eight,hundred,and,sixty,nine],[],7*1000+(8*100+(60+9))).
wordnum([seven,thousand,eight,hundred,and,seventy,one],[],7*1000+(8*100+(70+1))).
wordnum([seven,thousand,eight,hundred,and,seventy,two],[],7*1000+(8*100+(70+2))).
wordnum([seven,thousand,eight,hundred,and,seventy,three],[],7*1000+(8*100+(70+3))).
wordnum([seven,thousand,eight,hundred,and,seventy,four],[],7*1000+(8*100+(70+4))).
wordnum([seven,thousand,eight,hundred,and,seventy,five],[],7*1000+(8*100+(70+5))).
wordnum([seven,thousand,eight,hundred,and,seventy,six],[],7*1000+(8*100+(70+6))).
wordnum([seven,thousand,eight,hundred,and,seventy,seven],[],7*1000+(8*100+(70+7))).
wordnum([seven,thousand,eight,hundred,and,seventy,eight],[],7*1000+(8*100+(70+8))).
wordnum([seven,thousand,eight,hundred,and,seventy,nine],[],7*1000+(8*100+(70+9))).
wordnum([seven,thousand,eight,hundred,and,eighty,one],[],7*1000+(8*100+(80+1))).
wordnum([seven,thousand,eight,hundred,and,eighty,two],[],7*1000+(8*100+(80+2))).
wordnum([seven,thousand,eight,hundred,and,eighty,three],[],7*1000+(8*100+(80+3))).
wordnum([seven,thousand,eight,hundred,and,eighty,four],[],7*1000+(8*100+(80+4))).
wordnum([seven,thousand,eight,hundred,and,eighty,five],[],7*1000+(8*100+(80+5))).
wordnum([seven,thousand,eight,hundred,and,eighty,six],[],7*1000+(8*100+(80+6))).
wordnum([seven,thousand,eight,hundred,and,eighty,seven],[],7*1000+(8*100+(80+7))).
wordnum([seven,thousand,eight,hundred,and,eighty,eight],[],7*1000+(8*100+(80+8))).
wordnum([seven,thousand,eight,hundred,and,eighty,nine],[],7*1000+(8*100+(80+9))).
wordnum([seven,thousand,eight,hundred,and,ninety,one],[],7*1000+(8*100+(90+1))).
wordnum([seven,thousand,eight,hundred,and,ninety,two],[],7*1000+(8*100+(90+2))).
wordnum([seven,thousand,eight,hundred,and,ninety,three],[],7*1000+(8*100+(90+3))).
wordnum([seven,thousand,eight,hundred,and,ninety,four],[],7*1000+(8*100+(90+4))).
wordnum([seven,thousand,eight,hundred,and,ninety,five],[],7*1000+(8*100+(90+5))).
wordnum([seven,thousand,eight,hundred,and,ninety,six],[],7*1000+(8*100+(90+6))).
wordnum([seven,thousand,eight,hundred,and,ninety,seven],[],7*1000+(8*100+(90+7))).
wordnum([seven,thousand,eight,hundred,and,ninety,eight],[],7*1000+(8*100+(90+8))).
wordnum([seven,thousand,eight,hundred,and,ninety,nine],[],7*1000+(8*100+(90+9))).
wordnum([seven,thousand,nine,hundred,and,one],[],7*1000+(9*100+1)).
wordnum([seven,thousand,nine,hundred,and,two],[],7*1000+(9*100+2)).
wordnum([seven,thousand,nine,hundred,and,three],[],7*1000+(9*100+3)).
wordnum([seven,thousand,nine,hundred,and,four],[],7*1000+(9*100+4)).
wordnum([seven,thousand,nine,hundred,and,five],[],7*1000+(9*100+5)).
wordnum([seven,thousand,nine,hundred,and,six],[],7*1000+(9*100+6)).
wordnum([seven,thousand,nine,hundred,and,seven],[],7*1000+(9*100+7)).
wordnum([seven,thousand,nine,hundred,and,eight],[],7*1000+(9*100+8)).
wordnum([seven,thousand,nine,hundred,and,nine],[],7*1000+(9*100+9)).
wordnum([seven,thousand,nine,hundred,and,ten],[],7*1000+(9*100+10)).
wordnum([seven,thousand,nine,hundred,and,eleven],[],7*1000+(9*100+11)).
wordnum([seven,thousand,nine,hundred,and,twelve],[],7*1000+(9*100+12)).
wordnum([seven,thousand,nine,hundred,and,thirteen],[],7*1000+(9*100+13)).
wordnum([seven,thousand,nine,hundred,and,fourteen],[],7*1000+(9*100+14)).
wordnum([seven,thousand,nine,hundred,and,fifteen],[],7*1000+(9*100+15)).
wordnum([seven,thousand,nine,hundred,and,sixteen],[],7*1000+(9*100+16)).
wordnum([seven,thousand,nine,hundred,and,seventeen],[],7*1000+(9*100+17)).
wordnum([seven,thousand,nine,hundred,and,eighteen],[],7*1000+(9*100+18)).
wordnum([seven,thousand,nine,hundred,and,nineteen],[],7*1000+(9*100+19)).
wordnum([seven,thousand,nine,hundred,and,twenty],[],7*1000+(9*100+20)).
wordnum([seven,thousand,nine,hundred,and,thirty],[],7*1000+(9*100+30)).
wordnum([seven,thousand,nine,hundred,and,forty],[],7*1000+(9*100+40)).
wordnum([seven,thousand,nine,hundred,and,fifty],[],7*1000+(9*100+50)).
wordnum([seven,thousand,nine,hundred,and,sixty],[],7*1000+(9*100+60)).
wordnum([seven,thousand,nine,hundred,and,seventy],[],7*1000+(9*100+70)).
wordnum([seven,thousand,nine,hundred,and,eighty],[],7*1000+(9*100+80)).
wordnum([seven,thousand,nine,hundred,and,ninety],[],7*1000+(9*100+90)).
wordnum([seven,thousand,nine,hundred,and,twenty,one],[],7*1000+(9*100+(20+1))).
wordnum([seven,thousand,nine,hundred,and,twenty,two],[],7*1000+(9*100+(20+2))).
wordnum([seven,thousand,nine,hundred,and,twenty,three],[],7*1000+(9*100+(20+3))).
wordnum([seven,thousand,nine,hundred,and,twenty,four],[],7*1000+(9*100+(20+4))).
wordnum([seven,thousand,nine,hundred,and,twenty,five],[],7*1000+(9*100+(20+5))).
wordnum([seven,thousand,nine,hundred,and,twenty,six],[],7*1000+(9*100+(20+6))).
wordnum([seven,thousand,nine,hundred,and,twenty,seven],[],7*1000+(9*100+(20+7))).
wordnum([seven,thousand,nine,hundred,and,twenty,eight],[],7*1000+(9*100+(20+8))).
wordnum([seven,thousand,nine,hundred,and,twenty,nine],[],7*1000+(9*100+(20+9))).
wordnum([seven,thousand,nine,hundred,and,thirty,one],[],7*1000+(9*100+(30+1))).
wordnum([seven,thousand,nine,hundred,and,thirty,two],[],7*1000+(9*100+(30+2))).
wordnum([seven,thousand,nine,hundred,and,thirty,three],[],7*1000+(9*100+(30+3))).
wordnum([seven,thousand,nine,hundred,and,thirty,four],[],7*1000+(9*100+(30+4))).
wordnum([seven,thousand,nine,hundred,and,thirty,five],[],7*1000+(9*100+(30+5))).
wordnum([seven,thousand,nine,hundred,and,thirty,six],[],7*1000+(9*100+(30+6))).
wordnum([seven,thousand,nine,hundred,and,thirty,seven],[],7*1000+(9*100+(30+7))).
wordnum([seven,thousand,nine,hundred,and,thirty,eight],[],7*1000+(9*100+(30+8))).
wordnum([seven,thousand,nine,hundred,and,thirty,nine],[],7*1000+(9*100+(30+9))).
wordnum([seven,thousand,nine,hundred,and,forty,one],[],7*1000+(9*100+(40+1))).
wordnum([seven,thousand,nine,hundred,and,forty,two],[],7*1000+(9*100+(40+2))).
wordnum([seven,thousand,nine,hundred,and,forty,three],[],7*1000+(9*100+(40+3))).
wordnum([seven,thousand,nine,hundred,and,forty,four],[],7*1000+(9*100+(40+4))).
wordnum([seven,thousand,nine,hundred,and,forty,five],[],7*1000+(9*100+(40+5))).
wordnum([seven,thousand,nine,hundred,and,forty,six],[],7*1000+(9*100+(40+6))).
wordnum([seven,thousand,nine,hundred,and,forty,seven],[],7*1000+(9*100+(40+7))).
wordnum([seven,thousand,nine,hundred,and,forty,eight],[],7*1000+(9*100+(40+8))).
wordnum([seven,thousand,nine,hundred,and,forty,nine],[],7*1000+(9*100+(40+9))).
wordnum([seven,thousand,nine,hundred,and,fifty,one],[],7*1000+(9*100+(50+1))).
wordnum([seven,thousand,nine,hundred,and,fifty,two],[],7*1000+(9*100+(50+2))).
wordnum([seven,thousand,nine,hundred,and,fifty,three],[],7*1000+(9*100+(50+3))).
wordnum([seven,thousand,nine,hundred,and,fifty,four],[],7*1000+(9*100+(50+4))).
wordnum([seven,thousand,nine,hundred,and,fifty,five],[],7*1000+(9*100+(50+5))).
wordnum([seven,thousand,nine,hundred,and,fifty,six],[],7*1000+(9*100+(50+6))).
wordnum([seven,thousand,nine,hundred,and,fifty,seven],[],7*1000+(9*100+(50+7))).
wordnum([seven,thousand,nine,hundred,and,fifty,eight],[],7*1000+(9*100+(50+8))).
wordnum([seven,thousand,nine,hundred,and,fifty,nine],[],7*1000+(9*100+(50+9))).
wordnum([seven,thousand,nine,hundred,and,sixty,one],[],7*1000+(9*100+(60+1))).
wordnum([seven,thousand,nine,hundred,and,sixty,two],[],7*1000+(9*100+(60+2))).
wordnum([seven,thousand,nine,hundred,and,sixty,three],[],7*1000+(9*100+(60+3))).
wordnum([seven,thousand,nine,hundred,and,sixty,four],[],7*1000+(9*100+(60+4))).
wordnum([seven,thousand,nine,hundred,and,sixty,five],[],7*1000+(9*100+(60+5))).
wordnum([seven,thousand,nine,hundred,and,sixty,six],[],7*1000+(9*100+(60+6))).
wordnum([seven,thousand,nine,hundred,and,sixty,seven],[],7*1000+(9*100+(60+7))).
wordnum([seven,thousand,nine,hundred,and,sixty,eight],[],7*1000+(9*100+(60+8))).
wordnum([seven,thousand,nine,hundred,and,sixty,nine],[],7*1000+(9*100+(60+9))).
wordnum([seven,thousand,nine,hundred,and,seventy,one],[],7*1000+(9*100+(70+1))).
wordnum([seven,thousand,nine,hundred,and,seventy,two],[],7*1000+(9*100+(70+2))).
wordnum([seven,thousand,nine,hundred,and,seventy,three],[],7*1000+(9*100+(70+3))).
wordnum([seven,thousand,nine,hundred,and,seventy,four],[],7*1000+(9*100+(70+4))).
wordnum([seven,thousand,nine,hundred,and,seventy,five],[],7*1000+(9*100+(70+5))).
wordnum([seven,thousand,nine,hundred,and,seventy,six],[],7*1000+(9*100+(70+6))).
wordnum([seven,thousand,nine,hundred,and,seventy,seven],[],7*1000+(9*100+(70+7))).
wordnum([seven,thousand,nine,hundred,and,seventy,eight],[],7*1000+(9*100+(70+8))).
wordnum([seven,thousand,nine,hundred,and,seventy,nine],[],7*1000+(9*100+(70+9))).
wordnum([seven,thousand,nine,hundred,and,eighty,one],[],7*1000+(9*100+(80+1))).
wordnum([seven,thousand,nine,hundred,and,eighty,two],[],7*1000+(9*100+(80+2))).
wordnum([seven,thousand,nine,hundred,and,eighty,three],[],7*1000+(9*100+(80+3))).
wordnum([seven,thousand,nine,hundred,and,eighty,four],[],7*1000+(9*100+(80+4))).
wordnum([seven,thousand,nine,hundred,and,eighty,five],[],7*1000+(9*100+(80+5))).
wordnum([seven,thousand,nine,hundred,and,eighty,six],[],7*1000+(9*100+(80+6))).
wordnum([seven,thousand,nine,hundred,and,eighty,seven],[],7*1000+(9*100+(80+7))).
wordnum([seven,thousand,nine,hundred,and,eighty,eight],[],7*1000+(9*100+(80+8))).
wordnum([seven,thousand,nine,hundred,and,eighty,nine],[],7*1000+(9*100+(80+9))).
wordnum([seven,thousand,nine,hundred,and,ninety,one],[],7*1000+(9*100+(90+1))).
wordnum([seven,thousand,nine,hundred,and,ninety,two],[],7*1000+(9*100+(90+2))).
wordnum([seven,thousand,nine,hundred,and,ninety,three],[],7*1000+(9*100+(90+3))).
wordnum([seven,thousand,nine,hundred,and,ninety,four],[],7*1000+(9*100+(90+4))).
wordnum([seven,thousand,nine,hundred,and,ninety,five],[],7*1000+(9*100+(90+5))).
wordnum([seven,thousand,nine,hundred,and,ninety,six],[],7*1000+(9*100+(90+6))).
wordnum([seven,thousand,nine,hundred,and,ninety,seven],[],7*1000+(9*100+(90+7))).
wordnum([seven,thousand,nine,hundred,and,ninety,eight],[],7*1000+(9*100+(90+8))).
wordnum([seven,thousand,nine,hundred,and,ninety,nine],[],7*1000+(9*100+(90+9))).
wordnum([eight,thousand,one,hundred],[],8*1000+1*100).
wordnum([eight,thousand,two,hundred],[],8*1000+2*100).
wordnum([eight,thousand,three,hundred],[],8*1000+3*100).
wordnum([eight,thousand,four,hundred],[],8*1000+4*100).
wordnum([eight,thousand,five,hundred],[],8*1000+5*100).
wordnum([eight,thousand,six,hundred],[],8*1000+6*100).
wordnum([eight,thousand,seven,hundred],[],8*1000+7*100).
wordnum([eight,thousand,eight,hundred],[],8*1000+8*100).
wordnum([eight,thousand,nine,hundred],[],8*1000+9*100).
wordnum([eight,thousand,one,hundred,and,one],[],8*1000+(1*100+1)).
wordnum([eight,thousand,one,hundred,and,two],[],8*1000+(1*100+2)).
wordnum([eight,thousand,one,hundred,and,three],[],8*1000+(1*100+3)).
wordnum([eight,thousand,one,hundred,and,four],[],8*1000+(1*100+4)).
wordnum([eight,thousand,one,hundred,and,five],[],8*1000+(1*100+5)).
wordnum([eight,thousand,one,hundred,and,six],[],8*1000+(1*100+6)).
wordnum([eight,thousand,one,hundred,and,seven],[],8*1000+(1*100+7)).
wordnum([eight,thousand,one,hundred,and,eight],[],8*1000+(1*100+8)).
wordnum([eight,thousand,one,hundred,and,nine],[],8*1000+(1*100+9)).
wordnum([eight,thousand,one,hundred,and,ten],[],8*1000+(1*100+10)).
wordnum([eight,thousand,one,hundred,and,eleven],[],8*1000+(1*100+11)).
wordnum([eight,thousand,one,hundred,and,twelve],[],8*1000+(1*100+12)).
wordnum([eight,thousand,one,hundred,and,thirteen],[],8*1000+(1*100+13)).
wordnum([eight,thousand,one,hundred,and,fourteen],[],8*1000+(1*100+14)).
wordnum([eight,thousand,one,hundred,and,fifteen],[],8*1000+(1*100+15)).
wordnum([eight,thousand,one,hundred,and,sixteen],[],8*1000+(1*100+16)).
wordnum([eight,thousand,one,hundred,and,seventeen],[],8*1000+(1*100+17)).
wordnum([eight,thousand,one,hundred,and,eighteen],[],8*1000+(1*100+18)).
wordnum([eight,thousand,one,hundred,and,nineteen],[],8*1000+(1*100+19)).
wordnum([eight,thousand,one,hundred,and,twenty],[],8*1000+(1*100+20)).
wordnum([eight,thousand,one,hundred,and,thirty],[],8*1000+(1*100+30)).
wordnum([eight,thousand,one,hundred,and,forty],[],8*1000+(1*100+40)).
wordnum([eight,thousand,one,hundred,and,fifty],[],8*1000+(1*100+50)).
wordnum([eight,thousand,one,hundred,and,sixty],[],8*1000+(1*100+60)).
wordnum([eight,thousand,one,hundred,and,seventy],[],8*1000+(1*100+70)).
wordnum([eight,thousand,one,hundred,and,eighty],[],8*1000+(1*100+80)).
wordnum([eight,thousand,one,hundred,and,ninety],[],8*1000+(1*100+90)).
wordnum([eight,thousand,one,hundred,and,twenty,one],[],8*1000+(1*100+(20+1))).
wordnum([eight,thousand,one,hundred,and,twenty,two],[],8*1000+(1*100+(20+2))).
wordnum([eight,thousand,one,hundred,and,twenty,three],[],8*1000+(1*100+(20+3))).
wordnum([eight,thousand,one,hundred,and,twenty,four],[],8*1000+(1*100+(20+4))).
wordnum([eight,thousand,one,hundred,and,twenty,five],[],8*1000+(1*100+(20+5))).
wordnum([eight,thousand,one,hundred,and,twenty,six],[],8*1000+(1*100+(20+6))).
wordnum([eight,thousand,one,hundred,and,twenty,seven],[],8*1000+(1*100+(20+7))).
wordnum([eight,thousand,one,hundred,and,twenty,eight],[],8*1000+(1*100+(20+8))).
wordnum([eight,thousand,one,hundred,and,twenty,nine],[],8*1000+(1*100+(20+9))).
wordnum([eight,thousand,one,hundred,and,thirty,one],[],8*1000+(1*100+(30+1))).
wordnum([eight,thousand,one,hundred,and,thirty,two],[],8*1000+(1*100+(30+2))).
wordnum([eight,thousand,one,hundred,and,thirty,three],[],8*1000+(1*100+(30+3))).
wordnum([eight,thousand,one,hundred,and,thirty,four],[],8*1000+(1*100+(30+4))).
wordnum([eight,thousand,one,hundred,and,thirty,five],[],8*1000+(1*100+(30+5))).
wordnum([eight,thousand,one,hundred,and,thirty,six],[],8*1000+(1*100+(30+6))).
wordnum([eight,thousand,one,hundred,and,thirty,seven],[],8*1000+(1*100+(30+7))).
wordnum([eight,thousand,one,hundred,and,thirty,eight],[],8*1000+(1*100+(30+8))).
wordnum([eight,thousand,one,hundred,and,thirty,nine],[],8*1000+(1*100+(30+9))).
wordnum([eight,thousand,one,hundred,and,forty,one],[],8*1000+(1*100+(40+1))).
wordnum([eight,thousand,one,hundred,and,forty,two],[],8*1000+(1*100+(40+2))).
wordnum([eight,thousand,one,hundred,and,forty,three],[],8*1000+(1*100+(40+3))).
wordnum([eight,thousand,one,hundred,and,forty,four],[],8*1000+(1*100+(40+4))).
wordnum([eight,thousand,one,hundred,and,forty,five],[],8*1000+(1*100+(40+5))).
wordnum([eight,thousand,one,hundred,and,forty,six],[],8*1000+(1*100+(40+6))).
wordnum([eight,thousand,one,hundred,and,forty,seven],[],8*1000+(1*100+(40+7))).
wordnum([eight,thousand,one,hundred,and,forty,eight],[],8*1000+(1*100+(40+8))).
wordnum([eight,thousand,one,hundred,and,forty,nine],[],8*1000+(1*100+(40+9))).
wordnum([eight,thousand,one,hundred,and,fifty,one],[],8*1000+(1*100+(50+1))).
wordnum([eight,thousand,one,hundred,and,fifty,two],[],8*1000+(1*100+(50+2))).
wordnum([eight,thousand,one,hundred,and,fifty,three],[],8*1000+(1*100+(50+3))).
wordnum([eight,thousand,one,hundred,and,fifty,four],[],8*1000+(1*100+(50+4))).
wordnum([eight,thousand,one,hundred,and,fifty,five],[],8*1000+(1*100+(50+5))).
wordnum([eight,thousand,one,hundred,and,fifty,six],[],8*1000+(1*100+(50+6))).
wordnum([eight,thousand,one,hundred,and,fifty,seven],[],8*1000+(1*100+(50+7))).
wordnum([eight,thousand,one,hundred,and,fifty,eight],[],8*1000+(1*100+(50+8))).
wordnum([eight,thousand,one,hundred,and,fifty,nine],[],8*1000+(1*100+(50+9))).
wordnum([eight,thousand,one,hundred,and,sixty,one],[],8*1000+(1*100+(60+1))).
wordnum([eight,thousand,one,hundred,and,sixty,two],[],8*1000+(1*100+(60+2))).
wordnum([eight,thousand,one,hundred,and,sixty,three],[],8*1000+(1*100+(60+3))).
wordnum([eight,thousand,one,hundred,and,sixty,four],[],8*1000+(1*100+(60+4))).
wordnum([eight,thousand,one,hundred,and,sixty,five],[],8*1000+(1*100+(60+5))).
wordnum([eight,thousand,one,hundred,and,sixty,six],[],8*1000+(1*100+(60+6))).
wordnum([eight,thousand,one,hundred,and,sixty,seven],[],8*1000+(1*100+(60+7))).
wordnum([eight,thousand,one,hundred,and,sixty,eight],[],8*1000+(1*100+(60+8))).
wordnum([eight,thousand,one,hundred,and,sixty,nine],[],8*1000+(1*100+(60+9))).
wordnum([eight,thousand,one,hundred,and,seventy,one],[],8*1000+(1*100+(70+1))).
wordnum([eight,thousand,one,hundred,and,seventy,two],[],8*1000+(1*100+(70+2))).
wordnum([eight,thousand,one,hundred,and,seventy,three],[],8*1000+(1*100+(70+3))).
wordnum([eight,thousand,one,hundred,and,seventy,four],[],8*1000+(1*100+(70+4))).
wordnum([eight,thousand,one,hundred,and,seventy,five],[],8*1000+(1*100+(70+5))).
wordnum([eight,thousand,one,hundred,and,seventy,six],[],8*1000+(1*100+(70+6))).
wordnum([eight,thousand,one,hundred,and,seventy,seven],[],8*1000+(1*100+(70+7))).
wordnum([eight,thousand,one,hundred,and,seventy,eight],[],8*1000+(1*100+(70+8))).
wordnum([eight,thousand,one,hundred,and,seventy,nine],[],8*1000+(1*100+(70+9))).
wordnum([eight,thousand,one,hundred,and,eighty,one],[],8*1000+(1*100+(80+1))).
wordnum([eight,thousand,one,hundred,and,eighty,two],[],8*1000+(1*100+(80+2))).
wordnum([eight,thousand,one,hundred,and,eighty,three],[],8*1000+(1*100+(80+3))).
wordnum([eight,thousand,one,hundred,and,eighty,four],[],8*1000+(1*100+(80+4))).
wordnum([eight,thousand,one,hundred,and,eighty,five],[],8*1000+(1*100+(80+5))).
wordnum([eight,thousand,one,hundred,and,eighty,six],[],8*1000+(1*100+(80+6))).
wordnum([eight,thousand,one,hundred,and,eighty,seven],[],8*1000+(1*100+(80+7))).
wordnum([eight,thousand,one,hundred,and,eighty,eight],[],8*1000+(1*100+(80+8))).
wordnum([eight,thousand,one,hundred,and,eighty,nine],[],8*1000+(1*100+(80+9))).
wordnum([eight,thousand,one,hundred,and,ninety,one],[],8*1000+(1*100+(90+1))).
wordnum([eight,thousand,one,hundred,and,ninety,two],[],8*1000+(1*100+(90+2))).
wordnum([eight,thousand,one,hundred,and,ninety,three],[],8*1000+(1*100+(90+3))).
wordnum([eight,thousand,one,hundred,and,ninety,four],[],8*1000+(1*100+(90+4))).
wordnum([eight,thousand,one,hundred,and,ninety,five],[],8*1000+(1*100+(90+5))).
wordnum([eight,thousand,one,hundred,and,ninety,six],[],8*1000+(1*100+(90+6))).
wordnum([eight,thousand,one,hundred,and,ninety,seven],[],8*1000+(1*100+(90+7))).
wordnum([eight,thousand,one,hundred,and,ninety,eight],[],8*1000+(1*100+(90+8))).
wordnum([eight,thousand,one,hundred,and,ninety,nine],[],8*1000+(1*100+(90+9))).
wordnum([eight,thousand,two,hundred,and,one],[],8*1000+(2*100+1)).
wordnum([eight,thousand,two,hundred,and,two],[],8*1000+(2*100+2)).
wordnum([eight,thousand,two,hundred,and,three],[],8*1000+(2*100+3)).
wordnum([eight,thousand,two,hundred,and,four],[],8*1000+(2*100+4)).
wordnum([eight,thousand,two,hundred,and,five],[],8*1000+(2*100+5)).
wordnum([eight,thousand,two,hundred,and,six],[],8*1000+(2*100+6)).
wordnum([eight,thousand,two,hundred,and,seven],[],8*1000+(2*100+7)).
wordnum([eight,thousand,two,hundred,and,eight],[],8*1000+(2*100+8)).
wordnum([eight,thousand,two,hundred,and,nine],[],8*1000+(2*100+9)).
wordnum([eight,thousand,two,hundred,and,ten],[],8*1000+(2*100+10)).
wordnum([eight,thousand,two,hundred,and,eleven],[],8*1000+(2*100+11)).
wordnum([eight,thousand,two,hundred,and,twelve],[],8*1000+(2*100+12)).
wordnum([eight,thousand,two,hundred,and,thirteen],[],8*1000+(2*100+13)).
wordnum([eight,thousand,two,hundred,and,fourteen],[],8*1000+(2*100+14)).
wordnum([eight,thousand,two,hundred,and,fifteen],[],8*1000+(2*100+15)).
wordnum([eight,thousand,two,hundred,and,sixteen],[],8*1000+(2*100+16)).
wordnum([eight,thousand,two,hundred,and,seventeen],[],8*1000+(2*100+17)).
wordnum([eight,thousand,two,hundred,and,eighteen],[],8*1000+(2*100+18)).
wordnum([eight,thousand,two,hundred,and,nineteen],[],8*1000+(2*100+19)).
wordnum([eight,thousand,two,hundred,and,twenty],[],8*1000+(2*100+20)).
wordnum([eight,thousand,two,hundred,and,thirty],[],8*1000+(2*100+30)).
wordnum([eight,thousand,two,hundred,and,forty],[],8*1000+(2*100+40)).
wordnum([eight,thousand,two,hundred,and,fifty],[],8*1000+(2*100+50)).
wordnum([eight,thousand,two,hundred,and,sixty],[],8*1000+(2*100+60)).
wordnum([eight,thousand,two,hundred,and,seventy],[],8*1000+(2*100+70)).
wordnum([eight,thousand,two,hundred,and,eighty],[],8*1000+(2*100+80)).
wordnum([eight,thousand,two,hundred,and,ninety],[],8*1000+(2*100+90)).
wordnum([eight,thousand,two,hundred,and,twenty,one],[],8*1000+(2*100+(20+1))).
wordnum([eight,thousand,two,hundred,and,twenty,two],[],8*1000+(2*100+(20+2))).
wordnum([eight,thousand,two,hundred,and,twenty,three],[],8*1000+(2*100+(20+3))).
wordnum([eight,thousand,two,hundred,and,twenty,four],[],8*1000+(2*100+(20+4))).
wordnum([eight,thousand,two,hundred,and,twenty,five],[],8*1000+(2*100+(20+5))).
wordnum([eight,thousand,two,hundred,and,twenty,six],[],8*1000+(2*100+(20+6))).
wordnum([eight,thousand,two,hundred,and,twenty,seven],[],8*1000+(2*100+(20+7))).
wordnum([eight,thousand,two,hundred,and,twenty,eight],[],8*1000+(2*100+(20+8))).
wordnum([eight,thousand,two,hundred,and,twenty,nine],[],8*1000+(2*100+(20+9))).
wordnum([eight,thousand,two,hundred,and,thirty,one],[],8*1000+(2*100+(30+1))).
wordnum([eight,thousand,two,hundred,and,thirty,two],[],8*1000+(2*100+(30+2))).
wordnum([eight,thousand,two,hundred,and,thirty,three],[],8*1000+(2*100+(30+3))).
wordnum([eight,thousand,two,hundred,and,thirty,four],[],8*1000+(2*100+(30+4))).
wordnum([eight,thousand,two,hundred,and,thirty,five],[],8*1000+(2*100+(30+5))).
wordnum([eight,thousand,two,hundred,and,thirty,six],[],8*1000+(2*100+(30+6))).
wordnum([eight,thousand,two,hundred,and,thirty,seven],[],8*1000+(2*100+(30+7))).
wordnum([eight,thousand,two,hundred,and,thirty,eight],[],8*1000+(2*100+(30+8))).
wordnum([eight,thousand,two,hundred,and,thirty,nine],[],8*1000+(2*100+(30+9))).
wordnum([eight,thousand,two,hundred,and,forty,one],[],8*1000+(2*100+(40+1))).
wordnum([eight,thousand,two,hundred,and,forty,two],[],8*1000+(2*100+(40+2))).
wordnum([eight,thousand,two,hundred,and,forty,three],[],8*1000+(2*100+(40+3))).
wordnum([eight,thousand,two,hundred,and,forty,four],[],8*1000+(2*100+(40+4))).
wordnum([eight,thousand,two,hundred,and,forty,five],[],8*1000+(2*100+(40+5))).
wordnum([eight,thousand,two,hundred,and,forty,six],[],8*1000+(2*100+(40+6))).
wordnum([eight,thousand,two,hundred,and,forty,seven],[],8*1000+(2*100+(40+7))).
wordnum([eight,thousand,two,hundred,and,forty,eight],[],8*1000+(2*100+(40+8))).
wordnum([eight,thousand,two,hundred,and,forty,nine],[],8*1000+(2*100+(40+9))).
wordnum([eight,thousand,two,hundred,and,fifty,one],[],8*1000+(2*100+(50+1))).
wordnum([eight,thousand,two,hundred,and,fifty,two],[],8*1000+(2*100+(50+2))).
wordnum([eight,thousand,two,hundred,and,fifty,three],[],8*1000+(2*100+(50+3))).
wordnum([eight,thousand,two,hundred,and,fifty,four],[],8*1000+(2*100+(50+4))).
wordnum([eight,thousand,two,hundred,and,fifty,five],[],8*1000+(2*100+(50+5))).
wordnum([eight,thousand,two,hundred,and,fifty,six],[],8*1000+(2*100+(50+6))).
wordnum([eight,thousand,two,hundred,and,fifty,seven],[],8*1000+(2*100+(50+7))).
wordnum([eight,thousand,two,hundred,and,fifty,eight],[],8*1000+(2*100+(50+8))).
wordnum([eight,thousand,two,hundred,and,fifty,nine],[],8*1000+(2*100+(50+9))).
wordnum([eight,thousand,two,hundred,and,sixty,one],[],8*1000+(2*100+(60+1))).
wordnum([eight,thousand,two,hundred,and,sixty,two],[],8*1000+(2*100+(60+2))).
wordnum([eight,thousand,two,hundred,and,sixty,three],[],8*1000+(2*100+(60+3))).
wordnum([eight,thousand,two,hundred,and,sixty,four],[],8*1000+(2*100+(60+4))).
wordnum([eight,thousand,two,hundred,and,sixty,five],[],8*1000+(2*100+(60+5))).
wordnum([eight,thousand,two,hundred,and,sixty,six],[],8*1000+(2*100+(60+6))).
wordnum([eight,thousand,two,hundred,and,sixty,seven],[],8*1000+(2*100+(60+7))).
wordnum([eight,thousand,two,hundred,and,sixty,eight],[],8*1000+(2*100+(60+8))).
wordnum([eight,thousand,two,hundred,and,sixty,nine],[],8*1000+(2*100+(60+9))).
wordnum([eight,thousand,two,hundred,and,seventy,one],[],8*1000+(2*100+(70+1))).
wordnum([eight,thousand,two,hundred,and,seventy,two],[],8*1000+(2*100+(70+2))).
wordnum([eight,thousand,two,hundred,and,seventy,three],[],8*1000+(2*100+(70+3))).
wordnum([eight,thousand,two,hundred,and,seventy,four],[],8*1000+(2*100+(70+4))).
wordnum([eight,thousand,two,hundred,and,seventy,five],[],8*1000+(2*100+(70+5))).
wordnum([eight,thousand,two,hundred,and,seventy,six],[],8*1000+(2*100+(70+6))).
wordnum([eight,thousand,two,hundred,and,seventy,seven],[],8*1000+(2*100+(70+7))).
wordnum([eight,thousand,two,hundred,and,seventy,eight],[],8*1000+(2*100+(70+8))).
wordnum([eight,thousand,two,hundred,and,seventy,nine],[],8*1000+(2*100+(70+9))).
wordnum([eight,thousand,two,hundred,and,eighty,one],[],8*1000+(2*100+(80+1))).
wordnum([eight,thousand,two,hundred,and,eighty,two],[],8*1000+(2*100+(80+2))).
wordnum([eight,thousand,two,hundred,and,eighty,three],[],8*1000+(2*100+(80+3))).
wordnum([eight,thousand,two,hundred,and,eighty,four],[],8*1000+(2*100+(80+4))).
wordnum([eight,thousand,two,hundred,and,eighty,five],[],8*1000+(2*100+(80+5))).
wordnum([eight,thousand,two,hundred,and,eighty,six],[],8*1000+(2*100+(80+6))).
wordnum([eight,thousand,two,hundred,and,eighty,seven],[],8*1000+(2*100+(80+7))).
wordnum([eight,thousand,two,hundred,and,eighty,eight],[],8*1000+(2*100+(80+8))).
wordnum([eight,thousand,two,hundred,and,eighty,nine],[],8*1000+(2*100+(80+9))).
wordnum([eight,thousand,two,hundred,and,ninety,one],[],8*1000+(2*100+(90+1))).
wordnum([eight,thousand,two,hundred,and,ninety,two],[],8*1000+(2*100+(90+2))).
wordnum([eight,thousand,two,hundred,and,ninety,three],[],8*1000+(2*100+(90+3))).
wordnum([eight,thousand,two,hundred,and,ninety,four],[],8*1000+(2*100+(90+4))).
wordnum([eight,thousand,two,hundred,and,ninety,five],[],8*1000+(2*100+(90+5))).
wordnum([eight,thousand,two,hundred,and,ninety,six],[],8*1000+(2*100+(90+6))).
wordnum([eight,thousand,two,hundred,and,ninety,seven],[],8*1000+(2*100+(90+7))).
wordnum([eight,thousand,two,hundred,and,ninety,eight],[],8*1000+(2*100+(90+8))).
wordnum([eight,thousand,two,hundred,and,ninety,nine],[],8*1000+(2*100+(90+9))).
wordnum([eight,thousand,three,hundred,and,one],[],8*1000+(3*100+1)).
wordnum([eight,thousand,three,hundred,and,two],[],8*1000+(3*100+2)).
wordnum([eight,thousand,three,hundred,and,three],[],8*1000+(3*100+3)).
wordnum([eight,thousand,three,hundred,and,four],[],8*1000+(3*100+4)).
wordnum([eight,thousand,three,hundred,and,five],[],8*1000+(3*100+5)).
wordnum([eight,thousand,three,hundred,and,six],[],8*1000+(3*100+6)).
wordnum([eight,thousand,three,hundred,and,seven],[],8*1000+(3*100+7)).
wordnum([eight,thousand,three,hundred,and,eight],[],8*1000+(3*100+8)).
wordnum([eight,thousand,three,hundred,and,nine],[],8*1000+(3*100+9)).
wordnum([eight,thousand,three,hundred,and,ten],[],8*1000+(3*100+10)).
wordnum([eight,thousand,three,hundred,and,eleven],[],8*1000+(3*100+11)).
wordnum([eight,thousand,three,hundred,and,twelve],[],8*1000+(3*100+12)).
wordnum([eight,thousand,three,hundred,and,thirteen],[],8*1000+(3*100+13)).
wordnum([eight,thousand,three,hundred,and,fourteen],[],8*1000+(3*100+14)).
wordnum([eight,thousand,three,hundred,and,fifteen],[],8*1000+(3*100+15)).
wordnum([eight,thousand,three,hundred,and,sixteen],[],8*1000+(3*100+16)).
wordnum([eight,thousand,three,hundred,and,seventeen],[],8*1000+(3*100+17)).
wordnum([eight,thousand,three,hundred,and,eighteen],[],8*1000+(3*100+18)).
wordnum([eight,thousand,three,hundred,and,nineteen],[],8*1000+(3*100+19)).
wordnum([eight,thousand,three,hundred,and,twenty],[],8*1000+(3*100+20)).
wordnum([eight,thousand,three,hundred,and,thirty],[],8*1000+(3*100+30)).
wordnum([eight,thousand,three,hundred,and,forty],[],8*1000+(3*100+40)).
wordnum([eight,thousand,three,hundred,and,fifty],[],8*1000+(3*100+50)).
wordnum([eight,thousand,three,hundred,and,sixty],[],8*1000+(3*100+60)).
wordnum([eight,thousand,three,hundred,and,seventy],[],8*1000+(3*100+70)).
wordnum([eight,thousand,three,hundred,and,eighty],[],8*1000+(3*100+80)).
wordnum([eight,thousand,three,hundred,and,ninety],[],8*1000+(3*100+90)).
wordnum([eight,thousand,three,hundred,and,twenty,one],[],8*1000+(3*100+(20+1))).
wordnum([eight,thousand,three,hundred,and,twenty,two],[],8*1000+(3*100+(20+2))).
wordnum([eight,thousand,three,hundred,and,twenty,three],[],8*1000+(3*100+(20+3))).
wordnum([eight,thousand,three,hundred,and,twenty,four],[],8*1000+(3*100+(20+4))).
wordnum([eight,thousand,three,hundred,and,twenty,five],[],8*1000+(3*100+(20+5))).
wordnum([eight,thousand,three,hundred,and,twenty,six],[],8*1000+(3*100+(20+6))).
wordnum([eight,thousand,three,hundred,and,twenty,seven],[],8*1000+(3*100+(20+7))).
wordnum([eight,thousand,three,hundred,and,twenty,eight],[],8*1000+(3*100+(20+8))).
wordnum([eight,thousand,three,hundred,and,twenty,nine],[],8*1000+(3*100+(20+9))).
wordnum([eight,thousand,three,hundred,and,thirty,one],[],8*1000+(3*100+(30+1))).
wordnum([eight,thousand,three,hundred,and,thirty,two],[],8*1000+(3*100+(30+2))).
wordnum([eight,thousand,three,hundred,and,thirty,three],[],8*1000+(3*100+(30+3))).
wordnum([eight,thousand,three,hundred,and,thirty,four],[],8*1000+(3*100+(30+4))).
wordnum([eight,thousand,three,hundred,and,thirty,five],[],8*1000+(3*100+(30+5))).
wordnum([eight,thousand,three,hundred,and,thirty,six],[],8*1000+(3*100+(30+6))).
wordnum([eight,thousand,three,hundred,and,thirty,seven],[],8*1000+(3*100+(30+7))).
wordnum([eight,thousand,three,hundred,and,thirty,eight],[],8*1000+(3*100+(30+8))).
wordnum([eight,thousand,three,hundred,and,thirty,nine],[],8*1000+(3*100+(30+9))).
wordnum([eight,thousand,three,hundred,and,forty,one],[],8*1000+(3*100+(40+1))).
wordnum([eight,thousand,three,hundred,and,forty,two],[],8*1000+(3*100+(40+2))).
wordnum([eight,thousand,three,hundred,and,forty,three],[],8*1000+(3*100+(40+3))).
wordnum([eight,thousand,three,hundred,and,forty,four],[],8*1000+(3*100+(40+4))).
wordnum([eight,thousand,three,hundred,and,forty,five],[],8*1000+(3*100+(40+5))).
wordnum([eight,thousand,three,hundred,and,forty,six],[],8*1000+(3*100+(40+6))).
wordnum([eight,thousand,three,hundred,and,forty,seven],[],8*1000+(3*100+(40+7))).
wordnum([eight,thousand,three,hundred,and,forty,eight],[],8*1000+(3*100+(40+8))).
wordnum([eight,thousand,three,hundred,and,forty,nine],[],8*1000+(3*100+(40+9))).
wordnum([eight,thousand,three,hundred,and,fifty,one],[],8*1000+(3*100+(50+1))).
wordnum([eight,thousand,three,hundred,and,fifty,two],[],8*1000+(3*100+(50+2))).
wordnum([eight,thousand,three,hundred,and,fifty,three],[],8*1000+(3*100+(50+3))).
wordnum([eight,thousand,three,hundred,and,fifty,four],[],8*1000+(3*100+(50+4))).
wordnum([eight,thousand,three,hundred,and,fifty,five],[],8*1000+(3*100+(50+5))).
wordnum([eight,thousand,three,hundred,and,fifty,six],[],8*1000+(3*100+(50+6))).
wordnum([eight,thousand,three,hundred,and,fifty,seven],[],8*1000+(3*100+(50+7))).
wordnum([eight,thousand,three,hundred,and,fifty,eight],[],8*1000+(3*100+(50+8))).
wordnum([eight,thousand,three,hundred,and,fifty,nine],[],8*1000+(3*100+(50+9))).
wordnum([eight,thousand,three,hundred,and,sixty,one],[],8*1000+(3*100+(60+1))).
wordnum([eight,thousand,three,hundred,and,sixty,two],[],8*1000+(3*100+(60+2))).
wordnum([eight,thousand,three,hundred,and,sixty,three],[],8*1000+(3*100+(60+3))).
wordnum([eight,thousand,three,hundred,and,sixty,four],[],8*1000+(3*100+(60+4))).
wordnum([eight,thousand,three,hundred,and,sixty,five],[],8*1000+(3*100+(60+5))).
wordnum([eight,thousand,three,hundred,and,sixty,six],[],8*1000+(3*100+(60+6))).
wordnum([eight,thousand,three,hundred,and,sixty,seven],[],8*1000+(3*100+(60+7))).
wordnum([eight,thousand,three,hundred,and,sixty,eight],[],8*1000+(3*100+(60+8))).
wordnum([eight,thousand,three,hundred,and,sixty,nine],[],8*1000+(3*100+(60+9))).
wordnum([eight,thousand,three,hundred,and,seventy,one],[],8*1000+(3*100+(70+1))).
wordnum([eight,thousand,three,hundred,and,seventy,two],[],8*1000+(3*100+(70+2))).
wordnum([eight,thousand,three,hundred,and,seventy,three],[],8*1000+(3*100+(70+3))).
wordnum([eight,thousand,three,hundred,and,seventy,four],[],8*1000+(3*100+(70+4))).
wordnum([eight,thousand,three,hundred,and,seventy,five],[],8*1000+(3*100+(70+5))).
wordnum([eight,thousand,three,hundred,and,seventy,six],[],8*1000+(3*100+(70+6))).
wordnum([eight,thousand,three,hundred,and,seventy,seven],[],8*1000+(3*100+(70+7))).
wordnum([eight,thousand,three,hundred,and,seventy,eight],[],8*1000+(3*100+(70+8))).
wordnum([eight,thousand,three,hundred,and,seventy,nine],[],8*1000+(3*100+(70+9))).
wordnum([eight,thousand,three,hundred,and,eighty,one],[],8*1000+(3*100+(80+1))).
wordnum([eight,thousand,three,hundred,and,eighty,two],[],8*1000+(3*100+(80+2))).
wordnum([eight,thousand,three,hundred,and,eighty,three],[],8*1000+(3*100+(80+3))).
wordnum([eight,thousand,three,hundred,and,eighty,four],[],8*1000+(3*100+(80+4))).
wordnum([eight,thousand,three,hundred,and,eighty,five],[],8*1000+(3*100+(80+5))).
wordnum([eight,thousand,three,hundred,and,eighty,six],[],8*1000+(3*100+(80+6))).
wordnum([eight,thousand,three,hundred,and,eighty,seven],[],8*1000+(3*100+(80+7))).
wordnum([eight,thousand,three,hundred,and,eighty,eight],[],8*1000+(3*100+(80+8))).
wordnum([eight,thousand,three,hundred,and,eighty,nine],[],8*1000+(3*100+(80+9))).
wordnum([eight,thousand,three,hundred,and,ninety,one],[],8*1000+(3*100+(90+1))).
wordnum([eight,thousand,three,hundred,and,ninety,two],[],8*1000+(3*100+(90+2))).
wordnum([eight,thousand,three,hundred,and,ninety,three],[],8*1000+(3*100+(90+3))).
wordnum([eight,thousand,three,hundred,and,ninety,four],[],8*1000+(3*100+(90+4))).
wordnum([eight,thousand,three,hundred,and,ninety,five],[],8*1000+(3*100+(90+5))).
wordnum([eight,thousand,three,hundred,and,ninety,six],[],8*1000+(3*100+(90+6))).
wordnum([eight,thousand,three,hundred,and,ninety,seven],[],8*1000+(3*100+(90+7))).
wordnum([eight,thousand,three,hundred,and,ninety,eight],[],8*1000+(3*100+(90+8))).
wordnum([eight,thousand,three,hundred,and,ninety,nine],[],8*1000+(3*100+(90+9))).
wordnum([eight,thousand,four,hundred,and,one],[],8*1000+(4*100+1)).
wordnum([eight,thousand,four,hundred,and,two],[],8*1000+(4*100+2)).
wordnum([eight,thousand,four,hundred,and,three],[],8*1000+(4*100+3)).
wordnum([eight,thousand,four,hundred,and,four],[],8*1000+(4*100+4)).
wordnum([eight,thousand,four,hundred,and,five],[],8*1000+(4*100+5)).
wordnum([eight,thousand,four,hundred,and,six],[],8*1000+(4*100+6)).
wordnum([eight,thousand,four,hundred,and,seven],[],8*1000+(4*100+7)).
wordnum([eight,thousand,four,hundred,and,eight],[],8*1000+(4*100+8)).
wordnum([eight,thousand,four,hundred,and,nine],[],8*1000+(4*100+9)).
wordnum([eight,thousand,four,hundred,and,ten],[],8*1000+(4*100+10)).
wordnum([eight,thousand,four,hundred,and,eleven],[],8*1000+(4*100+11)).
wordnum([eight,thousand,four,hundred,and,twelve],[],8*1000+(4*100+12)).
wordnum([eight,thousand,four,hundred,and,thirteen],[],8*1000+(4*100+13)).
wordnum([eight,thousand,four,hundred,and,fourteen],[],8*1000+(4*100+14)).
wordnum([eight,thousand,four,hundred,and,fifteen],[],8*1000+(4*100+15)).
wordnum([eight,thousand,four,hundred,and,sixteen],[],8*1000+(4*100+16)).
wordnum([eight,thousand,four,hundred,and,seventeen],[],8*1000+(4*100+17)).
wordnum([eight,thousand,four,hundred,and,eighteen],[],8*1000+(4*100+18)).
wordnum([eight,thousand,four,hundred,and,nineteen],[],8*1000+(4*100+19)).
wordnum([eight,thousand,four,hundred,and,twenty],[],8*1000+(4*100+20)).
wordnum([eight,thousand,four,hundred,and,thirty],[],8*1000+(4*100+30)).
wordnum([eight,thousand,four,hundred,and,forty],[],8*1000+(4*100+40)).
wordnum([eight,thousand,four,hundred,and,fifty],[],8*1000+(4*100+50)).
wordnum([eight,thousand,four,hundred,and,sixty],[],8*1000+(4*100+60)).
wordnum([eight,thousand,four,hundred,and,seventy],[],8*1000+(4*100+70)).
wordnum([eight,thousand,four,hundred,and,eighty],[],8*1000+(4*100+80)).
wordnum([eight,thousand,four,hundred,and,ninety],[],8*1000+(4*100+90)).
wordnum([eight,thousand,four,hundred,and,twenty,one],[],8*1000+(4*100+(20+1))).
wordnum([eight,thousand,four,hundred,and,twenty,two],[],8*1000+(4*100+(20+2))).
wordnum([eight,thousand,four,hundred,and,twenty,three],[],8*1000+(4*100+(20+3))).
wordnum([eight,thousand,four,hundred,and,twenty,four],[],8*1000+(4*100+(20+4))).
wordnum([eight,thousand,four,hundred,and,twenty,five],[],8*1000+(4*100+(20+5))).
wordnum([eight,thousand,four,hundred,and,twenty,six],[],8*1000+(4*100+(20+6))).
wordnum([eight,thousand,four,hundred,and,twenty,seven],[],8*1000+(4*100+(20+7))).
wordnum([eight,thousand,four,hundred,and,twenty,eight],[],8*1000+(4*100+(20+8))).
wordnum([eight,thousand,four,hundred,and,twenty,nine],[],8*1000+(4*100+(20+9))).
wordnum([eight,thousand,four,hundred,and,thirty,one],[],8*1000+(4*100+(30+1))).
wordnum([eight,thousand,four,hundred,and,thirty,two],[],8*1000+(4*100+(30+2))).
wordnum([eight,thousand,four,hundred,and,thirty,three],[],8*1000+(4*100+(30+3))).
wordnum([eight,thousand,four,hundred,and,thirty,four],[],8*1000+(4*100+(30+4))).
wordnum([eight,thousand,four,hundred,and,thirty,five],[],8*1000+(4*100+(30+5))).
wordnum([eight,thousand,four,hundred,and,thirty,six],[],8*1000+(4*100+(30+6))).
wordnum([eight,thousand,four,hundred,and,thirty,seven],[],8*1000+(4*100+(30+7))).
wordnum([eight,thousand,four,hundred,and,thirty,eight],[],8*1000+(4*100+(30+8))).
wordnum([eight,thousand,four,hundred,and,thirty,nine],[],8*1000+(4*100+(30+9))).
wordnum([eight,thousand,four,hundred,and,forty,one],[],8*1000+(4*100+(40+1))).
wordnum([eight,thousand,four,hundred,and,forty,two],[],8*1000+(4*100+(40+2))).
wordnum([eight,thousand,four,hundred,and,forty,three],[],8*1000+(4*100+(40+3))).
wordnum([eight,thousand,four,hundred,and,forty,four],[],8*1000+(4*100+(40+4))).
wordnum([eight,thousand,four,hundred,and,forty,five],[],8*1000+(4*100+(40+5))).
wordnum([eight,thousand,four,hundred,and,forty,six],[],8*1000+(4*100+(40+6))).
wordnum([eight,thousand,four,hundred,and,forty,seven],[],8*1000+(4*100+(40+7))).
wordnum([eight,thousand,four,hundred,and,forty,eight],[],8*1000+(4*100+(40+8))).
wordnum([eight,thousand,four,hundred,and,forty,nine],[],8*1000+(4*100+(40+9))).
wordnum([eight,thousand,four,hundred,and,fifty,one],[],8*1000+(4*100+(50+1))).
wordnum([eight,thousand,four,hundred,and,fifty,two],[],8*1000+(4*100+(50+2))).
wordnum([eight,thousand,four,hundred,and,fifty,three],[],8*1000+(4*100+(50+3))).
wordnum([eight,thousand,four,hundred,and,fifty,four],[],8*1000+(4*100+(50+4))).
wordnum([eight,thousand,four,hundred,and,fifty,five],[],8*1000+(4*100+(50+5))).
wordnum([eight,thousand,four,hundred,and,fifty,six],[],8*1000+(4*100+(50+6))).
wordnum([eight,thousand,four,hundred,and,fifty,seven],[],8*1000+(4*100+(50+7))).
wordnum([eight,thousand,four,hundred,and,fifty,eight],[],8*1000+(4*100+(50+8))).
wordnum([eight,thousand,four,hundred,and,fifty,nine],[],8*1000+(4*100+(50+9))).
wordnum([eight,thousand,four,hundred,and,sixty,one],[],8*1000+(4*100+(60+1))).
wordnum([eight,thousand,four,hundred,and,sixty,two],[],8*1000+(4*100+(60+2))).
wordnum([eight,thousand,four,hundred,and,sixty,three],[],8*1000+(4*100+(60+3))).
wordnum([eight,thousand,four,hundred,and,sixty,four],[],8*1000+(4*100+(60+4))).
wordnum([eight,thousand,four,hundred,and,sixty,five],[],8*1000+(4*100+(60+5))).
wordnum([eight,thousand,four,hundred,and,sixty,six],[],8*1000+(4*100+(60+6))).
wordnum([eight,thousand,four,hundred,and,sixty,seven],[],8*1000+(4*100+(60+7))).
wordnum([eight,thousand,four,hundred,and,sixty,eight],[],8*1000+(4*100+(60+8))).
wordnum([eight,thousand,four,hundred,and,sixty,nine],[],8*1000+(4*100+(60+9))).
wordnum([eight,thousand,four,hundred,and,seventy,one],[],8*1000+(4*100+(70+1))).
wordnum([eight,thousand,four,hundred,and,seventy,two],[],8*1000+(4*100+(70+2))).
wordnum([eight,thousand,four,hundred,and,seventy,three],[],8*1000+(4*100+(70+3))).
wordnum([eight,thousand,four,hundred,and,seventy,four],[],8*1000+(4*100+(70+4))).
wordnum([eight,thousand,four,hundred,and,seventy,five],[],8*1000+(4*100+(70+5))).
wordnum([eight,thousand,four,hundred,and,seventy,six],[],8*1000+(4*100+(70+6))).
wordnum([eight,thousand,four,hundred,and,seventy,seven],[],8*1000+(4*100+(70+7))).
wordnum([eight,thousand,four,hundred,and,seventy,eight],[],8*1000+(4*100+(70+8))).
wordnum([eight,thousand,four,hundred,and,seventy,nine],[],8*1000+(4*100+(70+9))).
wordnum([eight,thousand,four,hundred,and,eighty,one],[],8*1000+(4*100+(80+1))).
wordnum([eight,thousand,four,hundred,and,eighty,two],[],8*1000+(4*100+(80+2))).
wordnum([eight,thousand,four,hundred,and,eighty,three],[],8*1000+(4*100+(80+3))).
wordnum([eight,thousand,four,hundred,and,eighty,four],[],8*1000+(4*100+(80+4))).
wordnum([eight,thousand,four,hundred,and,eighty,five],[],8*1000+(4*100+(80+5))).
wordnum([eight,thousand,four,hundred,and,eighty,six],[],8*1000+(4*100+(80+6))).
wordnum([eight,thousand,four,hundred,and,eighty,seven],[],8*1000+(4*100+(80+7))).
wordnum([eight,thousand,four,hundred,and,eighty,eight],[],8*1000+(4*100+(80+8))).
wordnum([eight,thousand,four,hundred,and,eighty,nine],[],8*1000+(4*100+(80+9))).
wordnum([eight,thousand,four,hundred,and,ninety,one],[],8*1000+(4*100+(90+1))).
wordnum([eight,thousand,four,hundred,and,ninety,two],[],8*1000+(4*100+(90+2))).
wordnum([eight,thousand,four,hundred,and,ninety,three],[],8*1000+(4*100+(90+3))).
wordnum([eight,thousand,four,hundred,and,ninety,four],[],8*1000+(4*100+(90+4))).
wordnum([eight,thousand,four,hundred,and,ninety,five],[],8*1000+(4*100+(90+5))).
wordnum([eight,thousand,four,hundred,and,ninety,six],[],8*1000+(4*100+(90+6))).
wordnum([eight,thousand,four,hundred,and,ninety,seven],[],8*1000+(4*100+(90+7))).
wordnum([eight,thousand,four,hundred,and,ninety,eight],[],8*1000+(4*100+(90+8))).
wordnum([eight,thousand,four,hundred,and,ninety,nine],[],8*1000+(4*100+(90+9))).
wordnum([eight,thousand,five,hundred,and,one],[],8*1000+(5*100+1)).
wordnum([eight,thousand,five,hundred,and,two],[],8*1000+(5*100+2)).
wordnum([eight,thousand,five,hundred,and,three],[],8*1000+(5*100+3)).
wordnum([eight,thousand,five,hundred,and,four],[],8*1000+(5*100+4)).
wordnum([eight,thousand,five,hundred,and,five],[],8*1000+(5*100+5)).
wordnum([eight,thousand,five,hundred,and,six],[],8*1000+(5*100+6)).
wordnum([eight,thousand,five,hundred,and,seven],[],8*1000+(5*100+7)).
wordnum([eight,thousand,five,hundred,and,eight],[],8*1000+(5*100+8)).
wordnum([eight,thousand,five,hundred,and,nine],[],8*1000+(5*100+9)).
wordnum([eight,thousand,five,hundred,and,ten],[],8*1000+(5*100+10)).
wordnum([eight,thousand,five,hundred,and,eleven],[],8*1000+(5*100+11)).
wordnum([eight,thousand,five,hundred,and,twelve],[],8*1000+(5*100+12)).
wordnum([eight,thousand,five,hundred,and,thirteen],[],8*1000+(5*100+13)).
wordnum([eight,thousand,five,hundred,and,fourteen],[],8*1000+(5*100+14)).
wordnum([eight,thousand,five,hundred,and,fifteen],[],8*1000+(5*100+15)).
wordnum([eight,thousand,five,hundred,and,sixteen],[],8*1000+(5*100+16)).
wordnum([eight,thousand,five,hundred,and,seventeen],[],8*1000+(5*100+17)).
wordnum([eight,thousand,five,hundred,and,eighteen],[],8*1000+(5*100+18)).
wordnum([eight,thousand,five,hundred,and,nineteen],[],8*1000+(5*100+19)).
wordnum([eight,thousand,five,hundred,and,twenty],[],8*1000+(5*100+20)).
wordnum([eight,thousand,five,hundred,and,thirty],[],8*1000+(5*100+30)).
wordnum([eight,thousand,five,hundred,and,forty],[],8*1000+(5*100+40)).
wordnum([eight,thousand,five,hundred,and,fifty],[],8*1000+(5*100+50)).
wordnum([eight,thousand,five,hundred,and,sixty],[],8*1000+(5*100+60)).
wordnum([eight,thousand,five,hundred,and,seventy],[],8*1000+(5*100+70)).
wordnum([eight,thousand,five,hundred,and,eighty],[],8*1000+(5*100+80)).
wordnum([eight,thousand,five,hundred,and,ninety],[],8*1000+(5*100+90)).
wordnum([eight,thousand,five,hundred,and,twenty,one],[],8*1000+(5*100+(20+1))).
wordnum([eight,thousand,five,hundred,and,twenty,two],[],8*1000+(5*100+(20+2))).
wordnum([eight,thousand,five,hundred,and,twenty,three],[],8*1000+(5*100+(20+3))).
wordnum([eight,thousand,five,hundred,and,twenty,four],[],8*1000+(5*100+(20+4))).
wordnum([eight,thousand,five,hundred,and,twenty,five],[],8*1000+(5*100+(20+5))).
wordnum([eight,thousand,five,hundred,and,twenty,six],[],8*1000+(5*100+(20+6))).
wordnum([eight,thousand,five,hundred,and,twenty,seven],[],8*1000+(5*100+(20+7))).
wordnum([eight,thousand,five,hundred,and,twenty,eight],[],8*1000+(5*100+(20+8))).
wordnum([eight,thousand,five,hundred,and,twenty,nine],[],8*1000+(5*100+(20+9))).
wordnum([eight,thousand,five,hundred,and,thirty,one],[],8*1000+(5*100+(30+1))).
wordnum([eight,thousand,five,hundred,and,thirty,two],[],8*1000+(5*100+(30+2))).
wordnum([eight,thousand,five,hundred,and,thirty,three],[],8*1000+(5*100+(30+3))).
wordnum([eight,thousand,five,hundred,and,thirty,four],[],8*1000+(5*100+(30+4))).
wordnum([eight,thousand,five,hundred,and,thirty,five],[],8*1000+(5*100+(30+5))).
wordnum([eight,thousand,five,hundred,and,thirty,six],[],8*1000+(5*100+(30+6))).
wordnum([eight,thousand,five,hundred,and,thirty,seven],[],8*1000+(5*100+(30+7))).
wordnum([eight,thousand,five,hundred,and,thirty,eight],[],8*1000+(5*100+(30+8))).
wordnum([eight,thousand,five,hundred,and,thirty,nine],[],8*1000+(5*100+(30+9))).
wordnum([eight,thousand,five,hundred,and,forty,one],[],8*1000+(5*100+(40+1))).
wordnum([eight,thousand,five,hundred,and,forty,two],[],8*1000+(5*100+(40+2))).
wordnum([eight,thousand,five,hundred,and,forty,three],[],8*1000+(5*100+(40+3))).
wordnum([eight,thousand,five,hundred,and,forty,four],[],8*1000+(5*100+(40+4))).
wordnum([eight,thousand,five,hundred,and,forty,five],[],8*1000+(5*100+(40+5))).
wordnum([eight,thousand,five,hundred,and,forty,six],[],8*1000+(5*100+(40+6))).
wordnum([eight,thousand,five,hundred,and,forty,seven],[],8*1000+(5*100+(40+7))).
wordnum([eight,thousand,five,hundred,and,forty,eight],[],8*1000+(5*100+(40+8))).
wordnum([eight,thousand,five,hundred,and,forty,nine],[],8*1000+(5*100+(40+9))).
wordnum([eight,thousand,five,hundred,and,fifty,one],[],8*1000+(5*100+(50+1))).
wordnum([eight,thousand,five,hundred,and,fifty,two],[],8*1000+(5*100+(50+2))).
wordnum([eight,thousand,five,hundred,and,fifty,three],[],8*1000+(5*100+(50+3))).
wordnum([eight,thousand,five,hundred,and,fifty,four],[],8*1000+(5*100+(50+4))).
wordnum([eight,thousand,five,hundred,and,fifty,five],[],8*1000+(5*100+(50+5))).
wordnum([eight,thousand,five,hundred,and,fifty,six],[],8*1000+(5*100+(50+6))).
wordnum([eight,thousand,five,hundred,and,fifty,seven],[],8*1000+(5*100+(50+7))).
wordnum([eight,thousand,five,hundred,and,fifty,eight],[],8*1000+(5*100+(50+8))).
wordnum([eight,thousand,five,hundred,and,fifty,nine],[],8*1000+(5*100+(50+9))).
wordnum([eight,thousand,five,hundred,and,sixty,one],[],8*1000+(5*100+(60+1))).
wordnum([eight,thousand,five,hundred,and,sixty,two],[],8*1000+(5*100+(60+2))).
wordnum([eight,thousand,five,hundred,and,sixty,three],[],8*1000+(5*100+(60+3))).
wordnum([eight,thousand,five,hundred,and,sixty,four],[],8*1000+(5*100+(60+4))).
wordnum([eight,thousand,five,hundred,and,sixty,five],[],8*1000+(5*100+(60+5))).
wordnum([eight,thousand,five,hundred,and,sixty,six],[],8*1000+(5*100+(60+6))).
wordnum([eight,thousand,five,hundred,and,sixty,seven],[],8*1000+(5*100+(60+7))).
wordnum([eight,thousand,five,hundred,and,sixty,eight],[],8*1000+(5*100+(60+8))).
wordnum([eight,thousand,five,hundred,and,sixty,nine],[],8*1000+(5*100+(60+9))).
wordnum([eight,thousand,five,hundred,and,seventy,one],[],8*1000+(5*100+(70+1))).
wordnum([eight,thousand,five,hundred,and,seventy,two],[],8*1000+(5*100+(70+2))).
wordnum([eight,thousand,five,hundred,and,seventy,three],[],8*1000+(5*100+(70+3))).
wordnum([eight,thousand,five,hundred,and,seventy,four],[],8*1000+(5*100+(70+4))).
wordnum([eight,thousand,five,hundred,and,seventy,five],[],8*1000+(5*100+(70+5))).
wordnum([eight,thousand,five,hundred,and,seventy,six],[],8*1000+(5*100+(70+6))).
wordnum([eight,thousand,five,hundred,and,seventy,seven],[],8*1000+(5*100+(70+7))).
wordnum([eight,thousand,five,hundred,and,seventy,eight],[],8*1000+(5*100+(70+8))).
wordnum([eight,thousand,five,hundred,and,seventy,nine],[],8*1000+(5*100+(70+9))).
wordnum([eight,thousand,five,hundred,and,eighty,one],[],8*1000+(5*100+(80+1))).
wordnum([eight,thousand,five,hundred,and,eighty,two],[],8*1000+(5*100+(80+2))).
wordnum([eight,thousand,five,hundred,and,eighty,three],[],8*1000+(5*100+(80+3))).
wordnum([eight,thousand,five,hundred,and,eighty,four],[],8*1000+(5*100+(80+4))).
wordnum([eight,thousand,five,hundred,and,eighty,five],[],8*1000+(5*100+(80+5))).
wordnum([eight,thousand,five,hundred,and,eighty,six],[],8*1000+(5*100+(80+6))).
wordnum([eight,thousand,five,hundred,and,eighty,seven],[],8*1000+(5*100+(80+7))).
wordnum([eight,thousand,five,hundred,and,eighty,eight],[],8*1000+(5*100+(80+8))).
wordnum([eight,thousand,five,hundred,and,eighty,nine],[],8*1000+(5*100+(80+9))).
wordnum([eight,thousand,five,hundred,and,ninety,one],[],8*1000+(5*100+(90+1))).
wordnum([eight,thousand,five,hundred,and,ninety,two],[],8*1000+(5*100+(90+2))).
wordnum([eight,thousand,five,hundred,and,ninety,three],[],8*1000+(5*100+(90+3))).
wordnum([eight,thousand,five,hundred,and,ninety,four],[],8*1000+(5*100+(90+4))).
wordnum([eight,thousand,five,hundred,and,ninety,five],[],8*1000+(5*100+(90+5))).
wordnum([eight,thousand,five,hundred,and,ninety,six],[],8*1000+(5*100+(90+6))).
wordnum([eight,thousand,five,hundred,and,ninety,seven],[],8*1000+(5*100+(90+7))).
wordnum([eight,thousand,five,hundred,and,ninety,eight],[],8*1000+(5*100+(90+8))).
wordnum([eight,thousand,five,hundred,and,ninety,nine],[],8*1000+(5*100+(90+9))).
wordnum([eight,thousand,six,hundred,and,one],[],8*1000+(6*100+1)).
wordnum([eight,thousand,six,hundred,and,two],[],8*1000+(6*100+2)).
wordnum([eight,thousand,six,hundred,and,three],[],8*1000+(6*100+3)).
wordnum([eight,thousand,six,hundred,and,four],[],8*1000+(6*100+4)).
wordnum([eight,thousand,six,hundred,and,five],[],8*1000+(6*100+5)).
wordnum([eight,thousand,six,hundred,and,six],[],8*1000+(6*100+6)).
wordnum([eight,thousand,six,hundred,and,seven],[],8*1000+(6*100+7)).
wordnum([eight,thousand,six,hundred,and,eight],[],8*1000+(6*100+8)).
wordnum([eight,thousand,six,hundred,and,nine],[],8*1000+(6*100+9)).
wordnum([eight,thousand,six,hundred,and,ten],[],8*1000+(6*100+10)).
wordnum([eight,thousand,six,hundred,and,eleven],[],8*1000+(6*100+11)).
wordnum([eight,thousand,six,hundred,and,twelve],[],8*1000+(6*100+12)).
wordnum([eight,thousand,six,hundred,and,thirteen],[],8*1000+(6*100+13)).
wordnum([eight,thousand,six,hundred,and,fourteen],[],8*1000+(6*100+14)).
wordnum([eight,thousand,six,hundred,and,fifteen],[],8*1000+(6*100+15)).
wordnum([eight,thousand,six,hundred,and,sixteen],[],8*1000+(6*100+16)).
wordnum([eight,thousand,six,hundred,and,seventeen],[],8*1000+(6*100+17)).
wordnum([eight,thousand,six,hundred,and,eighteen],[],8*1000+(6*100+18)).
wordnum([eight,thousand,six,hundred,and,nineteen],[],8*1000+(6*100+19)).
wordnum([eight,thousand,six,hundred,and,twenty],[],8*1000+(6*100+20)).
wordnum([eight,thousand,six,hundred,and,thirty],[],8*1000+(6*100+30)).
wordnum([eight,thousand,six,hundred,and,forty],[],8*1000+(6*100+40)).
wordnum([eight,thousand,six,hundred,and,fifty],[],8*1000+(6*100+50)).
wordnum([eight,thousand,six,hundred,and,sixty],[],8*1000+(6*100+60)).
wordnum([eight,thousand,six,hundred,and,seventy],[],8*1000+(6*100+70)).
wordnum([eight,thousand,six,hundred,and,eighty],[],8*1000+(6*100+80)).
wordnum([eight,thousand,six,hundred,and,ninety],[],8*1000+(6*100+90)).
wordnum([eight,thousand,six,hundred,and,twenty,one],[],8*1000+(6*100+(20+1))).
wordnum([eight,thousand,six,hundred,and,twenty,two],[],8*1000+(6*100+(20+2))).
wordnum([eight,thousand,six,hundred,and,twenty,three],[],8*1000+(6*100+(20+3))).
wordnum([eight,thousand,six,hundred,and,twenty,four],[],8*1000+(6*100+(20+4))).
wordnum([eight,thousand,six,hundred,and,twenty,five],[],8*1000+(6*100+(20+5))).
wordnum([eight,thousand,six,hundred,and,twenty,six],[],8*1000+(6*100+(20+6))).
wordnum([eight,thousand,six,hundred,and,twenty,seven],[],8*1000+(6*100+(20+7))).
wordnum([eight,thousand,six,hundred,and,twenty,eight],[],8*1000+(6*100+(20+8))).
wordnum([eight,thousand,six,hundred,and,twenty,nine],[],8*1000+(6*100+(20+9))).
wordnum([eight,thousand,six,hundred,and,thirty,one],[],8*1000+(6*100+(30+1))).
wordnum([eight,thousand,six,hundred,and,thirty,two],[],8*1000+(6*100+(30+2))).
wordnum([eight,thousand,six,hundred,and,thirty,three],[],8*1000+(6*100+(30+3))).
wordnum([eight,thousand,six,hundred,and,thirty,four],[],8*1000+(6*100+(30+4))).
wordnum([eight,thousand,six,hundred,and,thirty,five],[],8*1000+(6*100+(30+5))).
wordnum([eight,thousand,six,hundred,and,thirty,six],[],8*1000+(6*100+(30+6))).
wordnum([eight,thousand,six,hundred,and,thirty,seven],[],8*1000+(6*100+(30+7))).
wordnum([eight,thousand,six,hundred,and,thirty,eight],[],8*1000+(6*100+(30+8))).
wordnum([eight,thousand,six,hundred,and,thirty,nine],[],8*1000+(6*100+(30+9))).
wordnum([eight,thousand,six,hundred,and,forty,one],[],8*1000+(6*100+(40+1))).
wordnum([eight,thousand,six,hundred,and,forty,two],[],8*1000+(6*100+(40+2))).
wordnum([eight,thousand,six,hundred,and,forty,three],[],8*1000+(6*100+(40+3))).
wordnum([eight,thousand,six,hundred,and,forty,four],[],8*1000+(6*100+(40+4))).
wordnum([eight,thousand,six,hundred,and,forty,five],[],8*1000+(6*100+(40+5))).
wordnum([eight,thousand,six,hundred,and,forty,six],[],8*1000+(6*100+(40+6))).
wordnum([eight,thousand,six,hundred,and,forty,seven],[],8*1000+(6*100+(40+7))).
wordnum([eight,thousand,six,hundred,and,forty,eight],[],8*1000+(6*100+(40+8))).
wordnum([eight,thousand,six,hundred,and,forty,nine],[],8*1000+(6*100+(40+9))).
wordnum([eight,thousand,six,hundred,and,fifty,one],[],8*1000+(6*100+(50+1))).
wordnum([eight,thousand,six,hundred,and,fifty,two],[],8*1000+(6*100+(50+2))).
wordnum([eight,thousand,six,hundred,and,fifty,three],[],8*1000+(6*100+(50+3))).
wordnum([eight,thousand,six,hundred,and,fifty,four],[],8*1000+(6*100+(50+4))).
wordnum([eight,thousand,six,hundred,and,fifty,five],[],8*1000+(6*100+(50+5))).
wordnum([eight,thousand,six,hundred,and,fifty,six],[],8*1000+(6*100+(50+6))).
wordnum([eight,thousand,six,hundred,and,fifty,seven],[],8*1000+(6*100+(50+7))).
wordnum([eight,thousand,six,hundred,and,fifty,eight],[],8*1000+(6*100+(50+8))).
wordnum([eight,thousand,six,hundred,and,fifty,nine],[],8*1000+(6*100+(50+9))).
wordnum([eight,thousand,six,hundred,and,sixty,one],[],8*1000+(6*100+(60+1))).
wordnum([eight,thousand,six,hundred,and,sixty,two],[],8*1000+(6*100+(60+2))).
wordnum([eight,thousand,six,hundred,and,sixty,three],[],8*1000+(6*100+(60+3))).
wordnum([eight,thousand,six,hundred,and,sixty,four],[],8*1000+(6*100+(60+4))).
wordnum([eight,thousand,six,hundred,and,sixty,five],[],8*1000+(6*100+(60+5))).
wordnum([eight,thousand,six,hundred,and,sixty,six],[],8*1000+(6*100+(60+6))).
wordnum([eight,thousand,six,hundred,and,sixty,seven],[],8*1000+(6*100+(60+7))).
wordnum([eight,thousand,six,hundred,and,sixty,eight],[],8*1000+(6*100+(60+8))).
wordnum([eight,thousand,six,hundred,and,sixty,nine],[],8*1000+(6*100+(60+9))).
wordnum([eight,thousand,six,hundred,and,seventy,one],[],8*1000+(6*100+(70+1))).
wordnum([eight,thousand,six,hundred,and,seventy,two],[],8*1000+(6*100+(70+2))).
wordnum([eight,thousand,six,hundred,and,seventy,three],[],8*1000+(6*100+(70+3))).
wordnum([eight,thousand,six,hundred,and,seventy,four],[],8*1000+(6*100+(70+4))).
wordnum([eight,thousand,six,hundred,and,seventy,five],[],8*1000+(6*100+(70+5))).
wordnum([eight,thousand,six,hundred,and,seventy,six],[],8*1000+(6*100+(70+6))).
wordnum([eight,thousand,six,hundred,and,seventy,seven],[],8*1000+(6*100+(70+7))).
wordnum([eight,thousand,six,hundred,and,seventy,eight],[],8*1000+(6*100+(70+8))).
wordnum([eight,thousand,six,hundred,and,seventy,nine],[],8*1000+(6*100+(70+9))).
wordnum([eight,thousand,six,hundred,and,eighty,one],[],8*1000+(6*100+(80+1))).
wordnum([eight,thousand,six,hundred,and,eighty,two],[],8*1000+(6*100+(80+2))).
wordnum([eight,thousand,six,hundred,and,eighty,three],[],8*1000+(6*100+(80+3))).
wordnum([eight,thousand,six,hundred,and,eighty,four],[],8*1000+(6*100+(80+4))).
wordnum([eight,thousand,six,hundred,and,eighty,five],[],8*1000+(6*100+(80+5))).
wordnum([eight,thousand,six,hundred,and,eighty,six],[],8*1000+(6*100+(80+6))).
wordnum([eight,thousand,six,hundred,and,eighty,seven],[],8*1000+(6*100+(80+7))).
wordnum([eight,thousand,six,hundred,and,eighty,eight],[],8*1000+(6*100+(80+8))).
wordnum([eight,thousand,six,hundred,and,eighty,nine],[],8*1000+(6*100+(80+9))).
wordnum([eight,thousand,six,hundred,and,ninety,one],[],8*1000+(6*100+(90+1))).
wordnum([eight,thousand,six,hundred,and,ninety,two],[],8*1000+(6*100+(90+2))).
wordnum([eight,thousand,six,hundred,and,ninety,three],[],8*1000+(6*100+(90+3))).
wordnum([eight,thousand,six,hundred,and,ninety,four],[],8*1000+(6*100+(90+4))).
wordnum([eight,thousand,six,hundred,and,ninety,five],[],8*1000+(6*100+(90+5))).
wordnum([eight,thousand,six,hundred,and,ninety,six],[],8*1000+(6*100+(90+6))).
wordnum([eight,thousand,six,hundred,and,ninety,seven],[],8*1000+(6*100+(90+7))).
wordnum([eight,thousand,six,hundred,and,ninety,eight],[],8*1000+(6*100+(90+8))).
wordnum([eight,thousand,six,hundred,and,ninety,nine],[],8*1000+(6*100+(90+9))).
wordnum([eight,thousand,seven,hundred,and,one],[],8*1000+(7*100+1)).
wordnum([eight,thousand,seven,hundred,and,two],[],8*1000+(7*100+2)).
wordnum([eight,thousand,seven,hundred,and,three],[],8*1000+(7*100+3)).
wordnum([eight,thousand,seven,hundred,and,four],[],8*1000+(7*100+4)).
wordnum([eight,thousand,seven,hundred,and,five],[],8*1000+(7*100+5)).
wordnum([eight,thousand,seven,hundred,and,six],[],8*1000+(7*100+6)).
wordnum([eight,thousand,seven,hundred,and,seven],[],8*1000+(7*100+7)).
wordnum([eight,thousand,seven,hundred,and,eight],[],8*1000+(7*100+8)).
wordnum([eight,thousand,seven,hundred,and,nine],[],8*1000+(7*100+9)).
wordnum([eight,thousand,seven,hundred,and,ten],[],8*1000+(7*100+10)).
wordnum([eight,thousand,seven,hundred,and,eleven],[],8*1000+(7*100+11)).
wordnum([eight,thousand,seven,hundred,and,twelve],[],8*1000+(7*100+12)).
wordnum([eight,thousand,seven,hundred,and,thirteen],[],8*1000+(7*100+13)).
wordnum([eight,thousand,seven,hundred,and,fourteen],[],8*1000+(7*100+14)).
wordnum([eight,thousand,seven,hundred,and,fifteen],[],8*1000+(7*100+15)).
wordnum([eight,thousand,seven,hundred,and,sixteen],[],8*1000+(7*100+16)).
wordnum([eight,thousand,seven,hundred,and,seventeen],[],8*1000+(7*100+17)).
wordnum([eight,thousand,seven,hundred,and,eighteen],[],8*1000+(7*100+18)).
wordnum([eight,thousand,seven,hundred,and,nineteen],[],8*1000+(7*100+19)).
wordnum([eight,thousand,seven,hundred,and,twenty],[],8*1000+(7*100+20)).
wordnum([eight,thousand,seven,hundred,and,thirty],[],8*1000+(7*100+30)).
wordnum([eight,thousand,seven,hundred,and,forty],[],8*1000+(7*100+40)).
wordnum([eight,thousand,seven,hundred,and,fifty],[],8*1000+(7*100+50)).
wordnum([eight,thousand,seven,hundred,and,sixty],[],8*1000+(7*100+60)).
wordnum([eight,thousand,seven,hundred,and,seventy],[],8*1000+(7*100+70)).
wordnum([eight,thousand,seven,hundred,and,eighty],[],8*1000+(7*100+80)).
wordnum([eight,thousand,seven,hundred,and,ninety],[],8*1000+(7*100+90)).
wordnum([eight,thousand,seven,hundred,and,twenty,one],[],8*1000+(7*100+(20+1))).
wordnum([eight,thousand,seven,hundred,and,twenty,two],[],8*1000+(7*100+(20+2))).
wordnum([eight,thousand,seven,hundred,and,twenty,three],[],8*1000+(7*100+(20+3))).
wordnum([eight,thousand,seven,hundred,and,twenty,four],[],8*1000+(7*100+(20+4))).
wordnum([eight,thousand,seven,hundred,and,twenty,five],[],8*1000+(7*100+(20+5))).
wordnum([eight,thousand,seven,hundred,and,twenty,six],[],8*1000+(7*100+(20+6))).
wordnum([eight,thousand,seven,hundred,and,twenty,seven],[],8*1000+(7*100+(20+7))).
wordnum([eight,thousand,seven,hundred,and,twenty,eight],[],8*1000+(7*100+(20+8))).
wordnum([eight,thousand,seven,hundred,and,twenty,nine],[],8*1000+(7*100+(20+9))).
wordnum([eight,thousand,seven,hundred,and,thirty,one],[],8*1000+(7*100+(30+1))).
wordnum([eight,thousand,seven,hundred,and,thirty,two],[],8*1000+(7*100+(30+2))).
wordnum([eight,thousand,seven,hundred,and,thirty,three],[],8*1000+(7*100+(30+3))).
wordnum([eight,thousand,seven,hundred,and,thirty,four],[],8*1000+(7*100+(30+4))).
wordnum([eight,thousand,seven,hundred,and,thirty,five],[],8*1000+(7*100+(30+5))).
wordnum([eight,thousand,seven,hundred,and,thirty,six],[],8*1000+(7*100+(30+6))).
wordnum([eight,thousand,seven,hundred,and,thirty,seven],[],8*1000+(7*100+(30+7))).
wordnum([eight,thousand,seven,hundred,and,thirty,eight],[],8*1000+(7*100+(30+8))).
wordnum([eight,thousand,seven,hundred,and,thirty,nine],[],8*1000+(7*100+(30+9))).
wordnum([eight,thousand,seven,hundred,and,forty,one],[],8*1000+(7*100+(40+1))).
wordnum([eight,thousand,seven,hundred,and,forty,two],[],8*1000+(7*100+(40+2))).
wordnum([eight,thousand,seven,hundred,and,forty,three],[],8*1000+(7*100+(40+3))).
wordnum([eight,thousand,seven,hundred,and,forty,four],[],8*1000+(7*100+(40+4))).
wordnum([eight,thousand,seven,hundred,and,forty,five],[],8*1000+(7*100+(40+5))).
wordnum([eight,thousand,seven,hundred,and,forty,six],[],8*1000+(7*100+(40+6))).
wordnum([eight,thousand,seven,hundred,and,forty,seven],[],8*1000+(7*100+(40+7))).
wordnum([eight,thousand,seven,hundred,and,forty,eight],[],8*1000+(7*100+(40+8))).
wordnum([eight,thousand,seven,hundred,and,forty,nine],[],8*1000+(7*100+(40+9))).
wordnum([eight,thousand,seven,hundred,and,fifty,one],[],8*1000+(7*100+(50+1))).
wordnum([eight,thousand,seven,hundred,and,fifty,two],[],8*1000+(7*100+(50+2))).
wordnum([eight,thousand,seven,hundred,and,fifty,three],[],8*1000+(7*100+(50+3))).
wordnum([eight,thousand,seven,hundred,and,fifty,four],[],8*1000+(7*100+(50+4))).
wordnum([eight,thousand,seven,hundred,and,fifty,five],[],8*1000+(7*100+(50+5))).
wordnum([eight,thousand,seven,hundred,and,fifty,six],[],8*1000+(7*100+(50+6))).
wordnum([eight,thousand,seven,hundred,and,fifty,seven],[],8*1000+(7*100+(50+7))).
wordnum([eight,thousand,seven,hundred,and,fifty,eight],[],8*1000+(7*100+(50+8))).
wordnum([eight,thousand,seven,hundred,and,fifty,nine],[],8*1000+(7*100+(50+9))).
wordnum([eight,thousand,seven,hundred,and,sixty,one],[],8*1000+(7*100+(60+1))).
wordnum([eight,thousand,seven,hundred,and,sixty,two],[],8*1000+(7*100+(60+2))).
wordnum([eight,thousand,seven,hundred,and,sixty,three],[],8*1000+(7*100+(60+3))).
wordnum([eight,thousand,seven,hundred,and,sixty,four],[],8*1000+(7*100+(60+4))).
wordnum([eight,thousand,seven,hundred,and,sixty,five],[],8*1000+(7*100+(60+5))).
wordnum([eight,thousand,seven,hundred,and,sixty,six],[],8*1000+(7*100+(60+6))).
wordnum([eight,thousand,seven,hundred,and,sixty,seven],[],8*1000+(7*100+(60+7))).
wordnum([eight,thousand,seven,hundred,and,sixty,eight],[],8*1000+(7*100+(60+8))).
wordnum([eight,thousand,seven,hundred,and,sixty,nine],[],8*1000+(7*100+(60+9))).
wordnum([eight,thousand,seven,hundred,and,seventy,one],[],8*1000+(7*100+(70+1))).
wordnum([eight,thousand,seven,hundred,and,seventy,two],[],8*1000+(7*100+(70+2))).
wordnum([eight,thousand,seven,hundred,and,seventy,three],[],8*1000+(7*100+(70+3))).
wordnum([eight,thousand,seven,hundred,and,seventy,four],[],8*1000+(7*100+(70+4))).
wordnum([eight,thousand,seven,hundred,and,seventy,five],[],8*1000+(7*100+(70+5))).
wordnum([eight,thousand,seven,hundred,and,seventy,six],[],8*1000+(7*100+(70+6))).
wordnum([eight,thousand,seven,hundred,and,seventy,seven],[],8*1000+(7*100+(70+7))).
wordnum([eight,thousand,seven,hundred,and,seventy,eight],[],8*1000+(7*100+(70+8))).
wordnum([eight,thousand,seven,hundred,and,seventy,nine],[],8*1000+(7*100+(70+9))).
wordnum([eight,thousand,seven,hundred,and,eighty,one],[],8*1000+(7*100+(80+1))).
wordnum([eight,thousand,seven,hundred,and,eighty,two],[],8*1000+(7*100+(80+2))).
wordnum([eight,thousand,seven,hundred,and,eighty,three],[],8*1000+(7*100+(80+3))).
wordnum([eight,thousand,seven,hundred,and,eighty,four],[],8*1000+(7*100+(80+4))).
wordnum([eight,thousand,seven,hundred,and,eighty,five],[],8*1000+(7*100+(80+5))).
wordnum([eight,thousand,seven,hundred,and,eighty,six],[],8*1000+(7*100+(80+6))).
wordnum([eight,thousand,seven,hundred,and,eighty,seven],[],8*1000+(7*100+(80+7))).
wordnum([eight,thousand,seven,hundred,and,eighty,eight],[],8*1000+(7*100+(80+8))).
wordnum([eight,thousand,seven,hundred,and,eighty,nine],[],8*1000+(7*100+(80+9))).
wordnum([eight,thousand,seven,hundred,and,ninety,one],[],8*1000+(7*100+(90+1))).
wordnum([eight,thousand,seven,hundred,and,ninety,two],[],8*1000+(7*100+(90+2))).
wordnum([eight,thousand,seven,hundred,and,ninety,three],[],8*1000+(7*100+(90+3))).
wordnum([eight,thousand,seven,hundred,and,ninety,four],[],8*1000+(7*100+(90+4))).
wordnum([eight,thousand,seven,hundred,and,ninety,five],[],8*1000+(7*100+(90+5))).
wordnum([eight,thousand,seven,hundred,and,ninety,six],[],8*1000+(7*100+(90+6))).
wordnum([eight,thousand,seven,hundred,and,ninety,seven],[],8*1000+(7*100+(90+7))).
wordnum([eight,thousand,seven,hundred,and,ninety,eight],[],8*1000+(7*100+(90+8))).
wordnum([eight,thousand,seven,hundred,and,ninety,nine],[],8*1000+(7*100+(90+9))).
wordnum([eight,thousand,eight,hundred,and,one],[],8*1000+(8*100+1)).
wordnum([eight,thousand,eight,hundred,and,two],[],8*1000+(8*100+2)).
wordnum([eight,thousand,eight,hundred,and,three],[],8*1000+(8*100+3)).
wordnum([eight,thousand,eight,hundred,and,four],[],8*1000+(8*100+4)).
wordnum([eight,thousand,eight,hundred,and,five],[],8*1000+(8*100+5)).
wordnum([eight,thousand,eight,hundred,and,six],[],8*1000+(8*100+6)).
wordnum([eight,thousand,eight,hundred,and,seven],[],8*1000+(8*100+7)).
wordnum([eight,thousand,eight,hundred,and,eight],[],8*1000+(8*100+8)).
wordnum([eight,thousand,eight,hundred,and,nine],[],8*1000+(8*100+9)).
wordnum([eight,thousand,eight,hundred,and,ten],[],8*1000+(8*100+10)).
wordnum([eight,thousand,eight,hundred,and,eleven],[],8*1000+(8*100+11)).
wordnum([eight,thousand,eight,hundred,and,twelve],[],8*1000+(8*100+12)).
wordnum([eight,thousand,eight,hundred,and,thirteen],[],8*1000+(8*100+13)).
wordnum([eight,thousand,eight,hundred,and,fourteen],[],8*1000+(8*100+14)).
wordnum([eight,thousand,eight,hundred,and,fifteen],[],8*1000+(8*100+15)).
wordnum([eight,thousand,eight,hundred,and,sixteen],[],8*1000+(8*100+16)).
wordnum([eight,thousand,eight,hundred,and,seventeen],[],8*1000+(8*100+17)).
wordnum([eight,thousand,eight,hundred,and,eighteen],[],8*1000+(8*100+18)).
wordnum([eight,thousand,eight,hundred,and,nineteen],[],8*1000+(8*100+19)).
wordnum([eight,thousand,eight,hundred,and,twenty],[],8*1000+(8*100+20)).
wordnum([eight,thousand,eight,hundred,and,thirty],[],8*1000+(8*100+30)).
wordnum([eight,thousand,eight,hundred,and,forty],[],8*1000+(8*100+40)).
wordnum([eight,thousand,eight,hundred,and,fifty],[],8*1000+(8*100+50)).
wordnum([eight,thousand,eight,hundred,and,sixty],[],8*1000+(8*100+60)).
wordnum([eight,thousand,eight,hundred,and,seventy],[],8*1000+(8*100+70)).
wordnum([eight,thousand,eight,hundred,and,eighty],[],8*1000+(8*100+80)).
wordnum([eight,thousand,eight,hundred,and,ninety],[],8*1000+(8*100+90)).
wordnum([eight,thousand,eight,hundred,and,twenty,one],[],8*1000+(8*100+(20+1))).
wordnum([eight,thousand,eight,hundred,and,twenty,two],[],8*1000+(8*100+(20+2))).
wordnum([eight,thousand,eight,hundred,and,twenty,three],[],8*1000+(8*100+(20+3))).
wordnum([eight,thousand,eight,hundred,and,twenty,four],[],8*1000+(8*100+(20+4))).
wordnum([eight,thousand,eight,hundred,and,twenty,five],[],8*1000+(8*100+(20+5))).
wordnum([eight,thousand,eight,hundred,and,twenty,six],[],8*1000+(8*100+(20+6))).
wordnum([eight,thousand,eight,hundred,and,twenty,seven],[],8*1000+(8*100+(20+7))).
wordnum([eight,thousand,eight,hundred,and,twenty,eight],[],8*1000+(8*100+(20+8))).
wordnum([eight,thousand,eight,hundred,and,twenty,nine],[],8*1000+(8*100+(20+9))).
wordnum([eight,thousand,eight,hundred,and,thirty,one],[],8*1000+(8*100+(30+1))).
wordnum([eight,thousand,eight,hundred,and,thirty,two],[],8*1000+(8*100+(30+2))).
wordnum([eight,thousand,eight,hundred,and,thirty,three],[],8*1000+(8*100+(30+3))).
wordnum([eight,thousand,eight,hundred,and,thirty,four],[],8*1000+(8*100+(30+4))).
wordnum([eight,thousand,eight,hundred,and,thirty,five],[],8*1000+(8*100+(30+5))).
wordnum([eight,thousand,eight,hundred,and,thirty,six],[],8*1000+(8*100+(30+6))).
wordnum([eight,thousand,eight,hundred,and,thirty,seven],[],8*1000+(8*100+(30+7))).
wordnum([eight,thousand,eight,hundred,and,thirty,eight],[],8*1000+(8*100+(30+8))).
wordnum([eight,thousand,eight,hundred,and,thirty,nine],[],8*1000+(8*100+(30+9))).
wordnum([eight,thousand,eight,hundred,and,forty,one],[],8*1000+(8*100+(40+1))).
wordnum([eight,thousand,eight,hundred,and,forty,two],[],8*1000+(8*100+(40+2))).
wordnum([eight,thousand,eight,hundred,and,forty,three],[],8*1000+(8*100+(40+3))).
wordnum([eight,thousand,eight,hundred,and,forty,four],[],8*1000+(8*100+(40+4))).
wordnum([eight,thousand,eight,hundred,and,forty,five],[],8*1000+(8*100+(40+5))).
wordnum([eight,thousand,eight,hundred,and,forty,six],[],8*1000+(8*100+(40+6))).
wordnum([eight,thousand,eight,hundred,and,forty,seven],[],8*1000+(8*100+(40+7))).
wordnum([eight,thousand,eight,hundred,and,forty,eight],[],8*1000+(8*100+(40+8))).
wordnum([eight,thousand,eight,hundred,and,forty,nine],[],8*1000+(8*100+(40+9))).
wordnum([eight,thousand,eight,hundred,and,fifty,one],[],8*1000+(8*100+(50+1))).
wordnum([eight,thousand,eight,hundred,and,fifty,two],[],8*1000+(8*100+(50+2))).
wordnum([eight,thousand,eight,hundred,and,fifty,three],[],8*1000+(8*100+(50+3))).
wordnum([eight,thousand,eight,hundred,and,fifty,four],[],8*1000+(8*100+(50+4))).
wordnum([eight,thousand,eight,hundred,and,fifty,five],[],8*1000+(8*100+(50+5))).
wordnum([eight,thousand,eight,hundred,and,fifty,six],[],8*1000+(8*100+(50+6))).
wordnum([eight,thousand,eight,hundred,and,fifty,seven],[],8*1000+(8*100+(50+7))).
wordnum([eight,thousand,eight,hundred,and,fifty,eight],[],8*1000+(8*100+(50+8))).
wordnum([eight,thousand,eight,hundred,and,fifty,nine],[],8*1000+(8*100+(50+9))).
wordnum([eight,thousand,eight,hundred,and,sixty,one],[],8*1000+(8*100+(60+1))).
wordnum([eight,thousand,eight,hundred,and,sixty,two],[],8*1000+(8*100+(60+2))).
wordnum([eight,thousand,eight,hundred,and,sixty,three],[],8*1000+(8*100+(60+3))).
wordnum([eight,thousand,eight,hundred,and,sixty,four],[],8*1000+(8*100+(60+4))).
wordnum([eight,thousand,eight,hundred,and,sixty,five],[],8*1000+(8*100+(60+5))).
wordnum([eight,thousand,eight,hundred,and,sixty,six],[],8*1000+(8*100+(60+6))).
wordnum([eight,thousand,eight,hundred,and,sixty,seven],[],8*1000+(8*100+(60+7))).
wordnum([eight,thousand,eight,hundred,and,sixty,eight],[],8*1000+(8*100+(60+8))).
wordnum([eight,thousand,eight,hundred,and,sixty,nine],[],8*1000+(8*100+(60+9))).
wordnum([eight,thousand,eight,hundred,and,seventy,one],[],8*1000+(8*100+(70+1))).
wordnum([eight,thousand,eight,hundred,and,seventy,two],[],8*1000+(8*100+(70+2))).
wordnum([eight,thousand,eight,hundred,and,seventy,three],[],8*1000+(8*100+(70+3))).
wordnum([eight,thousand,eight,hundred,and,seventy,four],[],8*1000+(8*100+(70+4))).
wordnum([eight,thousand,eight,hundred,and,seventy,five],[],8*1000+(8*100+(70+5))).
wordnum([eight,thousand,eight,hundred,and,seventy,six],[],8*1000+(8*100+(70+6))).
wordnum([eight,thousand,eight,hundred,and,seventy,seven],[],8*1000+(8*100+(70+7))).
wordnum([eight,thousand,eight,hundred,and,seventy,eight],[],8*1000+(8*100+(70+8))).
wordnum([eight,thousand,eight,hundred,and,seventy,nine],[],8*1000+(8*100+(70+9))).
wordnum([eight,thousand,eight,hundred,and,eighty,one],[],8*1000+(8*100+(80+1))).
wordnum([eight,thousand,eight,hundred,and,eighty,two],[],8*1000+(8*100+(80+2))).
wordnum([eight,thousand,eight,hundred,and,eighty,three],[],8*1000+(8*100+(80+3))).
wordnum([eight,thousand,eight,hundred,and,eighty,four],[],8*1000+(8*100+(80+4))).
wordnum([eight,thousand,eight,hundred,and,eighty,five],[],8*1000+(8*100+(80+5))).
wordnum([eight,thousand,eight,hundred,and,eighty,six],[],8*1000+(8*100+(80+6))).
wordnum([eight,thousand,eight,hundred,and,eighty,seven],[],8*1000+(8*100+(80+7))).
wordnum([eight,thousand,eight,hundred,and,eighty,eight],[],8*1000+(8*100+(80+8))).
wordnum([eight,thousand,eight,hundred,and,eighty,nine],[],8*1000+(8*100+(80+9))).
wordnum([eight,thousand,eight,hundred,and,ninety,one],[],8*1000+(8*100+(90+1))).
wordnum([eight,thousand,eight,hundred,and,ninety,two],[],8*1000+(8*100+(90+2))).
wordnum([eight,thousand,eight,hundred,and,ninety,three],[],8*1000+(8*100+(90+3))).
wordnum([eight,thousand,eight,hundred,and,ninety,four],[],8*1000+(8*100+(90+4))).
wordnum([eight,thousand,eight,hundred,and,ninety,five],[],8*1000+(8*100+(90+5))).
wordnum([eight,thousand,eight,hundred,and,ninety,six],[],8*1000+(8*100+(90+6))).
wordnum([eight,thousand,eight,hundred,and,ninety,seven],[],8*1000+(8*100+(90+7))).
wordnum([eight,thousand,eight,hundred,and,ninety,eight],[],8*1000+(8*100+(90+8))).
wordnum([eight,thousand,eight,hundred,and,ninety,nine],[],8*1000+(8*100+(90+9))).
wordnum([eight,thousand,nine,hundred,and,one],[],8*1000+(9*100+1)).
wordnum([eight,thousand,nine,hundred,and,two],[],8*1000+(9*100+2)).
wordnum([eight,thousand,nine,hundred,and,three],[],8*1000+(9*100+3)).
wordnum([eight,thousand,nine,hundred,and,four],[],8*1000+(9*100+4)).
wordnum([eight,thousand,nine,hundred,and,five],[],8*1000+(9*100+5)).
wordnum([eight,thousand,nine,hundred,and,six],[],8*1000+(9*100+6)).
wordnum([eight,thousand,nine,hundred,and,seven],[],8*1000+(9*100+7)).
wordnum([eight,thousand,nine,hundred,and,eight],[],8*1000+(9*100+8)).
wordnum([eight,thousand,nine,hundred,and,nine],[],8*1000+(9*100+9)).
wordnum([eight,thousand,nine,hundred,and,ten],[],8*1000+(9*100+10)).
wordnum([eight,thousand,nine,hundred,and,eleven],[],8*1000+(9*100+11)).
wordnum([eight,thousand,nine,hundred,and,twelve],[],8*1000+(9*100+12)).
wordnum([eight,thousand,nine,hundred,and,thirteen],[],8*1000+(9*100+13)).
wordnum([eight,thousand,nine,hundred,and,fourteen],[],8*1000+(9*100+14)).
wordnum([eight,thousand,nine,hundred,and,fifteen],[],8*1000+(9*100+15)).
wordnum([eight,thousand,nine,hundred,and,sixteen],[],8*1000+(9*100+16)).
wordnum([eight,thousand,nine,hundred,and,seventeen],[],8*1000+(9*100+17)).
wordnum([eight,thousand,nine,hundred,and,eighteen],[],8*1000+(9*100+18)).
wordnum([eight,thousand,nine,hundred,and,nineteen],[],8*1000+(9*100+19)).
wordnum([eight,thousand,nine,hundred,and,twenty],[],8*1000+(9*100+20)).
wordnum([eight,thousand,nine,hundred,and,thirty],[],8*1000+(9*100+30)).
wordnum([eight,thousand,nine,hundred,and,forty],[],8*1000+(9*100+40)).
wordnum([eight,thousand,nine,hundred,and,fifty],[],8*1000+(9*100+50)).
wordnum([eight,thousand,nine,hundred,and,sixty],[],8*1000+(9*100+60)).
wordnum([eight,thousand,nine,hundred,and,seventy],[],8*1000+(9*100+70)).
wordnum([eight,thousand,nine,hundred,and,eighty],[],8*1000+(9*100+80)).
wordnum([eight,thousand,nine,hundred,and,ninety],[],8*1000+(9*100+90)).
wordnum([eight,thousand,nine,hundred,and,twenty,one],[],8*1000+(9*100+(20+1))).
wordnum([eight,thousand,nine,hundred,and,twenty,two],[],8*1000+(9*100+(20+2))).
wordnum([eight,thousand,nine,hundred,and,twenty,three],[],8*1000+(9*100+(20+3))).
wordnum([eight,thousand,nine,hundred,and,twenty,four],[],8*1000+(9*100+(20+4))).
wordnum([eight,thousand,nine,hundred,and,twenty,five],[],8*1000+(9*100+(20+5))).
wordnum([eight,thousand,nine,hundred,and,twenty,six],[],8*1000+(9*100+(20+6))).
wordnum([eight,thousand,nine,hundred,and,twenty,seven],[],8*1000+(9*100+(20+7))).
wordnum([eight,thousand,nine,hundred,and,twenty,eight],[],8*1000+(9*100+(20+8))).
wordnum([eight,thousand,nine,hundred,and,twenty,nine],[],8*1000+(9*100+(20+9))).
wordnum([eight,thousand,nine,hundred,and,thirty,one],[],8*1000+(9*100+(30+1))).
wordnum([eight,thousand,nine,hundred,and,thirty,two],[],8*1000+(9*100+(30+2))).
wordnum([eight,thousand,nine,hundred,and,thirty,three],[],8*1000+(9*100+(30+3))).
wordnum([eight,thousand,nine,hundred,and,thirty,four],[],8*1000+(9*100+(30+4))).
wordnum([eight,thousand,nine,hundred,and,thirty,five],[],8*1000+(9*100+(30+5))).
wordnum([eight,thousand,nine,hundred,and,thirty,six],[],8*1000+(9*100+(30+6))).
wordnum([eight,thousand,nine,hundred,and,thirty,seven],[],8*1000+(9*100+(30+7))).
wordnum([eight,thousand,nine,hundred,and,thirty,eight],[],8*1000+(9*100+(30+8))).
wordnum([eight,thousand,nine,hundred,and,thirty,nine],[],8*1000+(9*100+(30+9))).
wordnum([eight,thousand,nine,hundred,and,forty,one],[],8*1000+(9*100+(40+1))).
wordnum([eight,thousand,nine,hundred,and,forty,two],[],8*1000+(9*100+(40+2))).
wordnum([eight,thousand,nine,hundred,and,forty,three],[],8*1000+(9*100+(40+3))).
wordnum([eight,thousand,nine,hundred,and,forty,four],[],8*1000+(9*100+(40+4))).
wordnum([eight,thousand,nine,hundred,and,forty,five],[],8*1000+(9*100+(40+5))).
wordnum([eight,thousand,nine,hundred,and,forty,six],[],8*1000+(9*100+(40+6))).
wordnum([eight,thousand,nine,hundred,and,forty,seven],[],8*1000+(9*100+(40+7))).
wordnum([eight,thousand,nine,hundred,and,forty,eight],[],8*1000+(9*100+(40+8))).
wordnum([eight,thousand,nine,hundred,and,forty,nine],[],8*1000+(9*100+(40+9))).
wordnum([eight,thousand,nine,hundred,and,fifty,one],[],8*1000+(9*100+(50+1))).
wordnum([eight,thousand,nine,hundred,and,fifty,two],[],8*1000+(9*100+(50+2))).
wordnum([eight,thousand,nine,hundred,and,fifty,three],[],8*1000+(9*100+(50+3))).
wordnum([eight,thousand,nine,hundred,and,fifty,four],[],8*1000+(9*100+(50+4))).
wordnum([eight,thousand,nine,hundred,and,fifty,five],[],8*1000+(9*100+(50+5))).
wordnum([eight,thousand,nine,hundred,and,fifty,six],[],8*1000+(9*100+(50+6))).
wordnum([eight,thousand,nine,hundred,and,fifty,seven],[],8*1000+(9*100+(50+7))).
wordnum([eight,thousand,nine,hundred,and,fifty,eight],[],8*1000+(9*100+(50+8))).
wordnum([eight,thousand,nine,hundred,and,fifty,nine],[],8*1000+(9*100+(50+9))).
wordnum([eight,thousand,nine,hundred,and,sixty,one],[],8*1000+(9*100+(60+1))).
wordnum([eight,thousand,nine,hundred,and,sixty,two],[],8*1000+(9*100+(60+2))).
wordnum([eight,thousand,nine,hundred,and,sixty,three],[],8*1000+(9*100+(60+3))).
wordnum([eight,thousand,nine,hundred,and,sixty,four],[],8*1000+(9*100+(60+4))).
wordnum([eight,thousand,nine,hundred,and,sixty,five],[],8*1000+(9*100+(60+5))).
wordnum([eight,thousand,nine,hundred,and,sixty,six],[],8*1000+(9*100+(60+6))).
wordnum([eight,thousand,nine,hundred,and,sixty,seven],[],8*1000+(9*100+(60+7))).
wordnum([eight,thousand,nine,hundred,and,sixty,eight],[],8*1000+(9*100+(60+8))).
wordnum([eight,thousand,nine,hundred,and,sixty,nine],[],8*1000+(9*100+(60+9))).
wordnum([eight,thousand,nine,hundred,and,seventy,one],[],8*1000+(9*100+(70+1))).
wordnum([eight,thousand,nine,hundred,and,seventy,two],[],8*1000+(9*100+(70+2))).
wordnum([eight,thousand,nine,hundred,and,seventy,three],[],8*1000+(9*100+(70+3))).
wordnum([eight,thousand,nine,hundred,and,seventy,four],[],8*1000+(9*100+(70+4))).
wordnum([eight,thousand,nine,hundred,and,seventy,five],[],8*1000+(9*100+(70+5))).
wordnum([eight,thousand,nine,hundred,and,seventy,six],[],8*1000+(9*100+(70+6))).
wordnum([eight,thousand,nine,hundred,and,seventy,seven],[],8*1000+(9*100+(70+7))).
wordnum([eight,thousand,nine,hundred,and,seventy,eight],[],8*1000+(9*100+(70+8))).
wordnum([eight,thousand,nine,hundred,and,seventy,nine],[],8*1000+(9*100+(70+9))).
wordnum([eight,thousand,nine,hundred,and,eighty,one],[],8*1000+(9*100+(80+1))).
wordnum([eight,thousand,nine,hundred,and,eighty,two],[],8*1000+(9*100+(80+2))).
wordnum([eight,thousand,nine,hundred,and,eighty,three],[],8*1000+(9*100+(80+3))).
wordnum([eight,thousand,nine,hundred,and,eighty,four],[],8*1000+(9*100+(80+4))).
wordnum([eight,thousand,nine,hundred,and,eighty,five],[],8*1000+(9*100+(80+5))).
wordnum([eight,thousand,nine,hundred,and,eighty,six],[],8*1000+(9*100+(80+6))).
wordnum([eight,thousand,nine,hundred,and,eighty,seven],[],8*1000+(9*100+(80+7))).
wordnum([eight,thousand,nine,hundred,and,eighty,eight],[],8*1000+(9*100+(80+8))).
wordnum([eight,thousand,nine,hundred,and,eighty,nine],[],8*1000+(9*100+(80+9))).
wordnum([eight,thousand,nine,hundred,and,ninety,one],[],8*1000+(9*100+(90+1))).
wordnum([eight,thousand,nine,hundred,and,ninety,two],[],8*1000+(9*100+(90+2))).
wordnum([eight,thousand,nine,hundred,and,ninety,three],[],8*1000+(9*100+(90+3))).
wordnum([eight,thousand,nine,hundred,and,ninety,four],[],8*1000+(9*100+(90+4))).
wordnum([eight,thousand,nine,hundred,and,ninety,five],[],8*1000+(9*100+(90+5))).
wordnum([eight,thousand,nine,hundred,and,ninety,six],[],8*1000+(9*100+(90+6))).
wordnum([eight,thousand,nine,hundred,and,ninety,seven],[],8*1000+(9*100+(90+7))).
wordnum([eight,thousand,nine,hundred,and,ninety,eight],[],8*1000+(9*100+(90+8))).
wordnum([eight,thousand,nine,hundred,and,ninety,nine],[],8*1000+(9*100+(90+9))).
wordnum([nine,thousand,one,hundred],[],9*1000+1*100).
wordnum([nine,thousand,two,hundred],[],9*1000+2*100).
wordnum([nine,thousand,three,hundred],[],9*1000+3*100).
wordnum([nine,thousand,four,hundred],[],9*1000+4*100).
wordnum([nine,thousand,five,hundred],[],9*1000+5*100).
wordnum([nine,thousand,six,hundred],[],9*1000+6*100).
wordnum([nine,thousand,seven,hundred],[],9*1000+7*100).
wordnum([nine,thousand,eight,hundred],[],9*1000+8*100).
wordnum([nine,thousand,nine,hundred],[],9*1000+9*100).
wordnum([nine,thousand,one,hundred,and,one],[],9*1000+(1*100+1)).
wordnum([nine,thousand,one,hundred,and,two],[],9*1000+(1*100+2)).
wordnum([nine,thousand,one,hundred,and,three],[],9*1000+(1*100+3)).
wordnum([nine,thousand,one,hundred,and,four],[],9*1000+(1*100+4)).
wordnum([nine,thousand,one,hundred,and,five],[],9*1000+(1*100+5)).
wordnum([nine,thousand,one,hundred,and,six],[],9*1000+(1*100+6)).
wordnum([nine,thousand,one,hundred,and,seven],[],9*1000+(1*100+7)).
wordnum([nine,thousand,one,hundred,and,eight],[],9*1000+(1*100+8)).
wordnum([nine,thousand,one,hundred,and,nine],[],9*1000+(1*100+9)).
wordnum([nine,thousand,one,hundred,and,ten],[],9*1000+(1*100+10)).
wordnum([nine,thousand,one,hundred,and,eleven],[],9*1000+(1*100+11)).
wordnum([nine,thousand,one,hundred,and,twelve],[],9*1000+(1*100+12)).
wordnum([nine,thousand,one,hundred,and,thirteen],[],9*1000+(1*100+13)).
wordnum([nine,thousand,one,hundred,and,fourteen],[],9*1000+(1*100+14)).
wordnum([nine,thousand,one,hundred,and,fifteen],[],9*1000+(1*100+15)).
wordnum([nine,thousand,one,hundred,and,sixteen],[],9*1000+(1*100+16)).
wordnum([nine,thousand,one,hundred,and,seventeen],[],9*1000+(1*100+17)).
wordnum([nine,thousand,one,hundred,and,eighteen],[],9*1000+(1*100+18)).
wordnum([nine,thousand,one,hundred,and,nineteen],[],9*1000+(1*100+19)).
wordnum([nine,thousand,one,hundred,and,twenty],[],9*1000+(1*100+20)).
wordnum([nine,thousand,one,hundred,and,thirty],[],9*1000+(1*100+30)).
wordnum([nine,thousand,one,hundred,and,forty],[],9*1000+(1*100+40)).
wordnum([nine,thousand,one,hundred,and,fifty],[],9*1000+(1*100+50)).
wordnum([nine,thousand,one,hundred,and,sixty],[],9*1000+(1*100+60)).
wordnum([nine,thousand,one,hundred,and,seventy],[],9*1000+(1*100+70)).
wordnum([nine,thousand,one,hundred,and,eighty],[],9*1000+(1*100+80)).
wordnum([nine,thousand,one,hundred,and,ninety],[],9*1000+(1*100+90)).
wordnum([nine,thousand,one,hundred,and,twenty,one],[],9*1000+(1*100+(20+1))).
wordnum([nine,thousand,one,hundred,and,twenty,two],[],9*1000+(1*100+(20+2))).
wordnum([nine,thousand,one,hundred,and,twenty,three],[],9*1000+(1*100+(20+3))).
wordnum([nine,thousand,one,hundred,and,twenty,four],[],9*1000+(1*100+(20+4))).
wordnum([nine,thousand,one,hundred,and,twenty,five],[],9*1000+(1*100+(20+5))).
wordnum([nine,thousand,one,hundred,and,twenty,six],[],9*1000+(1*100+(20+6))).
wordnum([nine,thousand,one,hundred,and,twenty,seven],[],9*1000+(1*100+(20+7))).
wordnum([nine,thousand,one,hundred,and,twenty,eight],[],9*1000+(1*100+(20+8))).
wordnum([nine,thousand,one,hundred,and,twenty,nine],[],9*1000+(1*100+(20+9))).
wordnum([nine,thousand,one,hundred,and,thirty,one],[],9*1000+(1*100+(30+1))).
wordnum([nine,thousand,one,hundred,and,thirty,two],[],9*1000+(1*100+(30+2))).
wordnum([nine,thousand,one,hundred,and,thirty,three],[],9*1000+(1*100+(30+3))).
wordnum([nine,thousand,one,hundred,and,thirty,four],[],9*1000+(1*100+(30+4))).
wordnum([nine,thousand,one,hundred,and,thirty,five],[],9*1000+(1*100+(30+5))).
wordnum([nine,thousand,one,hundred,and,thirty,six],[],9*1000+(1*100+(30+6))).
wordnum([nine,thousand,one,hundred,and,thirty,seven],[],9*1000+(1*100+(30+7))).
wordnum([nine,thousand,one,hundred,and,thirty,eight],[],9*1000+(1*100+(30+8))).
wordnum([nine,thousand,one,hundred,and,thirty,nine],[],9*1000+(1*100+(30+9))).
wordnum([nine,thousand,one,hundred,and,forty,one],[],9*1000+(1*100+(40+1))).
wordnum([nine,thousand,one,hundred,and,forty,two],[],9*1000+(1*100+(40+2))).
wordnum([nine,thousand,one,hundred,and,forty,three],[],9*1000+(1*100+(40+3))).
wordnum([nine,thousand,one,hundred,and,forty,four],[],9*1000+(1*100+(40+4))).
wordnum([nine,thousand,one,hundred,and,forty,five],[],9*1000+(1*100+(40+5))).
wordnum([nine,thousand,one,hundred,and,forty,six],[],9*1000+(1*100+(40+6))).
wordnum([nine,thousand,one,hundred,and,forty,seven],[],9*1000+(1*100+(40+7))).
wordnum([nine,thousand,one,hundred,and,forty,eight],[],9*1000+(1*100+(40+8))).
wordnum([nine,thousand,one,hundred,and,forty,nine],[],9*1000+(1*100+(40+9))).
wordnum([nine,thousand,one,hundred,and,fifty,one],[],9*1000+(1*100+(50+1))).
wordnum([nine,thousand,one,hundred,and,fifty,two],[],9*1000+(1*100+(50+2))).
wordnum([nine,thousand,one,hundred,and,fifty,three],[],9*1000+(1*100+(50+3))).
wordnum([nine,thousand,one,hundred,and,fifty,four],[],9*1000+(1*100+(50+4))).
wordnum([nine,thousand,one,hundred,and,fifty,five],[],9*1000+(1*100+(50+5))).
wordnum([nine,thousand,one,hundred,and,fifty,six],[],9*1000+(1*100+(50+6))).
wordnum([nine,thousand,one,hundred,and,fifty,seven],[],9*1000+(1*100+(50+7))).
wordnum([nine,thousand,one,hundred,and,fifty,eight],[],9*1000+(1*100+(50+8))).
wordnum([nine,thousand,one,hundred,and,fifty,nine],[],9*1000+(1*100+(50+9))).
wordnum([nine,thousand,one,hundred,and,sixty,one],[],9*1000+(1*100+(60+1))).
wordnum([nine,thousand,one,hundred,and,sixty,two],[],9*1000+(1*100+(60+2))).
wordnum([nine,thousand,one,hundred,and,sixty,three],[],9*1000+(1*100+(60+3))).
wordnum([nine,thousand,one,hundred,and,sixty,four],[],9*1000+(1*100+(60+4))).
wordnum([nine,thousand,one,hundred,and,sixty,five],[],9*1000+(1*100+(60+5))).
wordnum([nine,thousand,one,hundred,and,sixty,six],[],9*1000+(1*100+(60+6))).
wordnum([nine,thousand,one,hundred,and,sixty,seven],[],9*1000+(1*100+(60+7))).
wordnum([nine,thousand,one,hundred,and,sixty,eight],[],9*1000+(1*100+(60+8))).
wordnum([nine,thousand,one,hundred,and,sixty,nine],[],9*1000+(1*100+(60+9))).
wordnum([nine,thousand,one,hundred,and,seventy,one],[],9*1000+(1*100+(70+1))).
wordnum([nine,thousand,one,hundred,and,seventy,two],[],9*1000+(1*100+(70+2))).
wordnum([nine,thousand,one,hundred,and,seventy,three],[],9*1000+(1*100+(70+3))).
wordnum([nine,thousand,one,hundred,and,seventy,four],[],9*1000+(1*100+(70+4))).
wordnum([nine,thousand,one,hundred,and,seventy,five],[],9*1000+(1*100+(70+5))).
wordnum([nine,thousand,one,hundred,and,seventy,six],[],9*1000+(1*100+(70+6))).
wordnum([nine,thousand,one,hundred,and,seventy,seven],[],9*1000+(1*100+(70+7))).
wordnum([nine,thousand,one,hundred,and,seventy,eight],[],9*1000+(1*100+(70+8))).
wordnum([nine,thousand,one,hundred,and,seventy,nine],[],9*1000+(1*100+(70+9))).
wordnum([nine,thousand,one,hundred,and,eighty,one],[],9*1000+(1*100+(80+1))).
wordnum([nine,thousand,one,hundred,and,eighty,two],[],9*1000+(1*100+(80+2))).
wordnum([nine,thousand,one,hundred,and,eighty,three],[],9*1000+(1*100+(80+3))).
wordnum([nine,thousand,one,hundred,and,eighty,four],[],9*1000+(1*100+(80+4))).
wordnum([nine,thousand,one,hundred,and,eighty,five],[],9*1000+(1*100+(80+5))).
wordnum([nine,thousand,one,hundred,and,eighty,six],[],9*1000+(1*100+(80+6))).
wordnum([nine,thousand,one,hundred,and,eighty,seven],[],9*1000+(1*100+(80+7))).
wordnum([nine,thousand,one,hundred,and,eighty,eight],[],9*1000+(1*100+(80+8))).
wordnum([nine,thousand,one,hundred,and,eighty,nine],[],9*1000+(1*100+(80+9))).
wordnum([nine,thousand,one,hundred,and,ninety,one],[],9*1000+(1*100+(90+1))).
wordnum([nine,thousand,one,hundred,and,ninety,two],[],9*1000+(1*100+(90+2))).
wordnum([nine,thousand,one,hundred,and,ninety,three],[],9*1000+(1*100+(90+3))).
wordnum([nine,thousand,one,hundred,and,ninety,four],[],9*1000+(1*100+(90+4))).
wordnum([nine,thousand,one,hundred,and,ninety,five],[],9*1000+(1*100+(90+5))).
wordnum([nine,thousand,one,hundred,and,ninety,six],[],9*1000+(1*100+(90+6))).
wordnum([nine,thousand,one,hundred,and,ninety,seven],[],9*1000+(1*100+(90+7))).
wordnum([nine,thousand,one,hundred,and,ninety,eight],[],9*1000+(1*100+(90+8))).
wordnum([nine,thousand,one,hundred,and,ninety,nine],[],9*1000+(1*100+(90+9))).
wordnum([nine,thousand,two,hundred,and,one],[],9*1000+(2*100+1)).
wordnum([nine,thousand,two,hundred,and,two],[],9*1000+(2*100+2)).
wordnum([nine,thousand,two,hundred,and,three],[],9*1000+(2*100+3)).
wordnum([nine,thousand,two,hundred,and,four],[],9*1000+(2*100+4)).
wordnum([nine,thousand,two,hundred,and,five],[],9*1000+(2*100+5)).
wordnum([nine,thousand,two,hundred,and,six],[],9*1000+(2*100+6)).
wordnum([nine,thousand,two,hundred,and,seven],[],9*1000+(2*100+7)).
wordnum([nine,thousand,two,hundred,and,eight],[],9*1000+(2*100+8)).
wordnum([nine,thousand,two,hundred,and,nine],[],9*1000+(2*100+9)).
wordnum([nine,thousand,two,hundred,and,ten],[],9*1000+(2*100+10)).
wordnum([nine,thousand,two,hundred,and,eleven],[],9*1000+(2*100+11)).
wordnum([nine,thousand,two,hundred,and,twelve],[],9*1000+(2*100+12)).
wordnum([nine,thousand,two,hundred,and,thirteen],[],9*1000+(2*100+13)).
wordnum([nine,thousand,two,hundred,and,fourteen],[],9*1000+(2*100+14)).
wordnum([nine,thousand,two,hundred,and,fifteen],[],9*1000+(2*100+15)).
wordnum([nine,thousand,two,hundred,and,sixteen],[],9*1000+(2*100+16)).
wordnum([nine,thousand,two,hundred,and,seventeen],[],9*1000+(2*100+17)).
wordnum([nine,thousand,two,hundred,and,eighteen],[],9*1000+(2*100+18)).
wordnum([nine,thousand,two,hundred,and,nineteen],[],9*1000+(2*100+19)).
wordnum([nine,thousand,two,hundred,and,twenty],[],9*1000+(2*100+20)).
wordnum([nine,thousand,two,hundred,and,thirty],[],9*1000+(2*100+30)).
wordnum([nine,thousand,two,hundred,and,forty],[],9*1000+(2*100+40)).
wordnum([nine,thousand,two,hundred,and,fifty],[],9*1000+(2*100+50)).
wordnum([nine,thousand,two,hundred,and,sixty],[],9*1000+(2*100+60)).
wordnum([nine,thousand,two,hundred,and,seventy],[],9*1000+(2*100+70)).
wordnum([nine,thousand,two,hundred,and,eighty],[],9*1000+(2*100+80)).
wordnum([nine,thousand,two,hundred,and,ninety],[],9*1000+(2*100+90)).
wordnum([nine,thousand,two,hundred,and,twenty,one],[],9*1000+(2*100+(20+1))).
wordnum([nine,thousand,two,hundred,and,twenty,two],[],9*1000+(2*100+(20+2))).
wordnum([nine,thousand,two,hundred,and,twenty,three],[],9*1000+(2*100+(20+3))).
wordnum([nine,thousand,two,hundred,and,twenty,four],[],9*1000+(2*100+(20+4))).
wordnum([nine,thousand,two,hundred,and,twenty,five],[],9*1000+(2*100+(20+5))).
wordnum([nine,thousand,two,hundred,and,twenty,six],[],9*1000+(2*100+(20+6))).
wordnum([nine,thousand,two,hundred,and,twenty,seven],[],9*1000+(2*100+(20+7))).
wordnum([nine,thousand,two,hundred,and,twenty,eight],[],9*1000+(2*100+(20+8))).
wordnum([nine,thousand,two,hundred,and,twenty,nine],[],9*1000+(2*100+(20+9))).
wordnum([nine,thousand,two,hundred,and,thirty,one],[],9*1000+(2*100+(30+1))).
wordnum([nine,thousand,two,hundred,and,thirty,two],[],9*1000+(2*100+(30+2))).
wordnum([nine,thousand,two,hundred,and,thirty,three],[],9*1000+(2*100+(30+3))).
wordnum([nine,thousand,two,hundred,and,thirty,four],[],9*1000+(2*100+(30+4))).
wordnum([nine,thousand,two,hundred,and,thirty,five],[],9*1000+(2*100+(30+5))).
wordnum([nine,thousand,two,hundred,and,thirty,six],[],9*1000+(2*100+(30+6))).
wordnum([nine,thousand,two,hundred,and,thirty,seven],[],9*1000+(2*100+(30+7))).
wordnum([nine,thousand,two,hundred,and,thirty,eight],[],9*1000+(2*100+(30+8))).
wordnum([nine,thousand,two,hundred,and,thirty,nine],[],9*1000+(2*100+(30+9))).
wordnum([nine,thousand,two,hundred,and,forty,one],[],9*1000+(2*100+(40+1))).
wordnum([nine,thousand,two,hundred,and,forty,two],[],9*1000+(2*100+(40+2))).
wordnum([nine,thousand,two,hundred,and,forty,three],[],9*1000+(2*100+(40+3))).
wordnum([nine,thousand,two,hundred,and,forty,four],[],9*1000+(2*100+(40+4))).
wordnum([nine,thousand,two,hundred,and,forty,five],[],9*1000+(2*100+(40+5))).
wordnum([nine,thousand,two,hundred,and,forty,six],[],9*1000+(2*100+(40+6))).
wordnum([nine,thousand,two,hundred,and,forty,seven],[],9*1000+(2*100+(40+7))).
wordnum([nine,thousand,two,hundred,and,forty,eight],[],9*1000+(2*100+(40+8))).
wordnum([nine,thousand,two,hundred,and,forty,nine],[],9*1000+(2*100+(40+9))).
wordnum([nine,thousand,two,hundred,and,fifty,one],[],9*1000+(2*100+(50+1))).
wordnum([nine,thousand,two,hundred,and,fifty,two],[],9*1000+(2*100+(50+2))).
wordnum([nine,thousand,two,hundred,and,fifty,three],[],9*1000+(2*100+(50+3))).
wordnum([nine,thousand,two,hundred,and,fifty,four],[],9*1000+(2*100+(50+4))).
wordnum([nine,thousand,two,hundred,and,fifty,five],[],9*1000+(2*100+(50+5))).
wordnum([nine,thousand,two,hundred,and,fifty,six],[],9*1000+(2*100+(50+6))).
wordnum([nine,thousand,two,hundred,and,fifty,seven],[],9*1000+(2*100+(50+7))).
wordnum([nine,thousand,two,hundred,and,fifty,eight],[],9*1000+(2*100+(50+8))).
wordnum([nine,thousand,two,hundred,and,fifty,nine],[],9*1000+(2*100+(50+9))).
wordnum([nine,thousand,two,hundred,and,sixty,one],[],9*1000+(2*100+(60+1))).
wordnum([nine,thousand,two,hundred,and,sixty,two],[],9*1000+(2*100+(60+2))).
wordnum([nine,thousand,two,hundred,and,sixty,three],[],9*1000+(2*100+(60+3))).
wordnum([nine,thousand,two,hundred,and,sixty,four],[],9*1000+(2*100+(60+4))).
wordnum([nine,thousand,two,hundred,and,sixty,five],[],9*1000+(2*100+(60+5))).
wordnum([nine,thousand,two,hundred,and,sixty,six],[],9*1000+(2*100+(60+6))).
wordnum([nine,thousand,two,hundred,and,sixty,seven],[],9*1000+(2*100+(60+7))).
wordnum([nine,thousand,two,hundred,and,sixty,eight],[],9*1000+(2*100+(60+8))).
wordnum([nine,thousand,two,hundred,and,sixty,nine],[],9*1000+(2*100+(60+9))).
wordnum([nine,thousand,two,hundred,and,seventy,one],[],9*1000+(2*100+(70+1))).
wordnum([nine,thousand,two,hundred,and,seventy,two],[],9*1000+(2*100+(70+2))).
wordnum([nine,thousand,two,hundred,and,seventy,three],[],9*1000+(2*100+(70+3))).
wordnum([nine,thousand,two,hundred,and,seventy,four],[],9*1000+(2*100+(70+4))).
wordnum([nine,thousand,two,hundred,and,seventy,five],[],9*1000+(2*100+(70+5))).
wordnum([nine,thousand,two,hundred,and,seventy,six],[],9*1000+(2*100+(70+6))).
wordnum([nine,thousand,two,hundred,and,seventy,seven],[],9*1000+(2*100+(70+7))).
wordnum([nine,thousand,two,hundred,and,seventy,eight],[],9*1000+(2*100+(70+8))).
wordnum([nine,thousand,two,hundred,and,seventy,nine],[],9*1000+(2*100+(70+9))).
wordnum([nine,thousand,two,hundred,and,eighty,one],[],9*1000+(2*100+(80+1))).
wordnum([nine,thousand,two,hundred,and,eighty,two],[],9*1000+(2*100+(80+2))).
wordnum([nine,thousand,two,hundred,and,eighty,three],[],9*1000+(2*100+(80+3))).
wordnum([nine,thousand,two,hundred,and,eighty,four],[],9*1000+(2*100+(80+4))).
wordnum([nine,thousand,two,hundred,and,eighty,five],[],9*1000+(2*100+(80+5))).
wordnum([nine,thousand,two,hundred,and,eighty,six],[],9*1000+(2*100+(80+6))).
wordnum([nine,thousand,two,hundred,and,eighty,seven],[],9*1000+(2*100+(80+7))).
wordnum([nine,thousand,two,hundred,and,eighty,eight],[],9*1000+(2*100+(80+8))).
wordnum([nine,thousand,two,hundred,and,eighty,nine],[],9*1000+(2*100+(80+9))).
wordnum([nine,thousand,two,hundred,and,ninety,one],[],9*1000+(2*100+(90+1))).
wordnum([nine,thousand,two,hundred,and,ninety,two],[],9*1000+(2*100+(90+2))).
wordnum([nine,thousand,two,hundred,and,ninety,three],[],9*1000+(2*100+(90+3))).
wordnum([nine,thousand,two,hundred,and,ninety,four],[],9*1000+(2*100+(90+4))).
wordnum([nine,thousand,two,hundred,and,ninety,five],[],9*1000+(2*100+(90+5))).
wordnum([nine,thousand,two,hundred,and,ninety,six],[],9*1000+(2*100+(90+6))).
wordnum([nine,thousand,two,hundred,and,ninety,seven],[],9*1000+(2*100+(90+7))).
wordnum([nine,thousand,two,hundred,and,ninety,eight],[],9*1000+(2*100+(90+8))).
wordnum([nine,thousand,two,hundred,and,ninety,nine],[],9*1000+(2*100+(90+9))).
wordnum([nine,thousand,three,hundred,and,one],[],9*1000+(3*100+1)).
wordnum([nine,thousand,three,hundred,and,two],[],9*1000+(3*100+2)).
wordnum([nine,thousand,three,hundred,and,three],[],9*1000+(3*100+3)).
wordnum([nine,thousand,three,hundred,and,four],[],9*1000+(3*100+4)).
wordnum([nine,thousand,three,hundred,and,five],[],9*1000+(3*100+5)).
wordnum([nine,thousand,three,hundred,and,six],[],9*1000+(3*100+6)).
wordnum([nine,thousand,three,hundred,and,seven],[],9*1000+(3*100+7)).
wordnum([nine,thousand,three,hundred,and,eight],[],9*1000+(3*100+8)).
wordnum([nine,thousand,three,hundred,and,nine],[],9*1000+(3*100+9)).
wordnum([nine,thousand,three,hundred,and,ten],[],9*1000+(3*100+10)).
wordnum([nine,thousand,three,hundred,and,eleven],[],9*1000+(3*100+11)).
wordnum([nine,thousand,three,hundred,and,twelve],[],9*1000+(3*100+12)).
wordnum([nine,thousand,three,hundred,and,thirteen],[],9*1000+(3*100+13)).
wordnum([nine,thousand,three,hundred,and,fourteen],[],9*1000+(3*100+14)).
wordnum([nine,thousand,three,hundred,and,fifteen],[],9*1000+(3*100+15)).
wordnum([nine,thousand,three,hundred,and,sixteen],[],9*1000+(3*100+16)).
wordnum([nine,thousand,three,hundred,and,seventeen],[],9*1000+(3*100+17)).
wordnum([nine,thousand,three,hundred,and,eighteen],[],9*1000+(3*100+18)).
wordnum([nine,thousand,three,hundred,and,nineteen],[],9*1000+(3*100+19)).
wordnum([nine,thousand,three,hundred,and,twenty],[],9*1000+(3*100+20)).
wordnum([nine,thousand,three,hundred,and,thirty],[],9*1000+(3*100+30)).
wordnum([nine,thousand,three,hundred,and,forty],[],9*1000+(3*100+40)).
wordnum([nine,thousand,three,hundred,and,fifty],[],9*1000+(3*100+50)).
wordnum([nine,thousand,three,hundred,and,sixty],[],9*1000+(3*100+60)).
wordnum([nine,thousand,three,hundred,and,seventy],[],9*1000+(3*100+70)).
wordnum([nine,thousand,three,hundred,and,eighty],[],9*1000+(3*100+80)).
wordnum([nine,thousand,three,hundred,and,ninety],[],9*1000+(3*100+90)).
wordnum([nine,thousand,three,hundred,and,twenty,one],[],9*1000+(3*100+(20+1))).
wordnum([nine,thousand,three,hundred,and,twenty,two],[],9*1000+(3*100+(20+2))).
wordnum([nine,thousand,three,hundred,and,twenty,three],[],9*1000+(3*100+(20+3))).
wordnum([nine,thousand,three,hundred,and,twenty,four],[],9*1000+(3*100+(20+4))).
wordnum([nine,thousand,three,hundred,and,twenty,five],[],9*1000+(3*100+(20+5))).
wordnum([nine,thousand,three,hundred,and,twenty,six],[],9*1000+(3*100+(20+6))).
wordnum([nine,thousand,three,hundred,and,twenty,seven],[],9*1000+(3*100+(20+7))).
wordnum([nine,thousand,three,hundred,and,twenty,eight],[],9*1000+(3*100+(20+8))).
wordnum([nine,thousand,three,hundred,and,twenty,nine],[],9*1000+(3*100+(20+9))).
wordnum([nine,thousand,three,hundred,and,thirty,one],[],9*1000+(3*100+(30+1))).
wordnum([nine,thousand,three,hundred,and,thirty,two],[],9*1000+(3*100+(30+2))).
wordnum([nine,thousand,three,hundred,and,thirty,three],[],9*1000+(3*100+(30+3))).
wordnum([nine,thousand,three,hundred,and,thirty,four],[],9*1000+(3*100+(30+4))).
wordnum([nine,thousand,three,hundred,and,thirty,five],[],9*1000+(3*100+(30+5))).
wordnum([nine,thousand,three,hundred,and,thirty,six],[],9*1000+(3*100+(30+6))).
wordnum([nine,thousand,three,hundred,and,thirty,seven],[],9*1000+(3*100+(30+7))).
wordnum([nine,thousand,three,hundred,and,thirty,eight],[],9*1000+(3*100+(30+8))).
wordnum([nine,thousand,three,hundred,and,thirty,nine],[],9*1000+(3*100+(30+9))).
wordnum([nine,thousand,three,hundred,and,forty,one],[],9*1000+(3*100+(40+1))).
wordnum([nine,thousand,three,hundred,and,forty,two],[],9*1000+(3*100+(40+2))).
wordnum([nine,thousand,three,hundred,and,forty,three],[],9*1000+(3*100+(40+3))).
wordnum([nine,thousand,three,hundred,and,forty,four],[],9*1000+(3*100+(40+4))).
wordnum([nine,thousand,three,hundred,and,forty,five],[],9*1000+(3*100+(40+5))).
wordnum([nine,thousand,three,hundred,and,forty,six],[],9*1000+(3*100+(40+6))).
wordnum([nine,thousand,three,hundred,and,forty,seven],[],9*1000+(3*100+(40+7))).
wordnum([nine,thousand,three,hundred,and,forty,eight],[],9*1000+(3*100+(40+8))).
wordnum([nine,thousand,three,hundred,and,forty,nine],[],9*1000+(3*100+(40+9))).
wordnum([nine,thousand,three,hundred,and,fifty,one],[],9*1000+(3*100+(50+1))).
wordnum([nine,thousand,three,hundred,and,fifty,two],[],9*1000+(3*100+(50+2))).
wordnum([nine,thousand,three,hundred,and,fifty,three],[],9*1000+(3*100+(50+3))).
wordnum([nine,thousand,three,hundred,and,fifty,four],[],9*1000+(3*100+(50+4))).
wordnum([nine,thousand,three,hundred,and,fifty,five],[],9*1000+(3*100+(50+5))).
wordnum([nine,thousand,three,hundred,and,fifty,six],[],9*1000+(3*100+(50+6))).
wordnum([nine,thousand,three,hundred,and,fifty,seven],[],9*1000+(3*100+(50+7))).
wordnum([nine,thousand,three,hundred,and,fifty,eight],[],9*1000+(3*100+(50+8))).
wordnum([nine,thousand,three,hundred,and,fifty,nine],[],9*1000+(3*100+(50+9))).
wordnum([nine,thousand,three,hundred,and,sixty,one],[],9*1000+(3*100+(60+1))).
wordnum([nine,thousand,three,hundred,and,sixty,two],[],9*1000+(3*100+(60+2))).
wordnum([nine,thousand,three,hundred,and,sixty,three],[],9*1000+(3*100+(60+3))).
wordnum([nine,thousand,three,hundred,and,sixty,four],[],9*1000+(3*100+(60+4))).
wordnum([nine,thousand,three,hundred,and,sixty,five],[],9*1000+(3*100+(60+5))).
wordnum([nine,thousand,three,hundred,and,sixty,six],[],9*1000+(3*100+(60+6))).
wordnum([nine,thousand,three,hundred,and,sixty,seven],[],9*1000+(3*100+(60+7))).
wordnum([nine,thousand,three,hundred,and,sixty,eight],[],9*1000+(3*100+(60+8))).
wordnum([nine,thousand,three,hundred,and,sixty,nine],[],9*1000+(3*100+(60+9))).
wordnum([nine,thousand,three,hundred,and,seventy,one],[],9*1000+(3*100+(70+1))).
wordnum([nine,thousand,three,hundred,and,seventy,two],[],9*1000+(3*100+(70+2))).
wordnum([nine,thousand,three,hundred,and,seventy,three],[],9*1000+(3*100+(70+3))).
wordnum([nine,thousand,three,hundred,and,seventy,four],[],9*1000+(3*100+(70+4))).
wordnum([nine,thousand,three,hundred,and,seventy,five],[],9*1000+(3*100+(70+5))).
wordnum([nine,thousand,three,hundred,and,seventy,six],[],9*1000+(3*100+(70+6))).
wordnum([nine,thousand,three,hundred,and,seventy,seven],[],9*1000+(3*100+(70+7))).
wordnum([nine,thousand,three,hundred,and,seventy,eight],[],9*1000+(3*100+(70+8))).
wordnum([nine,thousand,three,hundred,and,seventy,nine],[],9*1000+(3*100+(70+9))).
wordnum([nine,thousand,three,hundred,and,eighty,one],[],9*1000+(3*100+(80+1))).
wordnum([nine,thousand,three,hundred,and,eighty,two],[],9*1000+(3*100+(80+2))).
wordnum([nine,thousand,three,hundred,and,eighty,three],[],9*1000+(3*100+(80+3))).
wordnum([nine,thousand,three,hundred,and,eighty,four],[],9*1000+(3*100+(80+4))).
wordnum([nine,thousand,three,hundred,and,eighty,five],[],9*1000+(3*100+(80+5))).
wordnum([nine,thousand,three,hundred,and,eighty,six],[],9*1000+(3*100+(80+6))).
wordnum([nine,thousand,three,hundred,and,eighty,seven],[],9*1000+(3*100+(80+7))).
wordnum([nine,thousand,three,hundred,and,eighty,eight],[],9*1000+(3*100+(80+8))).
wordnum([nine,thousand,three,hundred,and,eighty,nine],[],9*1000+(3*100+(80+9))).
wordnum([nine,thousand,three,hundred,and,ninety,one],[],9*1000+(3*100+(90+1))).
wordnum([nine,thousand,three,hundred,and,ninety,two],[],9*1000+(3*100+(90+2))).
wordnum([nine,thousand,three,hundred,and,ninety,three],[],9*1000+(3*100+(90+3))).
wordnum([nine,thousand,three,hundred,and,ninety,four],[],9*1000+(3*100+(90+4))).
wordnum([nine,thousand,three,hundred,and,ninety,five],[],9*1000+(3*100+(90+5))).
wordnum([nine,thousand,three,hundred,and,ninety,six],[],9*1000+(3*100+(90+6))).
wordnum([nine,thousand,three,hundred,and,ninety,seven],[],9*1000+(3*100+(90+7))).
wordnum([nine,thousand,three,hundred,and,ninety,eight],[],9*1000+(3*100+(90+8))).
wordnum([nine,thousand,three,hundred,and,ninety,nine],[],9*1000+(3*100+(90+9))).
wordnum([nine,thousand,four,hundred,and,one],[],9*1000+(4*100+1)).
wordnum([nine,thousand,four,hundred,and,two],[],9*1000+(4*100+2)).
wordnum([nine,thousand,four,hundred,and,three],[],9*1000+(4*100+3)).
wordnum([nine,thousand,four,hundred,and,four],[],9*1000+(4*100+4)).
wordnum([nine,thousand,four,hundred,and,five],[],9*1000+(4*100+5)).
wordnum([nine,thousand,four,hundred,and,six],[],9*1000+(4*100+6)).
wordnum([nine,thousand,four,hundred,and,seven],[],9*1000+(4*100+7)).
wordnum([nine,thousand,four,hundred,and,eight],[],9*1000+(4*100+8)).
wordnum([nine,thousand,four,hundred,and,nine],[],9*1000+(4*100+9)).
wordnum([nine,thousand,four,hundred,and,ten],[],9*1000+(4*100+10)).
wordnum([nine,thousand,four,hundred,and,eleven],[],9*1000+(4*100+11)).
wordnum([nine,thousand,four,hundred,and,twelve],[],9*1000+(4*100+12)).
wordnum([nine,thousand,four,hundred,and,thirteen],[],9*1000+(4*100+13)).
wordnum([nine,thousand,four,hundred,and,fourteen],[],9*1000+(4*100+14)).
wordnum([nine,thousand,four,hundred,and,fifteen],[],9*1000+(4*100+15)).
wordnum([nine,thousand,four,hundred,and,sixteen],[],9*1000+(4*100+16)).
wordnum([nine,thousand,four,hundred,and,seventeen],[],9*1000+(4*100+17)).
wordnum([nine,thousand,four,hundred,and,eighteen],[],9*1000+(4*100+18)).
wordnum([nine,thousand,four,hundred,and,nineteen],[],9*1000+(4*100+19)).
wordnum([nine,thousand,four,hundred,and,twenty],[],9*1000+(4*100+20)).
wordnum([nine,thousand,four,hundred,and,thirty],[],9*1000+(4*100+30)).
wordnum([nine,thousand,four,hundred,and,forty],[],9*1000+(4*100+40)).
wordnum([nine,thousand,four,hundred,and,fifty],[],9*1000+(4*100+50)).
wordnum([nine,thousand,four,hundred,and,sixty],[],9*1000+(4*100+60)).
wordnum([nine,thousand,four,hundred,and,seventy],[],9*1000+(4*100+70)).
wordnum([nine,thousand,four,hundred,and,eighty],[],9*1000+(4*100+80)).
wordnum([nine,thousand,four,hundred,and,ninety],[],9*1000+(4*100+90)).
wordnum([nine,thousand,four,hundred,and,twenty,one],[],9*1000+(4*100+(20+1))).
wordnum([nine,thousand,four,hundred,and,twenty,two],[],9*1000+(4*100+(20+2))).
wordnum([nine,thousand,four,hundred,and,twenty,three],[],9*1000+(4*100+(20+3))).
wordnum([nine,thousand,four,hundred,and,twenty,four],[],9*1000+(4*100+(20+4))).
wordnum([nine,thousand,four,hundred,and,twenty,five],[],9*1000+(4*100+(20+5))).
wordnum([nine,thousand,four,hundred,and,twenty,six],[],9*1000+(4*100+(20+6))).
wordnum([nine,thousand,four,hundred,and,twenty,seven],[],9*1000+(4*100+(20+7))).
wordnum([nine,thousand,four,hundred,and,twenty,eight],[],9*1000+(4*100+(20+8))).
wordnum([nine,thousand,four,hundred,and,twenty,nine],[],9*1000+(4*100+(20+9))).
wordnum([nine,thousand,four,hundred,and,thirty,one],[],9*1000+(4*100+(30+1))).
wordnum([nine,thousand,four,hundred,and,thirty,two],[],9*1000+(4*100+(30+2))).
wordnum([nine,thousand,four,hundred,and,thirty,three],[],9*1000+(4*100+(30+3))).
wordnum([nine,thousand,four,hundred,and,thirty,four],[],9*1000+(4*100+(30+4))).
wordnum([nine,thousand,four,hundred,and,thirty,five],[],9*1000+(4*100+(30+5))).
wordnum([nine,thousand,four,hundred,and,thirty,six],[],9*1000+(4*100+(30+6))).
wordnum([nine,thousand,four,hundred,and,thirty,seven],[],9*1000+(4*100+(30+7))).
wordnum([nine,thousand,four,hundred,and,thirty,eight],[],9*1000+(4*100+(30+8))).
wordnum([nine,thousand,four,hundred,and,thirty,nine],[],9*1000+(4*100+(30+9))).
wordnum([nine,thousand,four,hundred,and,forty,one],[],9*1000+(4*100+(40+1))).
wordnum([nine,thousand,four,hundred,and,forty,two],[],9*1000+(4*100+(40+2))).
wordnum([nine,thousand,four,hundred,and,forty,three],[],9*1000+(4*100+(40+3))).
wordnum([nine,thousand,four,hundred,and,forty,four],[],9*1000+(4*100+(40+4))).
wordnum([nine,thousand,four,hundred,and,forty,five],[],9*1000+(4*100+(40+5))).
wordnum([nine,thousand,four,hundred,and,forty,six],[],9*1000+(4*100+(40+6))).
wordnum([nine,thousand,four,hundred,and,forty,seven],[],9*1000+(4*100+(40+7))).
wordnum([nine,thousand,four,hundred,and,forty,eight],[],9*1000+(4*100+(40+8))).
wordnum([nine,thousand,four,hundred,and,forty,nine],[],9*1000+(4*100+(40+9))).
wordnum([nine,thousand,four,hundred,and,fifty,one],[],9*1000+(4*100+(50+1))).
wordnum([nine,thousand,four,hundred,and,fifty,two],[],9*1000+(4*100+(50+2))).
wordnum([nine,thousand,four,hundred,and,fifty,three],[],9*1000+(4*100+(50+3))).
wordnum([nine,thousand,four,hundred,and,fifty,four],[],9*1000+(4*100+(50+4))).
wordnum([nine,thousand,four,hundred,and,fifty,five],[],9*1000+(4*100+(50+5))).
wordnum([nine,thousand,four,hundred,and,fifty,six],[],9*1000+(4*100+(50+6))).
wordnum([nine,thousand,four,hundred,and,fifty,seven],[],9*1000+(4*100+(50+7))).
wordnum([nine,thousand,four,hundred,and,fifty,eight],[],9*1000+(4*100+(50+8))).
wordnum([nine,thousand,four,hundred,and,fifty,nine],[],9*1000+(4*100+(50+9))).
wordnum([nine,thousand,four,hundred,and,sixty,one],[],9*1000+(4*100+(60+1))).
wordnum([nine,thousand,four,hundred,and,sixty,two],[],9*1000+(4*100+(60+2))).
wordnum([nine,thousand,four,hundred,and,sixty,three],[],9*1000+(4*100+(60+3))).
wordnum([nine,thousand,four,hundred,and,sixty,four],[],9*1000+(4*100+(60+4))).
wordnum([nine,thousand,four,hundred,and,sixty,five],[],9*1000+(4*100+(60+5))).
wordnum([nine,thousand,four,hundred,and,sixty,six],[],9*1000+(4*100+(60+6))).
wordnum([nine,thousand,four,hundred,and,sixty,seven],[],9*1000+(4*100+(60+7))).
wordnum([nine,thousand,four,hundred,and,sixty,eight],[],9*1000+(4*100+(60+8))).
wordnum([nine,thousand,four,hundred,and,sixty,nine],[],9*1000+(4*100+(60+9))).
wordnum([nine,thousand,four,hundred,and,seventy,one],[],9*1000+(4*100+(70+1))).
wordnum([nine,thousand,four,hundred,and,seventy,two],[],9*1000+(4*100+(70+2))).
wordnum([nine,thousand,four,hundred,and,seventy,three],[],9*1000+(4*100+(70+3))).
wordnum([nine,thousand,four,hundred,and,seventy,four],[],9*1000+(4*100+(70+4))).
wordnum([nine,thousand,four,hundred,and,seventy,five],[],9*1000+(4*100+(70+5))).
wordnum([nine,thousand,four,hundred,and,seventy,six],[],9*1000+(4*100+(70+6))).
wordnum([nine,thousand,four,hundred,and,seventy,seven],[],9*1000+(4*100+(70+7))).
wordnum([nine,thousand,four,hundred,and,seventy,eight],[],9*1000+(4*100+(70+8))).
wordnum([nine,thousand,four,hundred,and,seventy,nine],[],9*1000+(4*100+(70+9))).
wordnum([nine,thousand,four,hundred,and,eighty,one],[],9*1000+(4*100+(80+1))).
wordnum([nine,thousand,four,hundred,and,eighty,two],[],9*1000+(4*100+(80+2))).
wordnum([nine,thousand,four,hundred,and,eighty,three],[],9*1000+(4*100+(80+3))).
wordnum([nine,thousand,four,hundred,and,eighty,four],[],9*1000+(4*100+(80+4))).
wordnum([nine,thousand,four,hundred,and,eighty,five],[],9*1000+(4*100+(80+5))).
wordnum([nine,thousand,four,hundred,and,eighty,six],[],9*1000+(4*100+(80+6))).
wordnum([nine,thousand,four,hundred,and,eighty,seven],[],9*1000+(4*100+(80+7))).
wordnum([nine,thousand,four,hundred,and,eighty,eight],[],9*1000+(4*100+(80+8))).
wordnum([nine,thousand,four,hundred,and,eighty,nine],[],9*1000+(4*100+(80+9))).
wordnum([nine,thousand,four,hundred,and,ninety,one],[],9*1000+(4*100+(90+1))).
wordnum([nine,thousand,four,hundred,and,ninety,two],[],9*1000+(4*100+(90+2))).
wordnum([nine,thousand,four,hundred,and,ninety,three],[],9*1000+(4*100+(90+3))).
wordnum([nine,thousand,four,hundred,and,ninety,four],[],9*1000+(4*100+(90+4))).
wordnum([nine,thousand,four,hundred,and,ninety,five],[],9*1000+(4*100+(90+5))).
wordnum([nine,thousand,four,hundred,and,ninety,six],[],9*1000+(4*100+(90+6))).
wordnum([nine,thousand,four,hundred,and,ninety,seven],[],9*1000+(4*100+(90+7))).
wordnum([nine,thousand,four,hundred,and,ninety,eight],[],9*1000+(4*100+(90+8))).
wordnum([nine,thousand,four,hundred,and,ninety,nine],[],9*1000+(4*100+(90+9))).
wordnum([nine,thousand,five,hundred,and,one],[],9*1000+(5*100+1)).
wordnum([nine,thousand,five,hundred,and,two],[],9*1000+(5*100+2)).
wordnum([nine,thousand,five,hundred,and,three],[],9*1000+(5*100+3)).
wordnum([nine,thousand,five,hundred,and,four],[],9*1000+(5*100+4)).
wordnum([nine,thousand,five,hundred,and,five],[],9*1000+(5*100+5)).
wordnum([nine,thousand,five,hundred,and,six],[],9*1000+(5*100+6)).
wordnum([nine,thousand,five,hundred,and,seven],[],9*1000+(5*100+7)).
wordnum([nine,thousand,five,hundred,and,eight],[],9*1000+(5*100+8)).
wordnum([nine,thousand,five,hundred,and,nine],[],9*1000+(5*100+9)).
wordnum([nine,thousand,five,hundred,and,ten],[],9*1000+(5*100+10)).
wordnum([nine,thousand,five,hundred,and,eleven],[],9*1000+(5*100+11)).
wordnum([nine,thousand,five,hundred,and,twelve],[],9*1000+(5*100+12)).
wordnum([nine,thousand,five,hundred,and,thirteen],[],9*1000+(5*100+13)).
wordnum([nine,thousand,five,hundred,and,fourteen],[],9*1000+(5*100+14)).
wordnum([nine,thousand,five,hundred,and,fifteen],[],9*1000+(5*100+15)).
wordnum([nine,thousand,five,hundred,and,sixteen],[],9*1000+(5*100+16)).
wordnum([nine,thousand,five,hundred,and,seventeen],[],9*1000+(5*100+17)).
wordnum([nine,thousand,five,hundred,and,eighteen],[],9*1000+(5*100+18)).
wordnum([nine,thousand,five,hundred,and,nineteen],[],9*1000+(5*100+19)).
wordnum([nine,thousand,five,hundred,and,twenty],[],9*1000+(5*100+20)).
wordnum([nine,thousand,five,hundred,and,thirty],[],9*1000+(5*100+30)).
wordnum([nine,thousand,five,hundred,and,forty],[],9*1000+(5*100+40)).
wordnum([nine,thousand,five,hundred,and,fifty],[],9*1000+(5*100+50)).
wordnum([nine,thousand,five,hundred,and,sixty],[],9*1000+(5*100+60)).
wordnum([nine,thousand,five,hundred,and,seventy],[],9*1000+(5*100+70)).
wordnum([nine,thousand,five,hundred,and,eighty],[],9*1000+(5*100+80)).
wordnum([nine,thousand,five,hundred,and,ninety],[],9*1000+(5*100+90)).
wordnum([nine,thousand,five,hundred,and,twenty,one],[],9*1000+(5*100+(20+1))).
wordnum([nine,thousand,five,hundred,and,twenty,two],[],9*1000+(5*100+(20+2))).
wordnum([nine,thousand,five,hundred,and,twenty,three],[],9*1000+(5*100+(20+3))).
wordnum([nine,thousand,five,hundred,and,twenty,four],[],9*1000+(5*100+(20+4))).
wordnum([nine,thousand,five,hundred,and,twenty,five],[],9*1000+(5*100+(20+5))).
wordnum([nine,thousand,five,hundred,and,twenty,six],[],9*1000+(5*100+(20+6))).
wordnum([nine,thousand,five,hundred,and,twenty,seven],[],9*1000+(5*100+(20+7))).
wordnum([nine,thousand,five,hundred,and,twenty,eight],[],9*1000+(5*100+(20+8))).
wordnum([nine,thousand,five,hundred,and,twenty,nine],[],9*1000+(5*100+(20+9))).
wordnum([nine,thousand,five,hundred,and,thirty,one],[],9*1000+(5*100+(30+1))).
wordnum([nine,thousand,five,hundred,and,thirty,two],[],9*1000+(5*100+(30+2))).
wordnum([nine,thousand,five,hundred,and,thirty,three],[],9*1000+(5*100+(30+3))).
wordnum([nine,thousand,five,hundred,and,thirty,four],[],9*1000+(5*100+(30+4))).
wordnum([nine,thousand,five,hundred,and,thirty,five],[],9*1000+(5*100+(30+5))).
wordnum([nine,thousand,five,hundred,and,thirty,six],[],9*1000+(5*100+(30+6))).
wordnum([nine,thousand,five,hundred,and,thirty,seven],[],9*1000+(5*100+(30+7))).
wordnum([nine,thousand,five,hundred,and,thirty,eight],[],9*1000+(5*100+(30+8))).
wordnum([nine,thousand,five,hundred,and,thirty,nine],[],9*1000+(5*100+(30+9))).
wordnum([nine,thousand,five,hundred,and,forty,one],[],9*1000+(5*100+(40+1))).
wordnum([nine,thousand,five,hundred,and,forty,two],[],9*1000+(5*100+(40+2))).
wordnum([nine,thousand,five,hundred,and,forty,three],[],9*1000+(5*100+(40+3))).
wordnum([nine,thousand,five,hundred,and,forty,four],[],9*1000+(5*100+(40+4))).
wordnum([nine,thousand,five,hundred,and,forty,five],[],9*1000+(5*100+(40+5))).
wordnum([nine,thousand,five,hundred,and,forty,six],[],9*1000+(5*100+(40+6))).
wordnum([nine,thousand,five,hundred,and,forty,seven],[],9*1000+(5*100+(40+7))).
wordnum([nine,thousand,five,hundred,and,forty,eight],[],9*1000+(5*100+(40+8))).
wordnum([nine,thousand,five,hundred,and,forty,nine],[],9*1000+(5*100+(40+9))).
wordnum([nine,thousand,five,hundred,and,fifty,one],[],9*1000+(5*100+(50+1))).
wordnum([nine,thousand,five,hundred,and,fifty,two],[],9*1000+(5*100+(50+2))).
wordnum([nine,thousand,five,hundred,and,fifty,three],[],9*1000+(5*100+(50+3))).
wordnum([nine,thousand,five,hundred,and,fifty,four],[],9*1000+(5*100+(50+4))).
wordnum([nine,thousand,five,hundred,and,fifty,five],[],9*1000+(5*100+(50+5))).
wordnum([nine,thousand,five,hundred,and,fifty,six],[],9*1000+(5*100+(50+6))).
wordnum([nine,thousand,five,hundred,and,fifty,seven],[],9*1000+(5*100+(50+7))).
wordnum([nine,thousand,five,hundred,and,fifty,eight],[],9*1000+(5*100+(50+8))).
wordnum([nine,thousand,five,hundred,and,fifty,nine],[],9*1000+(5*100+(50+9))).
wordnum([nine,thousand,five,hundred,and,sixty,one],[],9*1000+(5*100+(60+1))).
wordnum([nine,thousand,five,hundred,and,sixty,two],[],9*1000+(5*100+(60+2))).
wordnum([nine,thousand,five,hundred,and,sixty,three],[],9*1000+(5*100+(60+3))).
wordnum([nine,thousand,five,hundred,and,sixty,four],[],9*1000+(5*100+(60+4))).
wordnum([nine,thousand,five,hundred,and,sixty,five],[],9*1000+(5*100+(60+5))).
wordnum([nine,thousand,five,hundred,and,sixty,six],[],9*1000+(5*100+(60+6))).
wordnum([nine,thousand,five,hundred,and,sixty,seven],[],9*1000+(5*100+(60+7))).
wordnum([nine,thousand,five,hundred,and,sixty,eight],[],9*1000+(5*100+(60+8))).
wordnum([nine,thousand,five,hundred,and,sixty,nine],[],9*1000+(5*100+(60+9))).
wordnum([nine,thousand,five,hundred,and,seventy,one],[],9*1000+(5*100+(70+1))).
wordnum([nine,thousand,five,hundred,and,seventy,two],[],9*1000+(5*100+(70+2))).
wordnum([nine,thousand,five,hundred,and,seventy,three],[],9*1000+(5*100+(70+3))).
wordnum([nine,thousand,five,hundred,and,seventy,four],[],9*1000+(5*100+(70+4))).
wordnum([nine,thousand,five,hundred,and,seventy,five],[],9*1000+(5*100+(70+5))).
wordnum([nine,thousand,five,hundred,and,seventy,six],[],9*1000+(5*100+(70+6))).
wordnum([nine,thousand,five,hundred,and,seventy,seven],[],9*1000+(5*100+(70+7))).
wordnum([nine,thousand,five,hundred,and,seventy,eight],[],9*1000+(5*100+(70+8))).
wordnum([nine,thousand,five,hundred,and,seventy,nine],[],9*1000+(5*100+(70+9))).
wordnum([nine,thousand,five,hundred,and,eighty,one],[],9*1000+(5*100+(80+1))).
wordnum([nine,thousand,five,hundred,and,eighty,two],[],9*1000+(5*100+(80+2))).
wordnum([nine,thousand,five,hundred,and,eighty,three],[],9*1000+(5*100+(80+3))).
wordnum([nine,thousand,five,hundred,and,eighty,four],[],9*1000+(5*100+(80+4))).
wordnum([nine,thousand,five,hundred,and,eighty,five],[],9*1000+(5*100+(80+5))).
wordnum([nine,thousand,five,hundred,and,eighty,six],[],9*1000+(5*100+(80+6))).
wordnum([nine,thousand,five,hundred,and,eighty,seven],[],9*1000+(5*100+(80+7))).
wordnum([nine,thousand,five,hundred,and,eighty,eight],[],9*1000+(5*100+(80+8))).
wordnum([nine,thousand,five,hundred,and,eighty,nine],[],9*1000+(5*100+(80+9))).
wordnum([nine,thousand,five,hundred,and,ninety,one],[],9*1000+(5*100+(90+1))).
wordnum([nine,thousand,five,hundred,and,ninety,two],[],9*1000+(5*100+(90+2))).
wordnum([nine,thousand,five,hundred,and,ninety,three],[],9*1000+(5*100+(90+3))).
wordnum([nine,thousand,five,hundred,and,ninety,four],[],9*1000+(5*100+(90+4))).
wordnum([nine,thousand,five,hundred,and,ninety,five],[],9*1000+(5*100+(90+5))).
wordnum([nine,thousand,five,hundred,and,ninety,six],[],9*1000+(5*100+(90+6))).
wordnum([nine,thousand,five,hundred,and,ninety,seven],[],9*1000+(5*100+(90+7))).
wordnum([nine,thousand,five,hundred,and,ninety,eight],[],9*1000+(5*100+(90+8))).
wordnum([nine,thousand,five,hundred,and,ninety,nine],[],9*1000+(5*100+(90+9))).
wordnum([nine,thousand,six,hundred,and,one],[],9*1000+(6*100+1)).
wordnum([nine,thousand,six,hundred,and,two],[],9*1000+(6*100+2)).
wordnum([nine,thousand,six,hundred,and,three],[],9*1000+(6*100+3)).
wordnum([nine,thousand,six,hundred,and,four],[],9*1000+(6*100+4)).
wordnum([nine,thousand,six,hundred,and,five],[],9*1000+(6*100+5)).
wordnum([nine,thousand,six,hundred,and,six],[],9*1000+(6*100+6)).
wordnum([nine,thousand,six,hundred,and,seven],[],9*1000+(6*100+7)).
wordnum([nine,thousand,six,hundred,and,eight],[],9*1000+(6*100+8)).
wordnum([nine,thousand,six,hundred,and,nine],[],9*1000+(6*100+9)).
wordnum([nine,thousand,six,hundred,and,ten],[],9*1000+(6*100+10)).
wordnum([nine,thousand,six,hundred,and,eleven],[],9*1000+(6*100+11)).
wordnum([nine,thousand,six,hundred,and,twelve],[],9*1000+(6*100+12)).
wordnum([nine,thousand,six,hundred,and,thirteen],[],9*1000+(6*100+13)).
wordnum([nine,thousand,six,hundred,and,fourteen],[],9*1000+(6*100+14)).
wordnum([nine,thousand,six,hundred,and,fifteen],[],9*1000+(6*100+15)).
wordnum([nine,thousand,six,hundred,and,sixteen],[],9*1000+(6*100+16)).
wordnum([nine,thousand,six,hundred,and,seventeen],[],9*1000+(6*100+17)).
wordnum([nine,thousand,six,hundred,and,eighteen],[],9*1000+(6*100+18)).
wordnum([nine,thousand,six,hundred,and,nineteen],[],9*1000+(6*100+19)).
wordnum([nine,thousand,six,hundred,and,twenty],[],9*1000+(6*100+20)).
wordnum([nine,thousand,six,hundred,and,thirty],[],9*1000+(6*100+30)).
wordnum([nine,thousand,six,hundred,and,forty],[],9*1000+(6*100+40)).
wordnum([nine,thousand,six,hundred,and,fifty],[],9*1000+(6*100+50)).
wordnum([nine,thousand,six,hundred,and,sixty],[],9*1000+(6*100+60)).
wordnum([nine,thousand,six,hundred,and,seventy],[],9*1000+(6*100+70)).
wordnum([nine,thousand,six,hundred,and,eighty],[],9*1000+(6*100+80)).
wordnum([nine,thousand,six,hundred,and,ninety],[],9*1000+(6*100+90)).
wordnum([nine,thousand,six,hundred,and,twenty,one],[],9*1000+(6*100+(20+1))).
wordnum([nine,thousand,six,hundred,and,twenty,two],[],9*1000+(6*100+(20+2))).
wordnum([nine,thousand,six,hundred,and,twenty,three],[],9*1000+(6*100+(20+3))).
wordnum([nine,thousand,six,hundred,and,twenty,four],[],9*1000+(6*100+(20+4))).
wordnum([nine,thousand,six,hundred,and,twenty,five],[],9*1000+(6*100+(20+5))).
wordnum([nine,thousand,six,hundred,and,twenty,six],[],9*1000+(6*100+(20+6))).
wordnum([nine,thousand,six,hundred,and,twenty,seven],[],9*1000+(6*100+(20+7))).
wordnum([nine,thousand,six,hundred,and,twenty,eight],[],9*1000+(6*100+(20+8))).
wordnum([nine,thousand,six,hundred,and,twenty,nine],[],9*1000+(6*100+(20+9))).
wordnum([nine,thousand,six,hundred,and,thirty,one],[],9*1000+(6*100+(30+1))).
wordnum([nine,thousand,six,hundred,and,thirty,two],[],9*1000+(6*100+(30+2))).
wordnum([nine,thousand,six,hundred,and,thirty,three],[],9*1000+(6*100+(30+3))).
wordnum([nine,thousand,six,hundred,and,thirty,four],[],9*1000+(6*100+(30+4))).
wordnum([nine,thousand,six,hundred,and,thirty,five],[],9*1000+(6*100+(30+5))).
wordnum([nine,thousand,six,hundred,and,thirty,six],[],9*1000+(6*100+(30+6))).
wordnum([nine,thousand,six,hundred,and,thirty,seven],[],9*1000+(6*100+(30+7))).
wordnum([nine,thousand,six,hundred,and,thirty,eight],[],9*1000+(6*100+(30+8))).
wordnum([nine,thousand,six,hundred,and,thirty,nine],[],9*1000+(6*100+(30+9))).
wordnum([nine,thousand,six,hundred,and,forty,one],[],9*1000+(6*100+(40+1))).
wordnum([nine,thousand,six,hundred,and,forty,two],[],9*1000+(6*100+(40+2))).
wordnum([nine,thousand,six,hundred,and,forty,three],[],9*1000+(6*100+(40+3))).
wordnum([nine,thousand,six,hundred,and,forty,four],[],9*1000+(6*100+(40+4))).
wordnum([nine,thousand,six,hundred,and,forty,five],[],9*1000+(6*100+(40+5))).
wordnum([nine,thousand,six,hundred,and,forty,six],[],9*1000+(6*100+(40+6))).
wordnum([nine,thousand,six,hundred,and,forty,seven],[],9*1000+(6*100+(40+7))).
wordnum([nine,thousand,six,hundred,and,forty,eight],[],9*1000+(6*100+(40+8))).
wordnum([nine,thousand,six,hundred,and,forty,nine],[],9*1000+(6*100+(40+9))).
wordnum([nine,thousand,six,hundred,and,fifty,one],[],9*1000+(6*100+(50+1))).
wordnum([nine,thousand,six,hundred,and,fifty,two],[],9*1000+(6*100+(50+2))).
wordnum([nine,thousand,six,hundred,and,fifty,three],[],9*1000+(6*100+(50+3))).
wordnum([nine,thousand,six,hundred,and,fifty,four],[],9*1000+(6*100+(50+4))).
wordnum([nine,thousand,six,hundred,and,fifty,five],[],9*1000+(6*100+(50+5))).
wordnum([nine,thousand,six,hundred,and,fifty,six],[],9*1000+(6*100+(50+6))).
wordnum([nine,thousand,six,hundred,and,fifty,seven],[],9*1000+(6*100+(50+7))).
wordnum([nine,thousand,six,hundred,and,fifty,eight],[],9*1000+(6*100+(50+8))).
wordnum([nine,thousand,six,hundred,and,fifty,nine],[],9*1000+(6*100+(50+9))).
wordnum([nine,thousand,six,hundred,and,sixty,one],[],9*1000+(6*100+(60+1))).
wordnum([nine,thousand,six,hundred,and,sixty,two],[],9*1000+(6*100+(60+2))).
wordnum([nine,thousand,six,hundred,and,sixty,three],[],9*1000+(6*100+(60+3))).
wordnum([nine,thousand,six,hundred,and,sixty,four],[],9*1000+(6*100+(60+4))).
wordnum([nine,thousand,six,hundred,and,sixty,five],[],9*1000+(6*100+(60+5))).
wordnum([nine,thousand,six,hundred,and,sixty,six],[],9*1000+(6*100+(60+6))).
wordnum([nine,thousand,six,hundred,and,sixty,seven],[],9*1000+(6*100+(60+7))).
wordnum([nine,thousand,six,hundred,and,sixty,eight],[],9*1000+(6*100+(60+8))).
wordnum([nine,thousand,six,hundred,and,sixty,nine],[],9*1000+(6*100+(60+9))).
wordnum([nine,thousand,six,hundred,and,seventy,one],[],9*1000+(6*100+(70+1))).
wordnum([nine,thousand,six,hundred,and,seventy,two],[],9*1000+(6*100+(70+2))).
wordnum([nine,thousand,six,hundred,and,seventy,three],[],9*1000+(6*100+(70+3))).
wordnum([nine,thousand,six,hundred,and,seventy,four],[],9*1000+(6*100+(70+4))).
wordnum([nine,thousand,six,hundred,and,seventy,five],[],9*1000+(6*100+(70+5))).
wordnum([nine,thousand,six,hundred,and,seventy,six],[],9*1000+(6*100+(70+6))).
wordnum([nine,thousand,six,hundred,and,seventy,seven],[],9*1000+(6*100+(70+7))).
wordnum([nine,thousand,six,hundred,and,seventy,eight],[],9*1000+(6*100+(70+8))).
wordnum([nine,thousand,six,hundred,and,seventy,nine],[],9*1000+(6*100+(70+9))).
wordnum([nine,thousand,six,hundred,and,eighty,one],[],9*1000+(6*100+(80+1))).
wordnum([nine,thousand,six,hundred,and,eighty,two],[],9*1000+(6*100+(80+2))).
wordnum([nine,thousand,six,hundred,and,eighty,three],[],9*1000+(6*100+(80+3))).
wordnum([nine,thousand,six,hundred,and,eighty,four],[],9*1000+(6*100+(80+4))).
wordnum([nine,thousand,six,hundred,and,eighty,five],[],9*1000+(6*100+(80+5))).
wordnum([nine,thousand,six,hundred,and,eighty,six],[],9*1000+(6*100+(80+6))).
wordnum([nine,thousand,six,hundred,and,eighty,seven],[],9*1000+(6*100+(80+7))).
wordnum([nine,thousand,six,hundred,and,eighty,eight],[],9*1000+(6*100+(80+8))).
wordnum([nine,thousand,six,hundred,and,eighty,nine],[],9*1000+(6*100+(80+9))).
wordnum([nine,thousand,six,hundred,and,ninety,one],[],9*1000+(6*100+(90+1))).
wordnum([nine,thousand,six,hundred,and,ninety,two],[],9*1000+(6*100+(90+2))).
wordnum([nine,thousand,six,hundred,and,ninety,three],[],9*1000+(6*100+(90+3))).
wordnum([nine,thousand,six,hundred,and,ninety,four],[],9*1000+(6*100+(90+4))).
wordnum([nine,thousand,six,hundred,and,ninety,five],[],9*1000+(6*100+(90+5))).
wordnum([nine,thousand,six,hundred,and,ninety,six],[],9*1000+(6*100+(90+6))).
wordnum([nine,thousand,six,hundred,and,ninety,seven],[],9*1000+(6*100+(90+7))).
wordnum([nine,thousand,six,hundred,and,ninety,eight],[],9*1000+(6*100+(90+8))).
wordnum([nine,thousand,six,hundred,and,ninety,nine],[],9*1000+(6*100+(90+9))).
wordnum([nine,thousand,seven,hundred,and,one],[],9*1000+(7*100+1)).
wordnum([nine,thousand,seven,hundred,and,two],[],9*1000+(7*100+2)).
wordnum([nine,thousand,seven,hundred,and,three],[],9*1000+(7*100+3)).
wordnum([nine,thousand,seven,hundred,and,four],[],9*1000+(7*100+4)).
wordnum([nine,thousand,seven,hundred,and,five],[],9*1000+(7*100+5)).
wordnum([nine,thousand,seven,hundred,and,six],[],9*1000+(7*100+6)).
wordnum([nine,thousand,seven,hundred,and,seven],[],9*1000+(7*100+7)).
wordnum([nine,thousand,seven,hundred,and,eight],[],9*1000+(7*100+8)).
wordnum([nine,thousand,seven,hundred,and,nine],[],9*1000+(7*100+9)).
wordnum([nine,thousand,seven,hundred,and,ten],[],9*1000+(7*100+10)).
wordnum([nine,thousand,seven,hundred,and,eleven],[],9*1000+(7*100+11)).
wordnum([nine,thousand,seven,hundred,and,twelve],[],9*1000+(7*100+12)).
wordnum([nine,thousand,seven,hundred,and,thirteen],[],9*1000+(7*100+13)).
wordnum([nine,thousand,seven,hundred,and,fourteen],[],9*1000+(7*100+14)).
wordnum([nine,thousand,seven,hundred,and,fifteen],[],9*1000+(7*100+15)).
wordnum([nine,thousand,seven,hundred,and,sixteen],[],9*1000+(7*100+16)).
wordnum([nine,thousand,seven,hundred,and,seventeen],[],9*1000+(7*100+17)).
wordnum([nine,thousand,seven,hundred,and,eighteen],[],9*1000+(7*100+18)).
wordnum([nine,thousand,seven,hundred,and,nineteen],[],9*1000+(7*100+19)).
wordnum([nine,thousand,seven,hundred,and,twenty],[],9*1000+(7*100+20)).
wordnum([nine,thousand,seven,hundred,and,thirty],[],9*1000+(7*100+30)).
wordnum([nine,thousand,seven,hundred,and,forty],[],9*1000+(7*100+40)).
wordnum([nine,thousand,seven,hundred,and,fifty],[],9*1000+(7*100+50)).
wordnum([nine,thousand,seven,hundred,and,sixty],[],9*1000+(7*100+60)).
wordnum([nine,thousand,seven,hundred,and,seventy],[],9*1000+(7*100+70)).
wordnum([nine,thousand,seven,hundred,and,eighty],[],9*1000+(7*100+80)).
wordnum([nine,thousand,seven,hundred,and,ninety],[],9*1000+(7*100+90)).
wordnum([nine,thousand,seven,hundred,and,twenty,one],[],9*1000+(7*100+(20+1))).
wordnum([nine,thousand,seven,hundred,and,twenty,two],[],9*1000+(7*100+(20+2))).
wordnum([nine,thousand,seven,hundred,and,twenty,three],[],9*1000+(7*100+(20+3))).
wordnum([nine,thousand,seven,hundred,and,twenty,four],[],9*1000+(7*100+(20+4))).
wordnum([nine,thousand,seven,hundred,and,twenty,five],[],9*1000+(7*100+(20+5))).
wordnum([nine,thousand,seven,hundred,and,twenty,six],[],9*1000+(7*100+(20+6))).
wordnum([nine,thousand,seven,hundred,and,twenty,seven],[],9*1000+(7*100+(20+7))).
wordnum([nine,thousand,seven,hundred,and,twenty,eight],[],9*1000+(7*100+(20+8))).
wordnum([nine,thousand,seven,hundred,and,twenty,nine],[],9*1000+(7*100+(20+9))).
wordnum([nine,thousand,seven,hundred,and,thirty,one],[],9*1000+(7*100+(30+1))).
wordnum([nine,thousand,seven,hundred,and,thirty,two],[],9*1000+(7*100+(30+2))).
wordnum([nine,thousand,seven,hundred,and,thirty,three],[],9*1000+(7*100+(30+3))).
wordnum([nine,thousand,seven,hundred,and,thirty,four],[],9*1000+(7*100+(30+4))).
wordnum([nine,thousand,seven,hundred,and,thirty,five],[],9*1000+(7*100+(30+5))).
wordnum([nine,thousand,seven,hundred,and,thirty,six],[],9*1000+(7*100+(30+6))).
wordnum([nine,thousand,seven,hundred,and,thirty,seven],[],9*1000+(7*100+(30+7))).
wordnum([nine,thousand,seven,hundred,and,thirty,eight],[],9*1000+(7*100+(30+8))).
wordnum([nine,thousand,seven,hundred,and,thirty,nine],[],9*1000+(7*100+(30+9))).
wordnum([nine,thousand,seven,hundred,and,forty,one],[],9*1000+(7*100+(40+1))).
wordnum([nine,thousand,seven,hundred,and,forty,two],[],9*1000+(7*100+(40+2))).
wordnum([nine,thousand,seven,hundred,and,forty,three],[],9*1000+(7*100+(40+3))).
wordnum([nine,thousand,seven,hundred,and,forty,four],[],9*1000+(7*100+(40+4))).
wordnum([nine,thousand,seven,hundred,and,forty,five],[],9*1000+(7*100+(40+5))).
wordnum([nine,thousand,seven,hundred,and,forty,six],[],9*1000+(7*100+(40+6))).
wordnum([nine,thousand,seven,hundred,and,forty,seven],[],9*1000+(7*100+(40+7))).
wordnum([nine,thousand,seven,hundred,and,forty,eight],[],9*1000+(7*100+(40+8))).
wordnum([nine,thousand,seven,hundred,and,forty,nine],[],9*1000+(7*100+(40+9))).
wordnum([nine,thousand,seven,hundred,and,fifty,one],[],9*1000+(7*100+(50+1))).
wordnum([nine,thousand,seven,hundred,and,fifty,two],[],9*1000+(7*100+(50+2))).
wordnum([nine,thousand,seven,hundred,and,fifty,three],[],9*1000+(7*100+(50+3))).
wordnum([nine,thousand,seven,hundred,and,fifty,four],[],9*1000+(7*100+(50+4))).
wordnum([nine,thousand,seven,hundred,and,fifty,five],[],9*1000+(7*100+(50+5))).
wordnum([nine,thousand,seven,hundred,and,fifty,six],[],9*1000+(7*100+(50+6))).
wordnum([nine,thousand,seven,hundred,and,fifty,seven],[],9*1000+(7*100+(50+7))).
wordnum([nine,thousand,seven,hundred,and,fifty,eight],[],9*1000+(7*100+(50+8))).
wordnum([nine,thousand,seven,hundred,and,fifty,nine],[],9*1000+(7*100+(50+9))).
wordnum([nine,thousand,seven,hundred,and,sixty,one],[],9*1000+(7*100+(60+1))).
wordnum([nine,thousand,seven,hundred,and,sixty,two],[],9*1000+(7*100+(60+2))).
wordnum([nine,thousand,seven,hundred,and,sixty,three],[],9*1000+(7*100+(60+3))).
wordnum([nine,thousand,seven,hundred,and,sixty,four],[],9*1000+(7*100+(60+4))).
wordnum([nine,thousand,seven,hundred,and,sixty,five],[],9*1000+(7*100+(60+5))).
wordnum([nine,thousand,seven,hundred,and,sixty,six],[],9*1000+(7*100+(60+6))).
wordnum([nine,thousand,seven,hundred,and,sixty,seven],[],9*1000+(7*100+(60+7))).
wordnum([nine,thousand,seven,hundred,and,sixty,eight],[],9*1000+(7*100+(60+8))).
wordnum([nine,thousand,seven,hundred,and,sixty,nine],[],9*1000+(7*100+(60+9))).
wordnum([nine,thousand,seven,hundred,and,seventy,one],[],9*1000+(7*100+(70+1))).
wordnum([nine,thousand,seven,hundred,and,seventy,two],[],9*1000+(7*100+(70+2))).
wordnum([nine,thousand,seven,hundred,and,seventy,three],[],9*1000+(7*100+(70+3))).
wordnum([nine,thousand,seven,hundred,and,seventy,four],[],9*1000+(7*100+(70+4))).
wordnum([nine,thousand,seven,hundred,and,seventy,five],[],9*1000+(7*100+(70+5))).
wordnum([nine,thousand,seven,hundred,and,seventy,six],[],9*1000+(7*100+(70+6))).
wordnum([nine,thousand,seven,hundred,and,seventy,seven],[],9*1000+(7*100+(70+7))).
wordnum([nine,thousand,seven,hundred,and,seventy,eight],[],9*1000+(7*100+(70+8))).
wordnum([nine,thousand,seven,hundred,and,seventy,nine],[],9*1000+(7*100+(70+9))).
wordnum([nine,thousand,seven,hundred,and,eighty,one],[],9*1000+(7*100+(80+1))).
wordnum([nine,thousand,seven,hundred,and,eighty,two],[],9*1000+(7*100+(80+2))).
wordnum([nine,thousand,seven,hundred,and,eighty,three],[],9*1000+(7*100+(80+3))).
wordnum([nine,thousand,seven,hundred,and,eighty,four],[],9*1000+(7*100+(80+4))).
wordnum([nine,thousand,seven,hundred,and,eighty,five],[],9*1000+(7*100+(80+5))).
wordnum([nine,thousand,seven,hundred,and,eighty,six],[],9*1000+(7*100+(80+6))).
wordnum([nine,thousand,seven,hundred,and,eighty,seven],[],9*1000+(7*100+(80+7))).
wordnum([nine,thousand,seven,hundred,and,eighty,eight],[],9*1000+(7*100+(80+8))).
wordnum([nine,thousand,seven,hundred,and,eighty,nine],[],9*1000+(7*100+(80+9))).
wordnum([nine,thousand,seven,hundred,and,ninety,one],[],9*1000+(7*100+(90+1))).
wordnum([nine,thousand,seven,hundred,and,ninety,two],[],9*1000+(7*100+(90+2))).
wordnum([nine,thousand,seven,hundred,and,ninety,three],[],9*1000+(7*100+(90+3))).
wordnum([nine,thousand,seven,hundred,and,ninety,four],[],9*1000+(7*100+(90+4))).
wordnum([nine,thousand,seven,hundred,and,ninety,five],[],9*1000+(7*100+(90+5))).
wordnum([nine,thousand,seven,hundred,and,ninety,six],[],9*1000+(7*100+(90+6))).
wordnum([nine,thousand,seven,hundred,and,ninety,seven],[],9*1000+(7*100+(90+7))).
wordnum([nine,thousand,seven,hundred,and,ninety,eight],[],9*1000+(7*100+(90+8))).
wordnum([nine,thousand,seven,hundred,and,ninety,nine],[],9*1000+(7*100+(90+9))).
wordnum([nine,thousand,eight,hundred,and,one],[],9*1000+(8*100+1)).
wordnum([nine,thousand,eight,hundred,and,two],[],9*1000+(8*100+2)).
wordnum([nine,thousand,eight,hundred,and,three],[],9*1000+(8*100+3)).
wordnum([nine,thousand,eight,hundred,and,four],[],9*1000+(8*100+4)).
wordnum([nine,thousand,eight,hundred,and,five],[],9*1000+(8*100+5)).
wordnum([nine,thousand,eight,hundred,and,six],[],9*1000+(8*100+6)).
wordnum([nine,thousand,eight,hundred,and,seven],[],9*1000+(8*100+7)).
wordnum([nine,thousand,eight,hundred,and,eight],[],9*1000+(8*100+8)).
wordnum([nine,thousand,eight,hundred,and,nine],[],9*1000+(8*100+9)).
wordnum([nine,thousand,eight,hundred,and,ten],[],9*1000+(8*100+10)).
wordnum([nine,thousand,eight,hundred,and,eleven],[],9*1000+(8*100+11)).
wordnum([nine,thousand,eight,hundred,and,twelve],[],9*1000+(8*100+12)).
wordnum([nine,thousand,eight,hundred,and,thirteen],[],9*1000+(8*100+13)).
wordnum([nine,thousand,eight,hundred,and,fourteen],[],9*1000+(8*100+14)).
wordnum([nine,thousand,eight,hundred,and,fifteen],[],9*1000+(8*100+15)).
wordnum([nine,thousand,eight,hundred,and,sixteen],[],9*1000+(8*100+16)).
wordnum([nine,thousand,eight,hundred,and,seventeen],[],9*1000+(8*100+17)).
wordnum([nine,thousand,eight,hundred,and,eighteen],[],9*1000+(8*100+18)).
wordnum([nine,thousand,eight,hundred,and,nineteen],[],9*1000+(8*100+19)).
wordnum([nine,thousand,eight,hundred,and,twenty],[],9*1000+(8*100+20)).
wordnum([nine,thousand,eight,hundred,and,thirty],[],9*1000+(8*100+30)).
wordnum([nine,thousand,eight,hundred,and,forty],[],9*1000+(8*100+40)).
wordnum([nine,thousand,eight,hundred,and,fifty],[],9*1000+(8*100+50)).
wordnum([nine,thousand,eight,hundred,and,sixty],[],9*1000+(8*100+60)).
wordnum([nine,thousand,eight,hundred,and,seventy],[],9*1000+(8*100+70)).
wordnum([nine,thousand,eight,hundred,and,eighty],[],9*1000+(8*100+80)).
wordnum([nine,thousand,eight,hundred,and,ninety],[],9*1000+(8*100+90)).
wordnum([nine,thousand,eight,hundred,and,twenty,one],[],9*1000+(8*100+(20+1))).
wordnum([nine,thousand,eight,hundred,and,twenty,two],[],9*1000+(8*100+(20+2))).
wordnum([nine,thousand,eight,hundred,and,twenty,three],[],9*1000+(8*100+(20+3))).
wordnum([nine,thousand,eight,hundred,and,twenty,four],[],9*1000+(8*100+(20+4))).
wordnum([nine,thousand,eight,hundred,and,twenty,five],[],9*1000+(8*100+(20+5))).
wordnum([nine,thousand,eight,hundred,and,twenty,six],[],9*1000+(8*100+(20+6))).
wordnum([nine,thousand,eight,hundred,and,twenty,seven],[],9*1000+(8*100+(20+7))).
wordnum([nine,thousand,eight,hundred,and,twenty,eight],[],9*1000+(8*100+(20+8))).
wordnum([nine,thousand,eight,hundred,and,twenty,nine],[],9*1000+(8*100+(20+9))).
wordnum([nine,thousand,eight,hundred,and,thirty,one],[],9*1000+(8*100+(30+1))).
wordnum([nine,thousand,eight,hundred,and,thirty,two],[],9*1000+(8*100+(30+2))).
wordnum([nine,thousand,eight,hundred,and,thirty,three],[],9*1000+(8*100+(30+3))).
wordnum([nine,thousand,eight,hundred,and,thirty,four],[],9*1000+(8*100+(30+4))).
wordnum([nine,thousand,eight,hundred,and,thirty,five],[],9*1000+(8*100+(30+5))).
wordnum([nine,thousand,eight,hundred,and,thirty,six],[],9*1000+(8*100+(30+6))).
wordnum([nine,thousand,eight,hundred,and,thirty,seven],[],9*1000+(8*100+(30+7))).
wordnum([nine,thousand,eight,hundred,and,thirty,eight],[],9*1000+(8*100+(30+8))).
wordnum([nine,thousand,eight,hundred,and,thirty,nine],[],9*1000+(8*100+(30+9))).
wordnum([nine,thousand,eight,hundred,and,forty,one],[],9*1000+(8*100+(40+1))).
wordnum([nine,thousand,eight,hundred,and,forty,two],[],9*1000+(8*100+(40+2))).
wordnum([nine,thousand,eight,hundred,and,forty,three],[],9*1000+(8*100+(40+3))).
wordnum([nine,thousand,eight,hundred,and,forty,four],[],9*1000+(8*100+(40+4))).
wordnum([nine,thousand,eight,hundred,and,forty,five],[],9*1000+(8*100+(40+5))).
wordnum([nine,thousand,eight,hundred,and,forty,six],[],9*1000+(8*100+(40+6))).
wordnum([nine,thousand,eight,hundred,and,forty,seven],[],9*1000+(8*100+(40+7))).
wordnum([nine,thousand,eight,hundred,and,forty,eight],[],9*1000+(8*100+(40+8))).
wordnum([nine,thousand,eight,hundred,and,forty,nine],[],9*1000+(8*100+(40+9))).
wordnum([nine,thousand,eight,hundred,and,fifty,one],[],9*1000+(8*100+(50+1))).
wordnum([nine,thousand,eight,hundred,and,fifty,two],[],9*1000+(8*100+(50+2))).
wordnum([nine,thousand,eight,hundred,and,fifty,three],[],9*1000+(8*100+(50+3))).
wordnum([nine,thousand,eight,hundred,and,fifty,four],[],9*1000+(8*100+(50+4))).
wordnum([nine,thousand,eight,hundred,and,fifty,five],[],9*1000+(8*100+(50+5))).
wordnum([nine,thousand,eight,hundred,and,fifty,six],[],9*1000+(8*100+(50+6))).
wordnum([nine,thousand,eight,hundred,and,fifty,seven],[],9*1000+(8*100+(50+7))).
wordnum([nine,thousand,eight,hundred,and,fifty,eight],[],9*1000+(8*100+(50+8))).
wordnum([nine,thousand,eight,hundred,and,fifty,nine],[],9*1000+(8*100+(50+9))).
wordnum([nine,thousand,eight,hundred,and,sixty,one],[],9*1000+(8*100+(60+1))).
wordnum([nine,thousand,eight,hundred,and,sixty,two],[],9*1000+(8*100+(60+2))).
wordnum([nine,thousand,eight,hundred,and,sixty,three],[],9*1000+(8*100+(60+3))).
wordnum([nine,thousand,eight,hundred,and,sixty,four],[],9*1000+(8*100+(60+4))).
wordnum([nine,thousand,eight,hundred,and,sixty,five],[],9*1000+(8*100+(60+5))).
wordnum([nine,thousand,eight,hundred,and,sixty,six],[],9*1000+(8*100+(60+6))).
wordnum([nine,thousand,eight,hundred,and,sixty,seven],[],9*1000+(8*100+(60+7))).
wordnum([nine,thousand,eight,hundred,and,sixty,eight],[],9*1000+(8*100+(60+8))).
wordnum([nine,thousand,eight,hundred,and,sixty,nine],[],9*1000+(8*100+(60+9))).
wordnum([nine,thousand,eight,hundred,and,seventy,one],[],9*1000+(8*100+(70+1))).
wordnum([nine,thousand,eight,hundred,and,seventy,two],[],9*1000+(8*100+(70+2))).
wordnum([nine,thousand,eight,hundred,and,seventy,three],[],9*1000+(8*100+(70+3))).
wordnum([nine,thousand,eight,hundred,and,seventy,four],[],9*1000+(8*100+(70+4))).
wordnum([nine,thousand,eight,hundred,and,seventy,five],[],9*1000+(8*100+(70+5))).
wordnum([nine,thousand,eight,hundred,and,seventy,six],[],9*1000+(8*100+(70+6))).
wordnum([nine,thousand,eight,hundred,and,seventy,seven],[],9*1000+(8*100+(70+7))).
wordnum([nine,thousand,eight,hundred,and,seventy,eight],[],9*1000+(8*100+(70+8))).
wordnum([nine,thousand,eight,hundred,and,seventy,nine],[],9*1000+(8*100+(70+9))).
wordnum([nine,thousand,eight,hundred,and,eighty,one],[],9*1000+(8*100+(80+1))).
wordnum([nine,thousand,eight,hundred,and,eighty,two],[],9*1000+(8*100+(80+2))).
wordnum([nine,thousand,eight,hundred,and,eighty,three],[],9*1000+(8*100+(80+3))).
wordnum([nine,thousand,eight,hundred,and,eighty,four],[],9*1000+(8*100+(80+4))).
wordnum([nine,thousand,eight,hundred,and,eighty,five],[],9*1000+(8*100+(80+5))).
wordnum([nine,thousand,eight,hundred,and,eighty,six],[],9*1000+(8*100+(80+6))).
wordnum([nine,thousand,eight,hundred,and,eighty,seven],[],9*1000+(8*100+(80+7))).
wordnum([nine,thousand,eight,hundred,and,eighty,eight],[],9*1000+(8*100+(80+8))).
wordnum([nine,thousand,eight,hundred,and,eighty,nine],[],9*1000+(8*100+(80+9))).
wordnum([nine,thousand,eight,hundred,and,ninety,one],[],9*1000+(8*100+(90+1))).
wordnum([nine,thousand,eight,hundred,and,ninety,two],[],9*1000+(8*100+(90+2))).
wordnum([nine,thousand,eight,hundred,and,ninety,three],[],9*1000+(8*100+(90+3))).
wordnum([nine,thousand,eight,hundred,and,ninety,four],[],9*1000+(8*100+(90+4))).
wordnum([nine,thousand,eight,hundred,and,ninety,five],[],9*1000+(8*100+(90+5))).
wordnum([nine,thousand,eight,hundred,and,ninety,six],[],9*1000+(8*100+(90+6))).
wordnum([nine,thousand,eight,hundred,and,ninety,seven],[],9*1000+(8*100+(90+7))).
wordnum([nine,thousand,eight,hundred,and,ninety,eight],[],9*1000+(8*100+(90+8))).
wordnum([nine,thousand,eight,hundred,and,ninety,nine],[],9*1000+(8*100+(90+9))).
wordnum([nine,thousand,nine,hundred,and,one],[],9*1000+(9*100+1)).
wordnum([nine,thousand,nine,hundred,and,two],[],9*1000+(9*100+2)).
wordnum([nine,thousand,nine,hundred,and,three],[],9*1000+(9*100+3)).
wordnum([nine,thousand,nine,hundred,and,four],[],9*1000+(9*100+4)).
wordnum([nine,thousand,nine,hundred,and,five],[],9*1000+(9*100+5)).
wordnum([nine,thousand,nine,hundred,and,six],[],9*1000+(9*100+6)).
wordnum([nine,thousand,nine,hundred,and,seven],[],9*1000+(9*100+7)).
wordnum([nine,thousand,nine,hundred,and,eight],[],9*1000+(9*100+8)).
wordnum([nine,thousand,nine,hundred,and,nine],[],9*1000+(9*100+9)).
wordnum([nine,thousand,nine,hundred,and,ten],[],9*1000+(9*100+10)).
wordnum([nine,thousand,nine,hundred,and,eleven],[],9*1000+(9*100+11)).
wordnum([nine,thousand,nine,hundred,and,twelve],[],9*1000+(9*100+12)).
wordnum([nine,thousand,nine,hundred,and,thirteen],[],9*1000+(9*100+13)).
wordnum([nine,thousand,nine,hundred,and,fourteen],[],9*1000+(9*100+14)).
wordnum([nine,thousand,nine,hundred,and,fifteen],[],9*1000+(9*100+15)).
wordnum([nine,thousand,nine,hundred,and,sixteen],[],9*1000+(9*100+16)).
wordnum([nine,thousand,nine,hundred,and,seventeen],[],9*1000+(9*100+17)).
wordnum([nine,thousand,nine,hundred,and,eighteen],[],9*1000+(9*100+18)).
wordnum([nine,thousand,nine,hundred,and,nineteen],[],9*1000+(9*100+19)).
wordnum([nine,thousand,nine,hundred,and,twenty],[],9*1000+(9*100+20)).
wordnum([nine,thousand,nine,hundred,and,thirty],[],9*1000+(9*100+30)).
wordnum([nine,thousand,nine,hundred,and,forty],[],9*1000+(9*100+40)).
wordnum([nine,thousand,nine,hundred,and,fifty],[],9*1000+(9*100+50)).
wordnum([nine,thousand,nine,hundred,and,sixty],[],9*1000+(9*100+60)).
wordnum([nine,thousand,nine,hundred,and,seventy],[],9*1000+(9*100+70)).
wordnum([nine,thousand,nine,hundred,and,eighty],[],9*1000+(9*100+80)).
wordnum([nine,thousand,nine,hundred,and,ninety],[],9*1000+(9*100+90)).
wordnum([nine,thousand,nine,hundred,and,twenty,one],[],9*1000+(9*100+(20+1))).
wordnum([nine,thousand,nine,hundred,and,twenty,two],[],9*1000+(9*100+(20+2))).
wordnum([nine,thousand,nine,hundred,and,twenty,three],[],9*1000+(9*100+(20+3))).
wordnum([nine,thousand,nine,hundred,and,twenty,four],[],9*1000+(9*100+(20+4))).
wordnum([nine,thousand,nine,hundred,and,twenty,five],[],9*1000+(9*100+(20+5))).
wordnum([nine,thousand,nine,hundred,and,twenty,six],[],9*1000+(9*100+(20+6))).
wordnum([nine,thousand,nine,hundred,and,twenty,seven],[],9*1000+(9*100+(20+7))).
wordnum([nine,thousand,nine,hundred,and,twenty,eight],[],9*1000+(9*100+(20+8))).
wordnum([nine,thousand,nine,hundred,and,twenty,nine],[],9*1000+(9*100+(20+9))).
wordnum([nine,thousand,nine,hundred,and,thirty,one],[],9*1000+(9*100+(30+1))).
wordnum([nine,thousand,nine,hundred,and,thirty,two],[],9*1000+(9*100+(30+2))).
wordnum([nine,thousand,nine,hundred,and,thirty,three],[],9*1000+(9*100+(30+3))).
wordnum([nine,thousand,nine,hundred,and,thirty,four],[],9*1000+(9*100+(30+4))).
wordnum([nine,thousand,nine,hundred,and,thirty,five],[],9*1000+(9*100+(30+5))).
wordnum([nine,thousand,nine,hundred,and,thirty,six],[],9*1000+(9*100+(30+6))).
wordnum([nine,thousand,nine,hundred,and,thirty,seven],[],9*1000+(9*100+(30+7))).
wordnum([nine,thousand,nine,hundred,and,thirty,eight],[],9*1000+(9*100+(30+8))).
wordnum([nine,thousand,nine,hundred,and,thirty,nine],[],9*1000+(9*100+(30+9))).
wordnum([nine,thousand,nine,hundred,and,forty,one],[],9*1000+(9*100+(40+1))).
wordnum([nine,thousand,nine,hundred,and,forty,two],[],9*1000+(9*100+(40+2))).
wordnum([nine,thousand,nine,hundred,and,forty,three],[],9*1000+(9*100+(40+3))).
wordnum([nine,thousand,nine,hundred,and,forty,four],[],9*1000+(9*100+(40+4))).
wordnum([nine,thousand,nine,hundred,and,forty,five],[],9*1000+(9*100+(40+5))).
wordnum([nine,thousand,nine,hundred,and,forty,six],[],9*1000+(9*100+(40+6))).
wordnum([nine,thousand,nine,hundred,and,forty,seven],[],9*1000+(9*100+(40+7))).
wordnum([nine,thousand,nine,hundred,and,forty,eight],[],9*1000+(9*100+(40+8))).
wordnum([nine,thousand,nine,hundred,and,forty,nine],[],9*1000+(9*100+(40+9))).
wordnum([nine,thousand,nine,hundred,and,fifty,one],[],9*1000+(9*100+(50+1))).
wordnum([nine,thousand,nine,hundred,and,fifty,two],[],9*1000+(9*100+(50+2))).
wordnum([nine,thousand,nine,hundred,and,fifty,three],[],9*1000+(9*100+(50+3))).
wordnum([nine,thousand,nine,hundred,and,fifty,four],[],9*1000+(9*100+(50+4))).
wordnum([nine,thousand,nine,hundred,and,fifty,five],[],9*1000+(9*100+(50+5))).
wordnum([nine,thousand,nine,hundred,and,fifty,six],[],9*1000+(9*100+(50+6))).
wordnum([nine,thousand,nine,hundred,and,fifty,seven],[],9*1000+(9*100+(50+7))).
wordnum([nine,thousand,nine,hundred,and,fifty,eight],[],9*1000+(9*100+(50+8))).
wordnum([nine,thousand,nine,hundred,and,fifty,nine],[],9*1000+(9*100+(50+9))).
wordnum([nine,thousand,nine,hundred,and,sixty,one],[],9*1000+(9*100+(60+1))).
wordnum([nine,thousand,nine,hundred,and,sixty,two],[],9*1000+(9*100+(60+2))).
wordnum([nine,thousand,nine,hundred,and,sixty,three],[],9*1000+(9*100+(60+3))).
wordnum([nine,thousand,nine,hundred,and,sixty,four],[],9*1000+(9*100+(60+4))).
wordnum([nine,thousand,nine,hundred,and,sixty,five],[],9*1000+(9*100+(60+5))).
wordnum([nine,thousand,nine,hundred,and,sixty,six],[],9*1000+(9*100+(60+6))).
wordnum([nine,thousand,nine,hundred,and,sixty,seven],[],9*1000+(9*100+(60+7))).
wordnum([nine,thousand,nine,hundred,and,sixty,eight],[],9*1000+(9*100+(60+8))).
wordnum([nine,thousand,nine,hundred,and,sixty,nine],[],9*1000+(9*100+(60+9))).
wordnum([nine,thousand,nine,hundred,and,seventy,one],[],9*1000+(9*100+(70+1))).
wordnum([nine,thousand,nine,hundred,and,seventy,two],[],9*1000+(9*100+(70+2))).
wordnum([nine,thousand,nine,hundred,and,seventy,three],[],9*1000+(9*100+(70+3))).
wordnum([nine,thousand,nine,hundred,and,seventy,four],[],9*1000+(9*100+(70+4))).
wordnum([nine,thousand,nine,hundred,and,seventy,five],[],9*1000+(9*100+(70+5))).
wordnum([nine,thousand,nine,hundred,and,seventy,six],[],9*1000+(9*100+(70+6))).
wordnum([nine,thousand,nine,hundred,and,seventy,seven],[],9*1000+(9*100+(70+7))).
wordnum([nine,thousand,nine,hundred,and,seventy,eight],[],9*1000+(9*100+(70+8))).
wordnum([nine,thousand,nine,hundred,and,seventy,nine],[],9*1000+(9*100+(70+9))).
wordnum([nine,thousand,nine,hundred,and,eighty,one],[],9*1000+(9*100+(80+1))).
wordnum([nine,thousand,nine,hundred,and,eighty,two],[],9*1000+(9*100+(80+2))).
wordnum([nine,thousand,nine,hundred,and,eighty,three],[],9*1000+(9*100+(80+3))).
wordnum([nine,thousand,nine,hundred,and,eighty,four],[],9*1000+(9*100+(80+4))).
wordnum([nine,thousand,nine,hundred,and,eighty,five],[],9*1000+(9*100+(80+5))).
wordnum([nine,thousand,nine,hundred,and,eighty,six],[],9*1000+(9*100+(80+6))).
wordnum([nine,thousand,nine,hundred,and,eighty,seven],[],9*1000+(9*100+(80+7))).
wordnum([nine,thousand,nine,hundred,and,eighty,eight],[],9*1000+(9*100+(80+8))).
wordnum([nine,thousand,nine,hundred,and,eighty,nine],[],9*1000+(9*100+(80+9))).
wordnum([nine,thousand,nine,hundred,and,ninety,one],[],9*1000+(9*100+(90+1))).
wordnum([nine,thousand,nine,hundred,and,ninety,two],[],9*1000+(9*100+(90+2))).
wordnum([nine,thousand,nine,hundred,and,ninety,three],[],9*1000+(9*100+(90+3))).
wordnum([nine,thousand,nine,hundred,and,ninety,four],[],9*1000+(9*100+(90+4))).
wordnum([nine,thousand,nine,hundred,and,ninety,five],[],9*1000+(9*100+(90+5))).
wordnum([nine,thousand,nine,hundred,and,ninety,six],[],9*1000+(9*100+(90+6))).
wordnum([nine,thousand,nine,hundred,and,ninety,seven],[],9*1000+(9*100+(90+7))).
wordnum([nine,thousand,nine,hundred,and,ninety,eight],[],9*1000+(9*100+(90+8))).
wordnum([nine,thousand,nine,hundred,and,ninety,nine],[],9*1000+(9*100+(90+9))).
