Monday, December 19, 2016

sequences and series - Does an=frac1n converges even though sumfrac1n diverges?

I've been studying sequences and series recently. As I understood, the sequence convergence is determined whether the sequence has a limit value. Now, in this example



an=3n25n+73n35n+7



I get lim, which means this sequence converges. What confuses me is that it is known that series \sum \frac{1}{n} diverges. My question is, is it possible that \frac{1}{n} converges when working with sequences, but diverges when working with series? Or it diverges in both cases?




Thank you in advance

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...