OFFSET
1,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..87
EXAMPLE
First few terms of A152235 are 1, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 6, so a(1) to a(4) are 1, 2, 4, 12.
PROG
(Magma) W:=[]; r:=0; for n in [1..1300000] do a:=&*PrimeDivisors(NumberOfDivisors(n)); if r lt a then r:=a; Append(~W, n); end if; end for; print W;
CROSSREFS
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Dec 04 2008
EXTENSIONS
a(15)-a(20) from Donovan Johnson, Jul 30 2011
More terms from Amiram Eldar, Sep 01 2019
STATUS
approved