|
Search: id:A005580
|
|
|
| A005580 |
|
Least number of distinct prime factors in odd numbers having an abundancy index > n. (Formerly M2740)
|
|
+0 2
|
|
| 3, 8, 21, 54, 141, 372, 995, 2697, 7397, 20502, 57347, 161658
(list; graph; listen)
|
|
|
OFFSET
|
2,1
|
|
|
COMMENT
|
The abundancy index of a number k is sigma(k)/k. - T. D. Noe (noe(AT)sspectra.com), May 08 2006
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Laatsch, Richard; Measuring the abundancy of integers. Math. Mag. 59 (1986), no. 2, 84-92.
|
|
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: A127358 A077849 A135473 this_sequence A027932 A084625 A001906
Adjacent sequences: A005577 A005578 A005579 this_sequence 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
|
|
|
Search completed in 0.002 seconds
|