So I checked 5.4.10 and found the following command issued to create the sequence:
create sequence books_seq start with 1000 increment by 50
So maybe the issue has been solved already?