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”).

A076333
Squarefree kernels of nonsquarefree numbers.
3
2, 2, 3, 6, 2, 6, 10, 6, 5, 3, 14, 2, 6, 10, 22, 15, 6, 7, 10, 26, 6, 14, 30, 21, 2, 34, 6, 15, 38, 10, 3, 42, 22, 30, 46, 6, 14, 33, 10, 26, 6, 14, 58, 39, 30, 11, 62, 5, 42, 2, 66, 15, 34, 70, 6, 21, 74, 30, 38, 51, 78, 10, 6, 82, 42, 13, 57, 86, 35, 22, 30, 46, 94, 21, 6, 14, 66
OFFSET
1,1
LINKS
FORMULA
a(n) = A007947(A013929(n)).
Sum_{k=1..n} a(k) ~ c * n^2 / 2, where c = (A065463 - 6/Pi^2)/(1 - 6/Pi^2)^2 = 0.627858264532... . - Amiram Eldar, Dec 09 2023
MATHEMATICA
f[n_] := If[(r = Times @@ FactorInteger[n][[;; , 1]]) < n, r , 0]; Select[f /@ Range[200], # > 0 &] (* Amiram Eldar, Sep 07 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 06 2002
STATUS
approved