OFFSET
1,2
COMMENTS
a(n) = A000041(n) iff n=1 or n is prime. [corrected by Robert Israel, Sep 04 2018]
a(2*n) = n+1.
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
MAPLE
f:= n -> combinat:-numbpart(n, min(numtheory:-factorset(n))):
f(1):= 1:
map(f, [$1..100]); # Robert Israel, Sep 04 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 09 2004
STATUS
approved