OFFSET
1,2
COMMENTS
The first 26 values of sigma(n)/n are all different. a(28)= 27 since (6, 28) being the smallest friendly pair, 2=abundancy(28) already appeared before. When n belongs to A050973, then a(n) = a(n-1).
LINKS
Michel Marcus, Table of n, a(n) for n = 1..1000
FORMULA
a(n)/n tends to 0.98208.. approximately when n increases. - Michel Marcus, Jul 07 2015
EXAMPLE
a(2)= 2 because sigma(n)/n takes 2 different values up to 2 : 1 and 3/2.
MATHEMATICA
s = {}; Table[s = Union[s, {DivisorSigma[1, n]/n}]; Length[s], {n, 100}] (* T. D. Noe, Jul 26 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Marcus, Jul 26 2012
STATUS
approved