A085035 Number of prime factors of cyclotomic(n,10), which is A019328(n), the value of the n-th cyclotomic polynomial evaluated at x=10.
2, 1, 2, 1, 2, 2, 2, 2, 2, 1, 2, 1, 3, 1, 2, 2, 2, 2, 1, 2, 3, 4, 1, 1, 3, 2, 3, 3, 5, 3, 3, 5, 2, 3, 3, 1, 3, 1, 1, 2, 4, 4, 4, 3, 2, 4, 2, 1, 2, 3, 4, 2, 4, 2, 4, 2, 3, 2, 2, 3, 7, 1, 5, 4, 2, 2, 3, 3, 3, 2, 2, 3, 3, 3, 3, 2, 4, 5, 6, 2, 6, 2, 3, 2, 3, 3, 3
Offset: 1
Keywords
References
- See references at A085021.
Links
- Max Alekseyev, Table of n, a(n) for n = 1..352 (first 322 terms from Ray Chandler)
- Makoto Kamada, Factorizations of Phi_n(10)
Crossrefs
Programs
-
Mathematica
Table[Plus@@Transpose[FactorInteger[Cyclotomic[n, 10]]][[2]], {n, 1, 100}]
Comments