A324910 Multiplicative with a(p^e) = (2^e)-1.
1, 1, 1, 3, 1, 1, 1, 7, 3, 1, 1, 3, 1, 1, 1, 15, 1, 3, 1, 3, 1, 1, 1, 7, 3, 1, 7, 3, 1, 1, 1, 31, 1, 1, 1, 9, 1, 1, 1, 7, 1, 1, 1, 3, 3, 1, 1, 15, 3, 3, 1, 3, 1, 7, 1, 7, 1, 1, 1, 3, 1, 1, 3, 63, 1, 1, 1, 3, 1, 1, 1, 21, 1, 1, 3, 3, 1, 1, 1, 15, 15, 1, 1, 3, 1, 1, 1, 7, 1, 3, 1, 3, 1, 1, 1, 31, 1, 3, 3, 9, 1, 1, 1, 7, 1
Offset: 1
Links
Programs
-
Mathematica
Array[Times @@ (2^(FactorInteger[#][[All, -1]]) - 1) &, 105] (* Michael De Vlieger, Apr 14 2019 *)
-
PARI
A324910(n) = factorback(apply(e -> -1+(2^e), factor(n)[,2]~));