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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073348 Least k such that sigma(k)/k >= sigma(n)/n. 0
1, 2, 2, 4, 2, 6, 2, 6, 2, 6, 2, 12, 2, 4, 4, 6, 2, 12, 2, 12, 4, 4, 2, 24, 2, 4, 2, 6, 2, 24, 2, 6, 2, 4, 2, 36, 2, 4, 2, 12, 2, 12, 2, 6, 4, 4, 2, 48, 2, 6, 2, 6, 2, 12, 2, 12, 2, 4, 2, 60, 2, 4, 4, 6, 2, 12, 2, 6, 2, 12, 2, 60, 2, 4, 4, 6, 2, 12, 2, 12, 2, 4, 2, 60, 2, 4, 2, 12, 2, 60, 2, 6, 2, 4 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

It seems that sum(k=1, n, a(k)) is asymptotic to C*n*Log(n)*Log(Log(n)) with C>1.

PROG

(PARI) a(n)=if(n<0, 0, s=1; while(sigma(s)/s<sigma(n)/n, s++); s)

CROSSREFS

Sequence in context: A143525 A082174 A074369 * A122457 A139770 A140635

Adjacent sequences:  A073345 A073346 A073347 * A073349 A073350 A073351

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Aug 23 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 17 21:13 EST 2012. Contains 206085 sequences.