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”).
%I #10 Apr 15 2016 19:02:09
%S 1,39,39,1521,39,1521,39,59319,1521,1521,39,59319,39,1521,1521,
%T 2313441,39,59319,39,59319,1521,1521,39,2313441,1521,1521,59319,59319,
%U 39,59319,39,90224199,1521,1521,1521,2313441,39,1521,1521,2313441,39,59319,39
%N Totally multiplicative sequence with a(p) = 39.
%H G. C. Greubel, <a href="/A165860/b165860.txt">Table of n, a(n) for n = 1..10000</a>
%F a(n) = A009983(A001222(n)) = 39^bigomega(n) = 39^A001222(n).
%t 39^PrimeOmega[Range[100]] (* _G. C. Greubel_, Apr 15 2016 *)
%o (PARI) a(n) = 39^bigomega(n); \\ _Altug Alkan_, Apr 15 2016
%K nonn,mult
%O 1,2
%A _Jaroslav Krizek_, Sep 28 2009