5 consecutive even integers:
2n, 2n+2, 2n+4, 2n+6, 2n+8 for any integer n
The sum of the two smallest of five consecutive even integers is 50 less than the sum of the other three integers:
2n + 2n+2 = 2n+4 + 2n+6 + 2n+8 - 50
4n + 2 = 6n -32
34 = 2n
n = 17
The smallest integer in our sequence is 2n = 2*17 = 34
Check:
2n + 2n+2 = 2n+4 + 2n+6 + 2n+8 - 50
34 + 36 = 38 + 40 + 42 - 50
70 = 120 - 50
70 = 70
Check!