133k views
5 votes
If a1 = 4 and an = (an-1)^2 + 3 then find the value of a4.

User Amadeo
by
8.1k points

1 Answer

4 votes

9514 1404 393

Answer:

a4 = 132,499

Explanation:

Use the recursive relation repeatedly.

a1 = 4

a2 = (a1)² +3 = 4² +3 = 19

a3 = 19² +3 = 364

a4 = 364² +3 = 132,499

User Ken Paul
by
7.7k points

Related questions

asked Apr 13, 2024 185k views
Christopher Smit asked Apr 13, 2024
by Christopher Smit
8.8k points
1 answer
3 votes
185k views
1 answer
5 votes
186k views