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!)
A218445 a(n) = Sum_{k>=0} floor(n/(5*k + 2)). 3
0, 0, 1, 1, 2, 2, 3, 4, 5, 5, 6, 6, 8, 8, 10, 10, 11, 12, 13, 13, 14, 15, 17, 17, 19, 19, 20, 21, 23, 23, 24, 24, 26, 26, 28, 29, 31, 32, 33, 33, 34, 34, 37, 37, 39, 39, 40, 41, 43, 44, 45, 46, 48, 48, 50, 50, 52, 53, 54, 54, 56, 56, 58, 59, 61, 61, 63, 64, 66, 66, 68, 68, 71, 71, 73, 73, 74, 76, 77, 77, 78 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Partial sums of A001877.
LINKS
MATHEMATICA
Table[Sum[Floor[n/(5k+2)], {k, 0, n}], {n, 0, 80}] (* Harvey P. Dale, Dec 08 2022 *)
PROG
(PARI) a(n)=sum(k=0, n\5, (n\(5*k+2)))
(Maxima) A218445[n]:=sum(floor(n/(5*k+2)), k, 0, n)$
makelist(A218445[n], n, 0, 80); /* Martin Ettl, Oct 29 2012 */
CROSSREFS
Sequence in context: A065855 A236863 A242976 * A034137 A156351 A057561
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Oct 28 2012
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 May 2 04:48 EDT 2024. Contains 372178 sequences. (Running on oeis4.)