The following problem is from an exam Coding and cryptography of 2017, where $K\in \lbrace 0,1\rbrace$ so that we work with binary codes.
Let $C \subseteq K^{60}$ be the cyclic linear code with generator polynomial $g(x) = 1 + x^6$. How many cyclic linear codes $C' \subseteq C$ are there? (Hint: how does the generator polynomial of $C'$ relate to $g(x)$?)
In the book of Hankerson they we can factorize $1+x^{60}$ as follows. Since $x=2^2\cdot 15 = 4\cdot 15$, then $1+x^{60} = (1+x^{15})^4$. Next I want to know $z$, the value of different irreducible polynomials if $1+x^{15}$ is factorized. From this it should be doable to calculate the number of cyclic codes with a $g(x)$ in it.
Also, there is a procedure to factorize $x^{15}+1$, and this has do to with idempotent polynomials and gcd, as in Hankerson chapter 4, but that calculation would be too long for only $4$ of $90$ points.
Does anyone know an argument? Thanks in advance.