login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067023 Sigma-crowded numbers: n such that d(n)/sigma(n) is larger than d(m)/sigma(m) for all m > n. 3
1, 2, 3, 4, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24, 30, 36, 40, 42, 48, 60, 72, 80, 84, 90, 96, 120, 126, 144, 168, 180, 210, 240, 252, 280, 288, 300, 360, 420, 432, 480, 504, 540, 560, 600, 630, 720, 840, 900, 1008, 1080, 1260 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Since d(m) < 2*sqrt(m) < 2*sigma(m), we need only test values of m < (2*sigma(n)/d(n))^2.
LINKS
MATHEMATICA
crowded[n_] := Module[{}, stop=(2/(dovern=DivisorSigma[0, n]/DivisorSigma[1, n]))^2; For[m=n+1, m<stop, m++, If[DivisorSigma[0, m]/DivisorSigma[1, m] >=dovern, Return[False]]]; True]; Select[Range[1, 13000], crowded]
CROSSREFS
Sequence in context: A240163 A331819 A269045 * A227762 A344296 A333506
KEYWORD
nonn
AUTHOR
Labos Elemer, Jan 09 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)