Do you rebuild the index by droping it and re-create with sql script ?

Was the index created with a big initial extent ?

Have you specify the storage clause for the index ?

If not, it may due to the default tablespace storage clause make the initial and next extents small so that recreating the index without storage clause made more extents allocated.