A085021 Number of prime factors of cyclotomic(n,2), which is A019320(n), the value of the n-th cyclotomic polynomial evaluated at x=2.
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 1, 2, 1, 2, 1, 1, 2, 3, 1, 1, 1, 1, 1, 2, 2, 2, 1, 2, 1, 2, 1, 3, 2, 2, 1, 3, 2, 1, 2, 3, 3, 3, 2, 3, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 3, 1, 2, 3, 2, 3, 2, 2, 3, 1, 1, 3, 1, 3, 2, 2, 2, 1, 1, 2, 2, 1, 1, 3, 4, 1, 2, 3, 2, 2, 1, 3, 4
Offset: 1
Keywords
Examples
a(11) = 2 because cyclotomic(11,2) = 2047, which has two factors: 23 and 89.
Links
- Max Alekseyev, Table of n, a(n) for n = 1..1206 (first 500 term from T. D. Noe)
- Vjekoslav Kovač and Florian Luca, On the number of divisors of Mersenne numbers, arXiv:2506.04883 [math.NT], 2025. See Table 2 p. 9.
- H. Mishima, Factorization of Cyclotomic Numbers
- Eric Weisstein's World of Mathematics, Cyclotomic Polynomial
- Eric Weisstein's World of Mathematics, Möbius Transform
Crossrefs
Programs
-
Mathematica
Join[{0}, Table[Plus@@Transpose[FactorInteger[Cyclotomic[n, 2]]][[2]], {n, 2, 100}]]
-
PARI
a(n) = #factor(polcyclo(n, 2))~; \\ Michel Marcus, Mar 06 2015
Comments