- not prime oddnum= 3
- [2, 3]
- the new oddnum is= 5
- not prime oddnum= 5
- [2, 3, 5, 5]
- the new oddnum is= 7
- not prime oddnum= 7
- [2, 3, 5, 5, 7, 7, 7, 7]
- the new oddnum is= 9
- not prime oddnum= 9
- [2, 3, 5, 5, 7, 7, 7, 7, 9]
- the new oddnum is= 11
- not prime oddnum= 11
- [2, 3, 5, 5, 7, 7, 7, 7, 9, 11, 11, 11, 11, 11, 11, 11, 11, 11]
- the new oddnum is= 13
- end
- 11