it's not clear in the post but my file contain a first blank line that i manage to delete thanks to sed "1d"
But after that the number are precieded by a blank too this way
blankblankblank1505
blankblankblank1506
How can i delete the blank in the second,the third and so one in the file to format the file like
1505
1506
1507
...