Recursive Rules Exercises

Recursive Rules Exercises

Example 1

Given the recursive rule {an} = (an – 1) – 3 and a1 = 7, find a8.

Example 2

Given the recursive rule: {an} = (an – 1) + 4 and a1 = 0 , find a10.

Example 3

Find the recursive rule for the sequence 2, 5, 11, 23, ...

Example 4

Find the recursive rule for the sequence 3, 12, 39, 120, …

Example 5

Find a12 for the sequence 0, 1, 1, 2, 3, 5, …