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

A165868
Totally multiplicative sequence with a(p) = 47.
1
1, 47, 47, 2209, 47, 2209, 47, 103823, 2209, 2209, 47, 103823, 47, 2209, 2209, 4879681, 47, 103823, 47, 103823, 2209, 2209, 47, 4879681, 2209, 2209, 103823, 103823, 47, 103823, 47, 229345007, 2209, 2209, 2209, 4879681, 47, 2209, 2209
OFFSET
1,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000[Terms 1 through 1000 were computed by Harvey P. Dale; and terms 1001 to 10000 by G. C. Greubel, Apr 16 2016]
FORMULA
a(n) = A009991(A001222(n)) = 47^bigomega(n) = 47^A001222(n).
MATHEMATICA
47^PrimeOmega[Range[40]] (* Harvey P. Dale, May 10 2014 *)
PROG
(PARI) a(n) = 47^bigomega(n); \\ Altug Alkan, Apr 16 2016
CROSSREFS
Sequence in context: A052352 A265673 A089553 * A291513 A345502 A249372
KEYWORD
nonn,mult
AUTHOR
Jaroslav Krizek, Sep 28 2009
STATUS
approved