$2^{101p}$ and $2^{101q}$ are the factors of $2020^{2020}$. If $s(n)$ denotes all the sum of positive factors of $n$, then find the maximum value of $$4\cdot s\left(2^{p}\right) \cdot s\left(2^q\right)$$.
The options:
A) $\left(2^{20} - 1\right)\left(5^{20} - 1\right)$
B) $\left(2^{21} - 1\right)\left(5^{21} - 1\right)$
C) $\left(2^{40} - 1\right)\left(5^{20} - 1\right)$
D) $\left(2^{41} - 1\right)\left(5^{21} - 1\right)$
My first idea to solve this problem is factoring the number as follows:
$$2020^{2020}=2^{4040}\cdot 5^{2020}\cdot 101^{2020}$$
Then, (I'm not sure if the factor is the same as the dividor) my second thought is stating that $2^{4040} =(2^{1010})^4$ which put in me doubt if that would help. But if that so, that means $q=0$ as well and $p=q=0$. In this result, I really doubt if I'm doing this right. What the correct step should I do?