I'm a student and, while playing with my calculator, find out that: $$\frac{1}{n}+\frac{1}{n^2}+\frac{1}{n^3}.... = \frac{1}{n-1}$$
is it a well defined equivalence and what is its name, is there a proof for that?
if we put it this way: $$1+\frac{1}{n}+\frac{1}{n^2}+\frac{1}{n^3}.... = \frac{n}{n-1}$$
what do you call the last term (the sum), the complementary inverse or reciprocal of 1/n?
This is a geometric series. It has a summation formula $$ \sum_{j=0}^\infty z^j = \frac{1}{1-z}, |z| < 1 $$ Plugging in $z = 1/n$ results in your formula.