login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A085034
Number of prime factors of cyclotomic(n,9), which is A019327(n), the value of the n-th cyclotomic polynomial evaluated at x=9.
10
3, 2, 2, 2, 3, 1, 2, 3, 3, 2, 4, 1, 2, 2, 3, 2, 5, 1, 4, 1, 4, 2, 3, 3, 4, 2, 5, 2, 6, 1, 5, 2, 3, 2, 3, 1, 5, 2, 8, 2, 5, 2, 3, 3, 5, 2, 7, 2, 7, 4, 5, 2, 5, 1, 5, 3, 6, 2, 4, 3, 4, 3, 5, 2, 4, 1, 5, 3, 7, 3, 6, 2, 6, 3, 7, 4, 4, 2
OFFSET
1,1
COMMENTS
The Mobius transform of this sequence yields A057952, number of prime factors of 9^n-1.
REFERENCES
See references at A085021
LINKS
MATHEMATICA
Table[Plus@@Transpose[FactorInteger[Cyclotomic[n, 9]]][[2]], {n, 1, 100}]
CROSSREFS
omega(Phi(n,x)): A085021 (x=2), A085028 (x=3), A085029 (x=4), A085030 (x=5), A085031 (x=6), A085032 (x=7), A085033 (x=8), this sequence (x=9), A085035 (x=10).
Sequence in context: A084402 A127599 A207384 * A119323 A102299 A302481
KEYWORD
nonn
AUTHOR
T. D. Noe, Jun 19 2003
STATUS
approved