OFFSET
1,4
COMMENTS
Incorrect (a(1)=0, not 1 as given here) duplicate of A001222. - Joerg Arndt, Jul 22 2017
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..1024
Eric Weisstein's World of Mathematics, Unordered Factorization
EXAMPLE
a(6)=2 since 6 may be factored as {{2,3},{6}}, so the largest number of factors possible is 2 {2,3}.
a(8)=3 since 8 may be factored as {{8},{2,2,2},{2,4}}, so the largest numbers of factors possible is 3 {2,2,2}.
a(30)=3 since 30 may be factored as {{30},{2,3,5},{5,6},{3,10},{2,15}}, so the largest numbers of factors possible is 3 {2,3,5}.
MATHEMATICA
Join[{1}, PrimeOmega[Range[2, 110]]] (* Harvey P. Dale, Jun 20 2013 *)
PROG
(MuPAD) numlib::Omega (n)$ n=1..102 // Zerinvary Lajos, May 13 2008
CROSSREFS
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Jul 19 2003
EXTENSIONS
Alternative description added to the name by Antti Karttunen, Oct 21 2017
STATUS
approved