Find three consecutive odd integers such that four times the middle integer is two more than the sum of the first and third.

1 answer

n, n+2, n+4

4(n+2) = n + n+4 + 2