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!)
A099738 a(n) = 2*Sum_{k=1..n} (n+1-k) (Sum_{j|k} 1/floor(n/j)). 0
2, 5, 10, 15, 24, 30, 43, 52, 66, 78, 99, 107, 132, 150, 171, 188, 221, 236, 273, 291, 322, 352, 397, 409, 453, 489, 530, 558, 615, 633, 694, 727, 778, 826, 883, 900, 973, 1027, 1088, 1118, 1199, 1229, 1314, 1362, 1419, 1485, 1578, 1598, 1688, 1745, 1826, 1884 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence consists entirely of integers.
First differences give A033885.
LINKS
MATHEMATICA
f[n_] := 2Sum[(n + 1 - k)*Plus @@ (1/Floor[n/Divisors[k]]), {k, n}]; Table[ f[n], {n, 52}] (* Robert G. Wilson v, Nov 12 2004 *)
CROSSREFS
Sequence in context: A267454 A013927 A163059 * A064513 A117582 A002134
KEYWORD
nonn
AUTHOR
Leroy Quet, Nov 09 2004
EXTENSIONS
More terms from Robert G. Wilson v, Nov 12 2004
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 13:42 EDT 2024. Contains 371971 sequences. (Running on oeis4.)