The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A327815 Number of irreducible factors in the factorization of the n-th cyclotomic polynomial over GF(7) (counted with multiplicity). 1
1, 1, 2, 1, 1, 2, 6, 2, 2, 1, 1, 2, 1, 6, 2, 4, 1, 2, 6, 2, 12, 1, 1, 4, 5, 1, 2, 6, 4, 2, 2, 4, 2, 1, 6, 2, 4, 6, 2, 4, 1, 12, 7, 2, 2, 1, 2, 8, 42, 5, 2, 2, 2, 2, 2, 12, 12, 4, 2, 4, 1, 2, 12, 4, 4, 2, 1, 2, 2, 6, 1, 4, 3, 4, 10, 6, 6, 2, 1, 8, 2, 1, 2, 12, 4, 7, 8, 4, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
Let n = 7^e*s, gcd(7,s) = 1, then a(n) = phi(n)/ord(7,s), where phi = A000010, ord(k,s) is the multiplicative order of k modulo s. See A327818 for further information.
EXAMPLE
Factorizations of the n-th cyclotomic polynomial over GF(7) for n <= 10:
n = 1: x - 1;
n = 2: x + 1;
n = 3: (x + 3)*(x - 2);
n = 4: x^2 + 1;
n = 5: x^4 + x^3 + x^2 + x + 1;
n = 6: (x + 2)*(x - 3);
n = 7: (x - 1)^6;
n = 8: (x^2 + 3x + 1)*(x^2 - 3x + 1);
n = 9: (x^3 + 3)*(x^3 - 2);
n = 10: x^4 - x^3 + x^2 - x^2 + 1.
PROG
(PARI) a(n) = my(s=n/7^valuation(n, 7)); eulerphi(n)/znorder(Mod(7, s))
CROSSREFS
Cf. A000010.
Row 5 of A327818.
Sequence in context: A206497 A123218 A298608 * A007736 A107042 A134830
KEYWORD
nonn,easy
AUTHOR
Jianing Song, Sep 26 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 6 06:12 EDT 2024. Contains 373115 sequences. (Running on oeis4.)