Complete the pattern 33,41,49,57,65,73, the number in the patern are even,odd,are multiple of 8 are multiple of 2

The pattern seems to follow three different rules:

1) The numbers alternate between even and odd.
2) The odd numbers are obtained by adding 8 to the previous even number.
3) The even numbers are multiples of 2.

Using these rules, we can find the next numbers in the pattern:
33 + 8 = 41 (odd)
41 + 8 = 49 (even) [multiple of 2]
49 + 8 = 57 (odd)
57 + 8 = 65 (even) [multiple of 2]
65 + 8 = 73 (odd)

Therefore, the next number in the pattern is 73.