login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A165871
Totally multiplicative sequence with a(p) = 50.
2
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,2
LINKS
FORMULA
a(n) = A165800(A001222(n)) = 50^bigomega(n) = 50^A001222(n).
MATHEMATICA
50^PrimeOmega[Range[100]] (* G. C. Greubel, Apr 16 2016 *)
PROG
(PARI) a(n) = 50^bigomega(n); \\ Altug Alkan, Apr 16 2016
CROSSREFS
Sequence in context: A291495 A207141 A256958 * A171652 A078289 A043618
KEYWORD
nonn,mult
AUTHOR
Jaroslav Krizek, Sep 28 2009
STATUS
approved