The Problem:
Let a(n) = (n^2)/(2^n)
Prove that if n>=3, then:
(a(n+1))/(a(n)) <= 8/9
By using this inequality for n = 3,4,5,..., prove that:
a(n+3) <= ((8/9)^n)(a(3))
Using the comparison test and results concerning the convergence of the geometric series, show that:
The...