|
Search: id:A071872
|
|
|
| A071872 |
|
Number of positive k such that k*tau(k) <= n. |
|
+0 1
|
|
| 0, 2, 1, 1, 3, 2, 4, 3, 3, 3, 5, 4, 6, 5, 7, 6, 6, 6, 6, 6, 6, 6, 8, 7, 9, 8, 10, 11, 10, 10, 10, 10, 12, 11, 13, 12, 12, 12, 14, 13, 15, 14, 14, 14, 14, 14, 16, 15, 15, 15, 15, 15, 15, 15, 15, 15, 17, 16, 18, 17, 19, 18, 20, 19, 19, 19, 19, 19, 19, 19, 19, 19, 21, 20, 22, 23, 22, 22
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
For n > 80, does always a(n) > Pi(n) the primes counting function ?
|
|
PROGRAM
|
(PARI) for(n=1, 100, print1(sum(i=1, n, if(sign(n-i*numdiv(i))-1, 0, 1))+sum(i=1, n, if(n-i*numdiv(i)-1, 0, 1)), ", "))
|
|
CROSSREFS
|
Sequence in context: A059779 A049346 A117334 this_sequence A141038 A156309 A093623
Adjacent sequences: A071869 A071870 A071871 this_sequence A071873 A071874 A071875
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 09 2002
|
|
|
Search completed in 0.002 seconds
|