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 #9 Apr 09 2016 19:54:17
%S 1,13,13,169,13,169,13,2197,169,169,13,2197,13,169,169,28561,13,2197,
%T 13,2197,169,169,13,28561,169,169,2197,2197,13,2197,13,371293,169,169,
%U 169,28561,13,169,169,28561,13,2197,13,2197,2197,169,13,371293,169,2197
%N Totally multiplicative sequence with a(p) = 13.
%H G. C. Greubel, <a href="/A165834/b165834.txt">Table of n, a(n) for n = 1..10000</a>
%F a(n) = A001022(A001222(n)) = 13^bigomega(n) = 13^A001222(n).
%t 13^PrimeOmega[Range[50]] (* _Harvey P. Dale_, Nov 27 2013 *)
%K nonn,mult
%O 1,2
%A _Jaroslav Krizek_, Sep 28 2009