How can we manage a large exponent and set it to a perfect square or something?
I only started with $n^3 + 3n \equiv 0 \ mod \ 180 \ $ and $n^3 + 3n \equiv -2 \ mod \ 180 \ $
but it seems not sure that coverage all of answers or not.
If I have deal with $(n^3 + 3n+1)^{36} \equiv 1 \ mod \ 180 \ $I can't transform it to a perfect cube.
I'm appreciate for your help.
If this equation is satisfied modulo $180$ then it will be satisfied modulo $2$, $2^2$, $3$, $3^2$, and $5$. This condition is necessary and sufficient.
First, note (and prove) that if $x\not\equiv 0$ modulo any of these then $x^{180}\equiv 1$. This comes from Euler's Theorem (an extension of Fermat's Little Theorem).
Then investigate whether $x\equiv 0$. For instance, $(n^3+3n+1)\equiv 0\pmod 3$ if and only if $n\equiv 2\pmod 3$.
$(n^3+3n+1)\not \equiv 0\pmod 2$ always. You can try the other moduli yourself.