Assume you have a variable named count that will take on the values 1,2,3,4, and so on. Complete the blank spaces in the following table so
that the given sequences will be correctly generated.
All numbers entered must be integers and can be either positive or negative
Sequence
Expression
* count +
13,22,31,40,49,58,.
* count +
7, 23, 39, 55, 71, 87, ..
*count+
4,-7,-10,-13,-16,-19,