A216326 Number of divisors of the degree of the minimal polynomial of 2*cos(Pi/prime(n)), with prime = A000040, n >= 1.
1, 1, 2, 2, 2, 4, 4, 3, 2, 4, 4, 6, 6, 4, 2, 4, 2, 8, 4, 4, 9, 4, 2, 6, 10, 6, 4, 2, 8, 8, 6, 4, 6, 4, 4, 6, 8, 5, 2, 4, 2, 12, 4, 12, 6, 6, 8, 4, 2, 8, 6, 4, 16, 4, 8, 2, 4, 8, 8, 12, 4, 4, 6, 4, 12, 4, 8, 16, 2, 8, 10, 2, 4, 8, 8, 2, 4, 12, 12, 12, 4, 16, 4, 16, 4, 4, 12, 12, 8, 8, 2
Offset: 1
Keywords
Examples
a(6) = 4 because prime(6) = 13, and row n=13 of A216320 is [1 3 2 6 3 6] with 4 distinct numbers (Modd 13 orders).
Programs
-
PARI
delta(n) = if (n==1, 1, eulerphi(2*n)/2); \\ A055034 a(n) = numdiv(delta(prime(n))); \\ Michel Marcus, Sep 12 2023
Comments