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!)
A070172 Smallest k such that sigma(k) >= n. 3
1, 2, 2, 3, 4, 4, 4, 6, 6, 6, 6, 6, 8, 8, 8, 10, 10, 10, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 16, 16, 16, 18, 18, 18, 18, 18, 18, 18, 18, 20, 20, 20, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 36, 36 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also smallest m to partition n into distinct divisors of m; highly abundant numbers are record values: a(i) < A002093(n) for 1<=i < A085443(n), A002093(n)=a(A085443(n)). - Reinhard Zumkeller, Jun 30 2003
LINKS
FORMULA
It seems that lim n -> infinity a(n)/n*log(log(n))=C=0.6...
MATHEMATICA
nn=80; With[{s=Table[{n, DivisorSigma[1, n]}, {n, nn}]}, Transpose[ Flatten[ Table[ Select[s, #[[2]]>=i&, 1], {i, nn}], 1]][[1]]] (* Harvey P. Dale, Dec 28 2013 *)
PROG
(PARI) for(n=1, 150, s=1; while(sigma(s)<n, s++); print1(s, ", "))
CROSSREFS
Cf. A002093.
Sequence in context: A224709 A309965 A366385 * A273353 A367410 A259197
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 06 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 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)