I want to count the number of Dirichlet characters with given properties:
- Number of Dirichlet characters modulo $260$
- Number of quadratic Dirichlet characters modulo $260$
- Number of primitive Dirichlet characters modulo $260$
- Number of primitive quadratic Dirichlet characters modulo $260$
The answer of the first question is $96$ because $\mathfrak{D}_N\cong\Bbb{Z}_N^*$ (here we notate the group of Dirichlet characters modulo N with $\mathfrak{D}_N$). Because of this argument we can also solve the second question, because we want to find the number of elements in $\Bbb{Z}_N^*$ with order $2$. But how can I count such elements? For the third question I don't know how to solve it. I think that we have to look up to subgroups of $\Bbb{Z}_n^*$, but how?
Can someone help me with this topic? Thanks