login
A168310
The first thousand positive integers arranged alphabetically.
1
8, 800, 808, 818, 880, 888, 885, 884, 889, 881, 887, 886, 883, 882, 811, 815, 850, 858, 855, 854, 859, 851, 857, 856, 853, 852, 805, 840, 848, 845, 844, 849, 841, 847, 846, 843, 842, 804, 814, 809, 819, 890, 898, 895, 894, 899, 891, 897, 896, 893, 892, 801, 807
OFFSET
1,1
COMMENTS
This is a poem by Claude Closky.
LINKS
PROG
(Python)
from num2words import num2words
afull = sorted(list(range(1, 1001)), key=num2words)
print(afull[:53]) # Michael S. Branicky, Nov 10 2025
CROSSREFS
Sequence in context: A332178 A204464 A001547 * A220186 A054945 A158817
KEYWORD
nonn,word,look,fini,full
AUTHOR
Douglas Summers-Stay (dss316(AT)nyu.edu), Nov 22 2009
EXTENSIONS
More terms from Michael S. Branicky, Nov 10 2025
STATUS
approved