The first digit (on the left) and the last digit (on the right) of $$\sum_{k=1}^{1010}k^{2020-k}=1^{2019}+2^{2018}+3^{2017}+\dots+1010^{1010}$$ are to be obtained not by using computers/calculators.
My Attempt for the last digit (the units digits):
$$\left.\begin{matrix} 1^{2019}\equiv 1 \text{ (mod 10)}\\ 2^{2018}\equiv 4 \text{ (mod 10)}\\ 3^{2017}\equiv 3 \text{ (mod 10)}\\ 4^{2016}\equiv 6 \text{ (mod 10)}\\ 5^{2015}\equiv 5 \text{ (mod 10)}\\ 6^{2014}\equiv 6 \text{ (mod 10)}\\ 7^{2013}\equiv 7 \text{ (mod 10)}\\ 8^{2012}\equiv 6 \text{ (mod 10)}\\ 9^{2011}\equiv 9 \text{ (mod 10)}\\ 10^{2010}\equiv 0 \text{ (mod 10)}\\ \end{matrix}\right\} \text{ this pattern repeats } \frac{1010}{10}=101 \text{ times for the next terms.}$$
The units digit of the sum of the first $10$ terms
$=(1+4+3+6+5+6+7+6+9+0)$ $($mod $10)=47$ $($mod $10)=7$
Therefore, the units digit of the given expression is $(7 \times 101)$ $($mod $10)=707$ $($mod $10)=7$.
I am not sure if I am right or wrong. Please let me know.
Also, I do not know anyway to find the first digit (on the left).
Any help would be appreciated. THANKS!
Your computation for the last digit looks correct.
I don't think one can compute the first digit without a computer. Here is my reasoning. Let us first try to find out which terms in the sum are biggest. If the biggest term is more than $10$ times as big as the sum of the rest, it is sufficient to compute the first digit of that term, otherwise we would need a few of the biggest terms.
Consider the function $f(x)=x^{2020-x}$ and compute where the maximum is. Differentiating and setting to zero gives the equation $x\cdot(1 + \ln(x))=2020$. We don't need the exact value but one can see without calculator that this is the unique maximum and that it is somewhere inside the range from $1$ to $1010$. Without calculator my guess would be somewhere around 300.
Now computing the first digit of one such term, say $300^{1720}$ is already quite tricky and long without calculator. Additionally we don't know how big the biggest term is compared to the rest of them.