The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A025213 a(n) = floor(3rd elementary symmetric function of Sum_{j=1..k} 1/j, k = 1,2,...,n). 1
2, 15, 49, 122, 255, 472, 804, 1284, 1950, 2842, 4005, 5488, 7341, 9619, 12380, 15683, 19594, 24177, 29503, 35642, 42669, 50662, 59699, 69863, 81238, 93910, 107969, 123505, 140612, 159386, 179924, 202326, 226695, 253132, 281746, 312643, 345934, 381729 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
MAPLE
es3:= proc(L) convert(map(convert, combinat:-choose(L, 3), `*`), `+`) end proc:
f:= proc(n) local k; floor(es3(ListTools:-PartialSums([seq(1/k, k=1..n)]))) end proc:
map(f, [$3..50]); # Robert Israel, Dec 12 2022
CROSSREFS
Sequence in context: A041719 A133777 A350383 * A362303 A290631 A116693
KEYWORD
nonn
AUTHOR
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 June 2 21:38 EDT 2024. Contains 373051 sequences. (Running on oeis4.)