Sorry for misleading you, but I just wrote down the pattern for myself and noticed I did make a big blunder, you were right, it's
n_k = \frac{2}{(k+1)!}
My derivation in the earlier post still follows the same procedure, except that we begin with
n_k = \frac{1}{3.4.5...k(k+1)}
So then
\frac{1}{(k+1)!} =\frac{1}{2.3.4.5...k(k+1)} =\frac{1}{2} \frac{1}{3.4.5...k(k+1)} = \frac{1}{2}n_k
Hence we have that
n_k = \frac{2}{(k+1)!}
Sorry about that.
Topgun_68 said:
Yes I can see how you did all the math to acquire the answer, but how you got the \frac{1}{2} confuses me a little. Is it because the question stated k ≥ 2 so you pulled it out of the factorial? Than you multiply both sides by 2 to isolate the nk.
Thanks for your patience with me!
The factor of 1/2 came from the fact that when we noticed the pattern for n
k to be
n_k = \frac{1}{3.4.5...k(k+1)}
The denominator is nearly
(k+1)! = 2.3.4.5...k(k+1)
But we're missing the 2, so we put in there! But if we multiplied the denominator by 2, then in order to keep it equal, we need to multiply the numerator by 2 as well:
\frac{1}{3.4.5...(k+1)}=\frac{2}{2}\cdot \frac{1}{3.4.5...(k+1)} = \frac{2}{2.3.4...(k+1)}=\frac{2}{(k+1)!}
If the question was instead changed to "for integers k\geq 1" then our initial condition would have to be on n
0, so let n
0=1, then
n_1=\frac{n_0}{1+1}=\frac{1}{2}
n_2=\frac{n_1}{2+1}=\frac{1/2}{3}=\frac{1}{2.3}
Following this pattern, we can see that kth term will be
n_k = \frac{1}{2.3.4...k(k+1)}
Which is simply
n_k = \frac{1}{(k+1)!}