A319692
a(n) = Product_{d|n, dA001414(d)), where A001414(d) gives the sum of prime factors of d, with repetition.
1, 2, 2, 10, 2, 70, 2, 110, 14, 130, 2, 10010, 2, 190, 182, 1870, 2, 15470, 2, 27170, 266, 370, 2, 3233230, 26, 430, 238, 60610, 2, 5169710, 2, 43010, 518, 610, 494, 74364290, 2, 710, 602, 13394810, 2, 15543710, 2, 175010, 71162, 890, 2, 2156564410, 38, 76570, 854, 250690, 2, 10318490, 962, 38123690, 994, 1130, 2, 971341981610, 2, 1310, 140182, 1333310, 1118
Offset: 1
Keywords
Links
- Antti Karttunen, Table of n, a(n) for n = 1..8192
Programs
-
PARI
A001414(n) = ((n=factor(n))[, 1]~*n[, 2]); \\ From A001414. A319692(n) = { my(m=1); fordiv(n, d, if(d
A001414(d)))); (m); }; \\ Antti Karttunen, Oct 02 2018