|
| |
|
|
A005580
|
|
Least number of distinct prime factors in odd numbers having an abundancy index > n.
(Formerly M2740)
|
|
1
| |
|
|
3, 8, 21, 54, 141, 372, 995, 2697, 7397, 20502, 57347, 161658
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 2,1
|
|
|
COMMENTS
| The abundancy index of a number k is sigma(k)/k. - T. D. Noe (noe(AT)sspectra.com), May 08 2006
|
|
|
REFERENCES
| Laatsch, Richard; Measuring the abundancy of integers. Math. Mag. 59 (1986), no. 2, 84-92.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
|
FORMULA
| a(n)=A005579(2n)-1 - T. D. Noe (noe(AT)sspectra.com), May 08 2006
|
|
|
MATHEMATICA
| prod=1; k=1; Table[While[prod<=n, k++; prod=prod*Prime[k]/(Prime[k]-1)]; k, {n, 2, 12}] - T. D. Noe (noe(AT)sspectra.com), May 08 2006
|
|
|
CROSSREFS
| Cf. A005579 (least number of distinct prime factors in even numbers having an abundancy index > n).
Sequence in context: A077849 A135473 A190139 * A027932 A084625 A088305
Adjacent sequences: A005577 A005578 A005579 * A005581 A005582 A005583
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
EXTENSIONS
| Edited by T. D. Noe (noe(AT)sspectra.com), May 08 2006
|
| |
|
|