A165869 Totally multiplicative sequence with a(p) = 48.
1, 48, 48, 2304, 48, 2304, 48, 110592, 2304, 2304, 48, 110592, 48, 2304, 2304, 5308416, 48, 110592, 48, 110592, 2304, 2304, 48, 5308416, 2304, 2304, 110592, 110592, 48, 110592, 48, 254803968, 2304, 2304, 2304, 5308416, 48, 2304, 2304
Offset: 1
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
48^PrimeOmega[Range[100]] (* G. C. Greubel, Apr 16 2016 *)
-
PARI
a(n) = 48^bigomega(n); \\ Altug Alkan, Apr 16 2016