The 4 digit base $6$ number $abcd$ with $a>0$ and $d$ odd is a perfect square. List all possible values of $c$. (The letters are the digits of the base 6 number.)
I've rewritten $abcd_6$ into $216a + 36b + 6c + d$, and I know that $d$ can be $1,3,5$, but now I'm stuck. I guess I could start plugging in some numbers since $a,b,c,d \le 5$, but I feel like there would be a more efficient way.
The odd perfect squares in the interval $[217,1295]$ where we are interested are $225,289,361,441,529,625,729,841,961,1089,1225$. Reducing these modulo $36$ we get $9,1,1,9,25,13,9,13,25,9,1$. Note these are exactly the odd quadratic residues modulo $36$ but here we have shown that they all crop up in our desired interval. The quotients of these numbers when divided by $6$ gives the possible values of $c$: $0,1,2,4$.