For each list of integers, provide a simple formula or rule that generates the terms of an integer sequence that begins with the given list. Assume the sequence starts with . Do not forget initial conditions if required.
a) 7, 11, 15, 19, 23, 27, 31, 35, 39, 43
b) -1, 2, 1, 3, 4, 7, 11, 18, 29, 47
a)
The sequence
The sequence is arithmetic progression with
b)
The sequence satisfies the recurrence relation with
Comments