x1=1,xn+1=xn+1,x1+x2+....+xn∈N
Given sequence is-
xn+1=xn+1
⇒x2=x1+1=2⇒x3=x2+1=2+1=3
We get the sequence -
1,2,3,4....,n
The nth term is-
an=1+(n−1)1=n
Using ratio test-
limn→∞anan+1=limn→∞nn+1
=limn→∞1+n1=1
Hence The given sequence xn converges to 1.
Comments