I encountered following math problem I could use some help with. How can I prove that $$\sum_{k=1}^{18}{\frac{18!}{k}}\equiv 0 \pmod {19}$$
I have tried already: $$\sum_{k=1}^{18}{\frac{18!}{k}}= 18!\bullet \sum_{k=1}^{18}{\frac{1}{k}}$$
And using Wilson’s theorem with $p=19$ I get:
$$\sum_{k=1}^{18}{\frac{18!}{k}}\equiv\left(\sum_{k=1}^{18}{\frac{1}{k}}\right)\bullet(-1) \pmod {19}$$ But this is then: $$\neq 0 \pmod {19}$$
Where did I exactly go wrong? Thank you already in advance for your help.