OFFSET
2,1
COMMENTS
The abundancy index of a number k is sigma(k)/k. - T. D. Noe, May 08 2006
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
R. K. Guy, Letter to N. J. A. Sloane, 1988-04-12 (annotated scanned copy)
Richard Laatsch, Measuring the abundancy of integers, Mathematics Magazine 59 (2) (1986) 84-92.
MATHEMATICA
prod=1; k=1; Table[While[prod<=n, k++; prod=prod*Prime[k]/(Prime[k]-1)]; k, {n, 2, 12}] (* T. D. Noe, May 08 2006 *)
CROSSREFS
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
Edited by T. D. Noe, May 08 2006
a(14)-a(19) from the data at A005579 added by Amiram Eldar, Mar 21 2019
STATUS
approved