Concept:
Check the pattern in differences between consecutive terms.
Step 1: Find differences.
\[
44 - 28 = 16
\]
\[
64 - 44 = 20
\]
\[
90 - 64 = 26
\]
\[
116 - 90 = 26
\]
Step 2: Expected pattern.
The differences should follow:
\[
+16,\ +20,\ +24,\ +28
\]
So the correct third difference should be:
\[
64 + 24 = 88 \ ({not } 90)
\]
Step 3: Conclusion.
90 breaks the pattern.
Hence, the odd number is 90.