login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Totally multiplicative sequence with a(p) = 50.
2

%I #10 Apr 16 2016 04:28:08

%S 1,50,50,2500,50,2500,50,125000,2500,2500,50,125000,50,2500,2500,

%T 6250000,50,125000,50,125000,2500,2500,50,6250000,2500,2500,125000,

%U 125000,50,125000,50,312500000,2500,2500,2500,6250000,50,2500,2500

%N Totally multiplicative sequence with a(p) = 50.

%H G. C. Greubel, <a href="/A165871/b165871.txt">Table of n, a(n) for n = 1..10000</a>

%F a(n) = A165800(A001222(n)) = 50^bigomega(n) = 50^A001222(n).

%t 50^PrimeOmega[Range[100]] (* _G. C. Greubel_, Apr 16 2016 *)

%o (PARI) a(n) = 50^bigomega(n); \\ _Altug Alkan_, Apr 16 2016

%K nonn,mult

%O 1,2

%A _Jaroslav Krizek_, Sep 28 2009