An integer is divisible by 30 iff it is divisible by 2, 3 and 5.
Note that 2∣kk+1 iff k is odd. Thus we may assume that k is odd. Write k=2t+1.
If k≡0 or 1(mod3), then 3∤kk+1. If k≡2≡−1(mod3), then 3∣kk+1 iff k is odd, i.e. iff k=6t+5.
If k≡0 or 1(mod5), 5∤kk+1.
If k≡2 or 3(mod5), then k≡±2(mod5). Therefore
kk+1≡(±2)k+1≡(±2)2t+1+1≡(±2)4t+1≡(±2)(−1)t+1≡0(mod5).
If k≡4≡−1(mod5), then 5∣kk+1 iff k is odd.
Thus 30∣kk+1 iff k is odd and k≡5(mod6) and k≡9(mod10).
Thus k=30n+29, n=0,1,2,…