Two consecutive odd integers.

Any odd integer can be written as 2n+1, where n = integer

So, the next odd integer will be (2n+1) + 2 = 2n + 3


Hence, two consecutive odd integers are 2n + 1 and 2n + 3


62