How to systematically find all the elements (ℤ/19ℤ)∗ with order 6 in the form of $2^a$ where $0≤a≤18$? So my first thought about this question is to find element such that d=gcd(a,18)=3. And this equation gives a = 3, 12, and 15. Hence $2^{3}$, $2^{12}$ and $2^{15}$ are elements of (ℤ/19ℤ)∗ with order 6. Is it correct?
Also, with the same reasoning, we can get $2,2^{5},2^{7},2^{11},2^{13}$ and $2^{17}$ are generators of (ℤ/19ℤ)∗ in the form of $2^a$ where $0≤a≤18$. Thank you!