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”).

A165828
Totally multiplicative sequence with a(p) = 7.
9
1, 7, 7, 49, 7, 49, 7, 343, 49, 49, 7, 343, 7, 49, 49, 2401, 7, 343, 7, 343, 49, 49, 7, 2401, 49, 49, 343, 343, 7, 343, 7, 16807, 49, 49, 49, 2401, 7, 49, 49, 2401, 7, 343, 7, 343, 343, 49, 7, 16807, 49, 343
OFFSET
1,2
LINKS
FORMULA
a(n) = A000420(A001222(n)) = 7^bigomega(n) = 7^A001222(n).
Dirichlet g.f.: Product_{p prime} 1 / (1 - 7 * p^(-s)). - Ilya Gutkovskiy, Oct 30 2019
MATHEMATICA
7^PrimeOmega[Range[100]] (* G. C. Greubel, Apr 09 2016 *)
PROG
(PARI) a(n) = 7^bigomega(n); \\ Altug Alkan, Apr 09 2016
CROSSREFS
Sequence in context: A219447 A271064 A173294 * A161343 A038273 A245132
KEYWORD
nonn,mult
AUTHOR
Jaroslav Krizek, Sep 28 2009
STATUS
approved