OFFSET
1,2
COMMENTS
Squarefree kernel of the sum of row n of A369609.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000
Michael De Vlieger, Log log scatterplot of a(n), n = 1..2^16, showing a(n) for prime n in red, squarefree composite n in green, proper prime powers n in gold, powerful n that are not prime powers in magenta, and numbers neither squarefree nor powerful in blue.
FORMULA
EXAMPLE
Let s = A381498.
Table of n, a(n) for select n:
n a(n) rad(s(n)) Row n of A369609
-------------------------------------
1 1 = rad(1) = {1}
2 2 = rad(2) = {2}
3 3 = rad(3) = {3}
4 6 = rad(6) = {2, 4}
5 5 = rad(5) = {5}
6 6 = rad(6) = {6}
8 14 = rad(14) = {2, 4, 8}
9 6 = rad(12) = {3, 9}
12 6 = rad(18) = {6, 12}
18 6 = rad(36) = {6, 12, 18}
20 30 = rad(30) = {10, 20}
75 15 = rad(135) = {15, 45, 75}
MATHEMATICA
rad[x_] := Times @@ FactorInteger[x][[All, 1]]; Table[r = rad[n]; rad[Total[Select[Range[n], rad[#] == r &]]], {n, 120}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Michael De Vlieger, Mar 10 2026
STATUS
approved
