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!)
A024931 a(n) = sum of remainders of n mod 2,4,6,...,2k, where k = [ n/2 ]. 0
0, 0, 1, 0, 2, 2, 5, 2, 6, 8, 13, 6, 12, 16, 23, 16, 24, 24, 33, 26, 36, 44, 55, 34, 46, 56, 69, 62, 76, 72, 87, 72, 88, 102, 119, 94, 112, 128, 147, 122, 142, 140, 161, 154, 176, 196, 219, 170, 194, 206, 231, 224, 250, 250, 277, 248, 276, 302, 331, 276, 306, 334, 365, 334, 366, 368 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,5
LINKS
MATHEMATICA
Table[Total[Mod[n, Range[2, 2*Floor[n/2], 2]]], {n, 70}] (* Harvey P. Dale, Jun 06 2024 *)
CROSSREFS
Sequence in context: A018216 A059907 A359101 * A256612 A305797 A029648
KEYWORD
nonn,changed
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 10 10:03 EDT 2024. Contains 373264 sequences. (Running on oeis4.)