1,2
a(n) = A001221(100^n-3).
If n=1, then 100^1 - 3 = 97 which is prime so the first term is 1.
A105069 := proc(n) 100^n-3 ; numtheory[factorset](%) ; nops(%) ; end proc: # R. J. Mathar, Aug 24 2011
Sequence in context: A168514 A060447 A118177 * A172008 A100825 A202709
Adjacent sequences: A105066 A105067 A105068 * A105070 A105071 A105072
nonn
Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Apr 05 2005