Notice to the reader: at the end on list item #8
Start by proving this 'simple' sum:
$$\frac{1-r^{n+1}}{1-r}=1+r+r^2+r^3+\dots+r^n$$
After you've proven that, differentiate it and solve the following sum
$$1+2+3+\dots+n=\lim_{r\to1}\dots$$
See if you can derive what higher degrees are:
$$1^2+2^2+3^2+\dots+n^2=???$$
Aside from that, do the opposite: integrate! (choose your bounds wisely)
$$1+\frac12+\frac13+\dots+\frac1n=?$$
Let $n\to\infty$ to reveal what happens to the famous sum $1+\frac12+\frac13+\dots$
On the contrary, derive the integral that solves the following, then let $n\to\infty$:
$$1-\frac12+\frac13-\frac14+\dots+(-1)^{n+1}\frac1n=?$$
See if you can figure out the formula for
$$r^x-r^{x+1}+r^{x+2}-r^{x+3}+\dots+(-1)^nr^{x+n}$$
Use it to derive what the following infinite sum is:
You may need to use the fact $\arctan(x)=\int\frac1{1+x^2}dx$ and some $u$ substitution.
$$\frac1{0.5}-\frac1{1.5}+\frac1{2.5}-\frac1{3.5}+\dots=$$
Taking a side turn, consider the following function:
$$y=\frac{\cos(x)+i\sin(x)}{e^{ix}}$$
what's its derivative? Should tell you something really deep about the way complex numbers work.
Using this information, and the very first sum we started with, can you now calculate what this sum is?
$$\cos(1)+\cos(2)+\dots+\cos(n)$$
How about for $\sin$?
Now lets get crazy. Can you calculate what this sum is???
$$\frac{\sin(1)}1+\frac{\sin(2)}2+\frac{\sin(3)}3+\dots$$
Now that was all fun, but here are some even more fun (and possibly very useful) functions/theorems you might want to poke around with.
$0!$| The Gamma function (remember the factorial?)
$\Gamma(3)$| The Riemann Zeta function $\displaystyle\sum_{k=1}^\infty\frac1{k^s}$ (no, you can't use the above methods here)
$18\zeta(2)/\pi^2$| The Dirichlet eta function $\displaystyle\sum_{k=1}^\infty\frac{(-1)^{k+1}}{k^s}$
4.0| Taylor series/Taylor's theorem (derive binomial expansion with this)
4.1| Laurent series (probably too advanced, this is complex analysis material)
$e^{\ln(5)}$| This guy named "Leonhard Euler" (you really should read up on him)
$e^{\pi}-17.14$| Analytic function (and its properties)
$7^{13}\mod13$| MSE $\leftarrow$ fundamental theorem of my free time
$2^3$| ^ See the above and use it whenever you need.
Btw: at the MIT open course ware you can find all kind of courses: https://ocw.mit.edu/index.htm
Before diving into topology it might be good to first look at metric spaces
– HolyMonk Nov 29 '16 at 07:45