A perpetuity costs 77.1 and makes end-of-year payments. The perpetuity pays 1 at the end of year 2, 2 at the end of year 3, ...., n at the end of year (n+1). After year (n+1), the payments remain constant at n. The annual effective interest rate is 10.5%.
Suppose the question is asking you to find 1 discounted back 2 years, 2 discounted back 3 years, 3 discounted back 4 years,..., n discounted back n+1 years, n discounted back n+2 years, n discounted back n+3 years... and setting this equal to 77.1. You have:
$$\frac{1}{1.105^2}+\frac{2}{1.105^3}+\frac{3}{1.105^4}+...+\frac{n}{1.105^{n+1}}+\frac{n}{1.105^{n+2}}+\frac{n}{1.105^{n+3}}+...=77.1$$
$$\frac{1}{1.105^2}+\frac{2}{1.105^3}+\frac{3}{1.105^4}+...+\frac{n-1}{1.105^n}+\frac{n}{{1.105^n}\times.105}=77.1$$
How do you express this sum using a closed form expression, using the variable n? $$\frac{1}{1.105^2}+\frac{2}{1.105^3}+\frac{3}{1.105^4}+...+\frac{n-1}{1.105^n}$$ Because this is not geometric, the only idea I have is you could estimate this with $$ \int_{1}^{n-1} \frac{x}{1.105^{x+1}} \,dx $$
$\require{enclose}$Let $i = 0.105$ be the effective annual rate of interest; then $v = 1/(1+i)$ is the effective annual present value discount factor. The equation of value is
$$\begin{align} 77.1 &= 1v^2 + 2v^3 + 3v^4 + \cdots + (n-1)v^n + nv^{n+1} + nv^{n+2} + \cdots \\ &= v^2 \left(1 + 2v + 3v^2 + \cdots + (n-1)v^{n-2} + nv^{n-1}\right) + n v^{n+1} \left(v + v^2 + \cdots \right). \tag{1} \end{align}$$
The level portion of this perpetuity-immediate is simply $$nv^{n+1} (v + v^2 + \cdots ) = n \,{}_{n+1|}a_{\enclose{actuarial}{\infty}i} = nv^{n+1} a_{\enclose{actuarial}{\infty} i} = \frac{nv^{n+1}}{i}. \tag{2}$$ Expressed as an infinite geometric series, $(2)$ is equivalent to $$nv^{n+2} \sum_{k=0}^\infty v^k = nv^{n+2} \frac{1}{1-v} = \frac{nv^{n+2}}{1 - 1/(1+i)} = \frac{(1+i)nv^{n+2}}{(1+i)-1} = \frac{nv^{n+1}}{i}.$$
As for the increasing portion of the perpetuity, this amounts to a deferred increasing annuity-immediate with deferral period of one year:
$$\begin{align} v^2\left(1 + 2v + 3v^2 + \cdots + nv^{n-1}\right) &= v (I a)_{\enclose{actuarial}{n}i} \\ &= v \frac{\ddot a_{\enclose{actuarial}{n}i} - nv^n}{i} \\ &= \frac{v}{i} \left( (1+i)\frac{1 - v^n}{i} - nv^n \right). \tag{3} \end{align}$$
However, we can also use calculus to compute the sum via differentiation of a suitable finite geometric series:
$$\begin{align} v^2 \sum_{k=0}^n kv^{k-1} &= v^2 \sum_{k=0}^n \frac{d}{dv}\left[v^k\right] \\ &= v^2 \frac{d}{dv}\left[\sum_{k=0}^n v^k\right] \\ &= v^2 \frac{d}{dv} \left[ \frac{1 - v^{n+1}}{1-v} \right] \\ &= v^2 \left( \frac{1 - (1 - n + nv)v^n}{(1-v)^2} \right). \tag{4} \end{align}$$
There are other methods of evaluating the increasing sum (e.g., perturbation).
The proof of the equality of the expressions $(3)$ and $(4)$ is left as an exercise for the reader, as is the actual solution of the equation of value $(1)$ for $n$.