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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096061 Floor[(Sum of the first n natural numbers)/(Sum of the first n terms of the harmonic series)]. 0
1, 2, 3, 4, 6, 8, 10, 13, 15, 18, 21, 25, 28, 32, 36, 40, 44, 48, 53, 58, 63, 68, 73, 79, 85, 91, 97, 103, 109, 116, 123, 130, 137, 144, 151, 159, 167, 175, 183, 191, 200, 208, 217, 226, 235, 244, 254, 263, 273, 283, 293, 303, 314, 324, 335 (list; graph; refs; listen; history; internal format)
OFFSET

3,2

FORMULA

The sequence has the asymptotic behaviour n^2/ln(n). - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Mar 18 2006

(n*(n+1))/(2*ln(n)) >= a(n) >= (n*(n+1))/(2*ln(n)+2) - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Mar 18 2006

EXAMPLE

a(5) = Floor[ {1+2+3+4+5}/{1+1/2 +1/3 +1/4 +1/5}]

MATHEMATICA

Table[Floor[(n*(n + 1))/(2*Sum[1/i, {i, 1, n}])], {n, 1, 55}] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Mar 18 2006

CROSSREFS

Sequence in context: A029517 A177907 A083006 * A100919 A184109 A024174

Adjacent sequences:  A096058 A096059 A096060 * A096062 A096063 A096064

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 18 2004

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Mar 18 2006

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 15:39 EST 2012. Contains 205635 sequences.