|
Search: id:A069932
|
|
|
| A069932 |
|
Number of k, 1<=k<=n, such that phi(k) divides n. |
|
+0 1
|
|
| 1, 2, 2, 4, 2, 5, 2, 7, 2, 5, 2, 11, 2, 5, 2, 11, 2, 9, 2, 10, 2, 5, 2, 19, 2, 5, 2, 9, 2, 11, 2, 16, 2, 5, 2, 20, 2, 5, 2, 18, 2, 9, 2, 10, 2, 5, 2, 32, 2, 7, 2, 9, 2, 13, 2, 15, 2, 5, 2, 26, 2, 5, 2, 22, 2, 11, 2, 9, 2, 7, 2, 38, 2, 5, 2, 9, 2, 9, 2, 30, 2, 5, 2, 23, 2, 5, 2, 17, 2, 17, 2, 10, 2, 5
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Sequence does not give the number of all integers of the form phi(k) dividing n (for some n and some m>n phi(m) divides n).
|
|
FORMULA
|
Asymptotically (still conjectured) : sum(k=1, n, a(k))=C*n*ln(n)+o(nln(n)) with C=1, 5...
G.f.sum(k>=1, 1/(1-x^phi(k)))
|
|
PROGRAM
|
(PARI) for(n=1, 150, print1(sum(i=1, n, if(n%eulerphi(i), 0, 1)), ", "))
(PARI) a(n)=if(n<1, 0, polcoeff(sum(k=1, n, 1/(1-x^eulerphi(k)), x*O(x^n)), n))
|
|
CROSSREFS
|
Adjacent sequences: A069929 A069930 A069931 this_sequence A069933 A069934 A069935
Sequence in context: A005127 A140773 A133911 this_sequence A056148 A057567 A005128
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr), May 05 2002
|
|
|
Search completed in 0.002 seconds
|