A sequence of real numbers is defined using the following recurrence relation
for all . If denotes the prime number, what is ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
In the problem, we are given a recurrence relation for a n . We will now find an explicit expression for a n which will help us understand the sequence better.
a n = p n − 1 a n − 1 = p n − 1 × p n − 2 a n − 2 = p n − 1 × p n − 2 × p n − 3 a n − 3 = ⋯ = p 1 × p 2 × p 3 × ⋯ × p n − 1 a 1
Irrespective of what a 1 is, we see that as n becomes bigger, more and more large numbers are multiplied in denominator. However, the numerator remains constant so the fraction becomes smaller and approaches 0 □