login
A073356
Greatest common divisor of squarefree kernel of n and sum of squarefree kernels of numbers <= n.
2
1, 1, 3, 2, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 5, 2, 17, 1, 1, 2, 7, 1, 1, 2, 1, 1, 1, 2, 1, 3, 1, 2, 3, 1, 1, 6, 1, 1, 3, 2, 1, 3, 1, 2, 1, 1, 1, 2, 1, 1, 1, 2, 53, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 2, 1, 3, 1, 2, 1, 1, 1, 2, 1, 1, 1, 2, 1, 3, 1, 2, 1, 1, 1, 14, 1, 1, 1, 2, 1, 1, 7, 2, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1
OFFSET
1,3
LINKS
FORMULA
a(n) = GCD(A007947(n), A073355(n)).
MATHEMATICA
rad[n_] := Times @@ FactorInteger[n][[;; , 1]]; seq[nmax_] := Module[{v = Array[rad, nmax]}, GCD[v, Accumulate[v]]]; seq[100] (* Amiram Eldar, Apr 06 2025 *)
CROSSREFS
Sequence in context: A184532 A016557 A073572 * A093032 A072115 A210650
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 29 2002
STATUS
approved