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!)
A327814 Number of irreducible factors in the factorization of the n-th cyclotomic polynomial over GF(5) (counted with multiplicity). 1

%I #5 Sep 28 2019 22:34:18

%S 1,1,1,2,4,1,1,2,1,4,2,2,3,1,4,2,1,1,2,8,2,2,1,4,20,3,1,2,2,4,10,2,2,

%T 1,4,2,1,2,6,8,2,2,1,4,4,1,1,4,1,20,2,6,1,1,8,4,2,2,2,8,2,10,6,2,12,2,

%U 3,2,2,4,14,4,1,1,20,4,2,6,2,8,1,2,1,4,4,1,4,4,2,4

%N Number of irreducible factors in the factorization of the n-th cyclotomic polynomial over GF(5) (counted with multiplicity).

%F Let n = 5^e*s, gcd(5,s) = 1, then a(n) = phi(n)/ord(5,s), where phi = A000010, ord(k,s) is the multiplicative order of k modulo s. See A327818 for further information.

%e Factorizations of the n-th cyclotomic polynomial over GF(5) for n <= 10:

%e n = 1: x - 1;

%e n = 2: x + 1;

%e n = 3: x^2 + x + 1;

%e n = 4: (x + 2)*(x - 2);

%e n = 5: (x - 1)^4;

%e n = 6: x^2 - x + 1;

%e n = 7: x^6 + x^5 + x^4 + x^3 + x^2 + x + 1;

%e n = 8: (x^2 + 2)*(x^2 - 2);

%e n = 9: x^6 + x^3 + 1;

%e n = 10: (x + 1)^4.

%o (PARI) a(n) = my(s=n/5^valuation(n, 5)); eulerphi(n)/znorder(Mod(5, s))

%Y Cf. A000010.

%Y Row 4 of A327818.

%K nonn,easy

%O 1,4

%A _Jianing Song_, Sep 26 2019

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 July 17 14:36 EDT 2024. Contains 374377 sequences. (Running on oeis4.)