We can also do it by generating function.
The generating function for the same is $(1+x+x^2+.. + x^{100})^{5}$ and what we want is the coefficient of $x^{300}$.
$(1+x+x^2+.. + x^{100})^{5} = (1-x^{101})^{5}.\frac{1}{(1-x)^{5}}$
$(1-x^{101})^{5}$ can be expressed $(1-{5\choose1}x^{101} + {5\choose2}x^{202}-{5\choose3}x^{303}..$
$$\frac{1}{(1-x)^{5}} = \sum_{0}^{\infty} {(n+5-1)\choose(5-1)}x^n$$
$\frac{1}{(1-x)^{5}} = \sum_{0}^{\infty} {(n+4)\choose(4)}x^n$
Multiplying these two expressions, you are looking to have n+4-r where r is the reducing number from the first expression. $r_i = 0, 101, 202$ for $r i = 0,1,2$ respectively
Thus coefficients are products of $(-1)^i({5\choose i}{(300+4-r_i)\choose 4}) x^{300}$
you get ${(300+4)\choose(4)}$ for the first term
you get the next one $- {5\choose1}{(300+4-101)\choose(4)}$
and the next one ${5\choose2}{(300+4-202)\choose(4)}$
Add these products such as below
$ {304\choose4}- {5\choose1}{203\choose4}+
{5\choose2}{102\choose(4)}=47952376 $