Creation of a sequence includes the syntax as follows, with n representing an integer:
CREATE SEQUENCE nameINCREMENT BY nSTART WITH nMAXVALUE nCYCLECACHE n;