Find the formula for a given sequence 3/6, 8/25, 15/62, 24/123, 35/214
The Answer to the Question
is below this banner.
Can't find a solution anywhere?
NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?
Get the Answers Now!You will get a detailed answer to your question or assignment in the shortest time possible.
Here's the Solution to this Question
f(n) = (n*(n+2))/[n*(n+2)*(n+1) +(n-1)], where f(1) = 3/6