What would the equation to sum (shown below) of $ 3\cdot 10^{-n-1}$? Just like $ 2^x-1$ is the sum of $ 2^{x-1}$.
$$\sum_{n=0}^{\infty} 3\cdot 10^{-n-1}$$
This would be 0.3+0.03+0.003. . .
this would help me greatly in finding a limit for something.
UPDATE: I found (via calculator) it's $0.3021339806 \times 0.099570245^{x}$ but I'd like something smoother
If the latter is what the sum should be, you should leave everything the same except for starting the sum at $n=0$, so the first term is $\frac{3}{10}$. In that case, as you noted in an earlier version, the sum is $\frac{1}{3}$; if you leave the summation starting at $n=1$ as now, the sum is $\frac{1}{30}$.
– Kevin Carlson Sep 30 '12 at 00:40