login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070172 Smallest k such that sigma(k)=>n. 2
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; internal format)
OFFSET

1,2

COMMENTS

Also smallest m to partition n into distinct divisors of m; hihgly abundant numbers are record values: a(i) < A002093(n) for 1<=i < A085443(n), A002093(n)=a(A085443(n)). - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jun 30 2003

FORMULA

It seems that lim n -> infinity a(n)/n*ln(ln(n))=C=0, 6...

PROG

(PARI) for(n=1, 150, s=1; while(sigma(s)<n, s++); print1(s, ", "))

CROSSREFS

Sequence in context: A078881 A131807 A104351 * A130128 A049980 A141525

Adjacent sequences:  A070169 A070170 A070171 * A070173 A070174 A070175

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), May 06 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 16:51 EST 2012. Contains 205635 sequences.