urlBase = 'https://sept11documents.cityofnewyork.us/apps/content/September11_MD/NYC-WTC_'

with open('gen-urls.txt', 'w') as f:
    for i in range(154300,200000):
        urlSlug = i
        f.write(f'{urlBase}000{urlSlug:06d}.pdf\n')