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!)
A090541 a(n) = floor((Sum_{r=1..n} r)*(Sum_{r=1..n} 1/r)). 0
1, 4, 11, 20, 34, 51, 72, 97, 127, 161, 199, 242, 289, 341, 398, 459, 526, 597, 674, 755, 842, 933, 1030, 1132, 1240, 1352, 1470, 1594, 1723, 1857, 1997, 2142, 2293, 2450, 2612, 2780, 2953, 3132, 3317, 3508, 3704, 3907, 4115, 4328, 4548, 4774, 5006, 5243 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For large n, a(n) = floor(n*(n+1)/2)*(log(n) + 0.5772...,(Euler's constant)).
LINKS
MAPLE
a:=n->floor(sum(k, k=1..n)*sum(1/k, k=1..n)):seq(a(n), n=1..56); # Emeric Deutsch, Apr 18 2005
PROG
(PARI) a(n) = floor((n*(n+1)/2)*sum(k=1, n, 1/k)); \\ Michel Marcus, Aug 18 2019
CROSSREFS
Cf. A052488.
Sequence in context: A046279 A301074 A345118 * A301156 A301086 A301110
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Dec 09 2003
EXTENSIONS
More terms from Emeric Deutsch, Apr 18 2005
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)