If someone(People with SQL access) set ID as 4000(and current high is 3000), it would start counting from 4000 then...
(Also, use order by query to know if account ID are in sequence)
SELECT * FROM login ORDER BY account_id ASC;
OR,
The accounts are deleted?