It is valid for n=1, and if I assume that $a^{4n+1}-a=30k$ for some n and continue from there with $a^{4n+5}-a=30k=>a^4a^{4n+1}-a$ then I try to write this in the form of $a^4(a^{4n+1}-a)-X$ so I could use my assumption but I can't find any $X$ that would set the two expressions equal.
Then I tried factoring $a^{4n+1}-a=30k$ as $a(a^n-1)(a^n+1)(a^{2n}+1)=30k$ and using that as my assumption. Then I also factor as $a^{4n+5}-a=a(a^{n+1}-1)(a^{n+1}+1)(a^{2n+2}+1)$ and again I'm stuck not being able to use my assumption.
Please note that I strictly need to use induction in this problem.
We start with the base case: $n = 1 \implies P(1): a^5 - a = a(a-1)(a+1)(a^2+1)$. The product $ 6 = 3! \mid a(a-1)(a+1) $. If $a = 0, 1, 4 \pmod 5 \implies 5 \mid a^5 - a \implies 30 \mid a^5 - a$ since $\text{gcd}(5,6) = 1$. If $a = 2, 3 \pmod 5 \implies 5 \mid a^2 + 1 \implies 30 \mid a^5 - a$. Thus $P(1)$ is true.
Assume $P(n): 30 \mid a^{4n+1} - a$ is true. Then
$$\begin{align}P(n+1): a^{4n+5} - a &= a^{4n+5} - a^{4n+1} + (a^{4n+1}-a) \\ &= a^{4n}(a^5-a) + (a^{4n+1}-a) \end{align}$$ The first term of this sum is divisible by $30$ as we just proved it, and the second term is divisible by $30$ by inductive step, thus the sum is divisible by $30$, thus $P(n+1)$ is divisible by $30$, completing the induction process.