so I need a function that receives a list and sees if the next element is the sum of the previous plus 1 like this [x, x+1, (x+1)+1] if so gives True
so an ex