Step 1: Use the formula for sum of squares.
The formula for the sum of squares of the first \( n \) natural numbers is:
\[
1^2 + 2^2 + 3^2 + \cdots + n^2 = \frac{n(n+1)(2n+1)}{6}
\]
Step 2: Find the sum of squares from \(1^2\) to \(20^2\).
\[
1^2 + 2^2 + 3^2 + \cdots + 20^2 = \frac{20 \times 21 \times 41}{6} = 2870
\]
Step 3: Subtract the unwanted terms.
We need the sum from \(5^2\) to \(20^2\), so subtract:
\[
1^2 + 2^2 + 3^2 + 4^2 = 1 + 4 + 9 + 16 = 30
\]
Step 4: Final calculation.
\[
2870 - 30 = 2840
\]
Final Answer:
\[
\boxed{2840}
\]