All defination of sequence is correct given by all but the sequence has it's limitation.
1.Once the number skips ,it cannot be recovered.
2.u can use the same sequence with any table.
e.g select seq1.nextval from emp; select seq1.nextval from dept.
so the number once skiped cannot be recovered.