First of all, I'm not a native english speaker and I'm not sure if I should be calling this a series or a sequence, I'm guessing that this is called a sequence in english.
I'm trying to evaluate the convergence of following sequence using D'Alembert theorem.
$$\sum_{n=1}^{\infty} \frac{n}{1+2^n} $$
After applying and rewriting I get the following
$$\lim_{n\rightarrow\infty} \frac{n+1}{1+2^{n+1}} * \frac{1+2^n}{n}$$
According to my textbook the form given here should simplify to 1. However I don't see how this would simplify to 1. $$\lim_{n\rightarrow\infty}\frac{n+1}{n}$$
I tried writing the multiplication out which would give me the following result. Which does not simplify to the same function as the one that I would get if the function given above would equal to 1.
$$\lim_{n\rightarrow\infty}\frac{n*(2^n+1)+1+2^n}{n(1+2^{n+1})}$$
I don't see where I'm going wrong here, any tips are very much appreciated.