OFFSET
1,1
EXAMPLE
a(1)=2 (4 = 2*2);
a(2)=1 (6 = 2*3);
a(3)=3 (8 = 2*2*2);
a(4)=2 (9 = 3*3).
MAPLE
MATHEMATICA
FactorInteger[#][[1, 2]]&/@Select[Range[200], CompositeQ] (* Harvey P. Dale, Apr 20 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Juri-Stepan Gerasimov, Oct 25 2009
EXTENSIONS
Entries checked by R. J. Mathar, May 21 2010
STATUS
approved