A165871 Totally multiplicative sequence with a(p) = 50.
1, 50, 50, 2500, 50, 2500, 50, 125000, 2500, 2500, 50, 125000, 50, 2500, 2500, 6250000, 50, 125000, 50, 125000, 2500, 2500, 50, 6250000, 2500, 2500, 125000, 125000, 50, 125000, 50, 312500000, 2500, 2500, 2500, 6250000, 50, 2500, 2500
Offset: 1
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
50^PrimeOmega[Range[100]] (* G. C. Greubel, Apr 16 2016 *)
-
PARI
a(n) = 50^bigomega(n); \\ Altug Alkan, Apr 16 2016