|
| |
|
|
A069933
|
|
Number of k, 1<=k<=n, such that core(k) divides n, where core(x) is the squarefree part of x, the smallest integer such that x*core(x) is a square.
|
|
0
| |
|
|
1, 2, 2, 3, 3, 5, 3, 4, 4, 7, 4, 8, 4, 7, 7, 6, 5, 10, 5, 10, 8, 9, 5, 11, 7, 10, 8, 11, 6, 18, 6, 9, 10, 11, 10, 15, 7, 12, 11, 14, 7, 20, 7, 13, 13, 12, 7, 16, 9, 17, 13, 15, 8, 19, 13, 16, 13, 14, 8, 27, 8, 14, 15, 13, 14, 25, 9, 16, 14, 25, 9, 21, 9, 16, 18, 17, 14, 27, 9, 20, 14, 17
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Sequence does not give the number of all integers of the form core(k) dividing n since this set is infinite (for any square x^2 core(x^2)=1 divides n).
|
|
|
FORMULA
| Asymptotically (still conjectured) : sum(k=1, n, a(k))=n^C+O(n^C) with C=1, 54...
|
|
|
PROG
| (PARI) for(n=1, 150, print1(sum(i=1, n, if(n%core(i), 0, 1)), ", "))
|
|
|
CROSSREFS
| Sequence in context: A138305 A169897 A079375 * A204987 A102347 A204908
Adjacent sequences: A069930 A069931 A069932 * A069934 A069935 A069936
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Benoit Cloitre (benoit7848c(AT)orange.fr), May 05 2002
|
| |
|
|