I am in doubt with an exercise - I need to calculate $$\left(205\mid853\right)$$
I would use the fact Legendre's symbols are multiplicative, but then I would have something like
$$\left(5\mid853\right)\left(41\mid853\right)$$
and it would not help much with Gauss lemma, since it would mean having sequences $(853-1)/2$ longs to multiply, to operate $\mod 853$, and so on.
Is there a faster trick I don't see?
Thanks in advance.