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!)
A131119 a(n) = (-1)^n * Sum_{i=1..floor(n/2)} i * floor(n/(n-i)). 1
0, 0, 2, -1, 5, -3, 9, -6, 14, -10, 20, -15, 27, -21, 35, -28, 44, -36, 54, -45, 65, -55, 77, -66, 90, -78, 104, -91, 119, -105, 135, -120, 152, -136, 170, -153, 189, -171, 209, -190, 230, -210, 252, -231, 275, -253, 299, -276, 324, -300, 350, -325, 377, -351, 405 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Alternate A000096 and -A000217. Differences: A131723.
LINKS
MATHEMATICA
Table[(-1)^n*Sum[i*Floor[n/(n - i)], {i, Floor[n/2]}], {n, 0, 80}] (* Wesley Ivan Hurt, Nov 26 2020 *)
CROSSREFS
Sequence in context: A334172 A085261 A179218 * A114901 A355562 A194809
KEYWORD
sign,easy
AUTHOR
Paul Curtz, Sep 24 2007
EXTENSIONS
New name and more terms from Wesley Ivan Hurt, Nov 26 2020
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 March 29 06:44 EDT 2024. Contains 371265 sequences. (Running on oeis4.)