A378182 Sum of row n of A378180.
0, 1, 1, 3, 1, 6, 1, 7, 4, 8, 1, 25, 1, 10, 9, 15, 1, 25, 1, 47, 11, 14, 1, 90, 6, 16, 13, 77, 1, 80, 1, 31, 15, 20, 13, 90, 1, 22, 17, 250, 1, 116, 1, 161, 58, 26, 1, 301, 8, 47, 21, 215, 1, 90, 17, 554, 23, 32, 1, 490, 1, 34, 90, 63, 19, 212, 1, 347, 27, 152
Offset: 1
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
rad[x_] := rad[x] = Times @@ FactorInteger[x][[All, 1]]; Block[{k}, Table[k = PrimeOmega[n]; Total@ Select[Range[n^PrimeNu[n]], Divisible[n, rad[#]] && PrimeOmega[#] < k &], {n, 60}]]