If you have these requirements, an attribute of type AutoNumber is the wrong solution. You need an integer attribute which you manage yourself through microflow actions.
Hi Prakhar,
Create a Non persistable entity and show that in a page.When user clicks the submit button get the values from Non persistable entity and set it to the Persistable entity.
In this way we can achieve ur functionality
Regards,
Bharathidasan