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!)
A368613 a(n) = Sum_{k=2..n} pi(k-1) * floor(n/k). 4
0, 0, 1, 3, 5, 9, 12, 18, 23, 29, 33, 44, 49, 58, 67, 79, 85, 100, 107, 123, 135, 147, 155, 179, 190, 204, 218, 238, 247, 273, 283, 306, 322, 339, 355, 388, 399, 418, 436, 468, 480, 514, 527, 555, 582, 604, 618, 663, 681, 711, 733, 764, 779, 819, 841, 881, 905, 930 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A368611(n) - A013939(n).
MATHEMATICA
Table[Sum[PrimePi[k - 1] Floor[n/k], {k, 2, n}], {n, 100}]
CROSSREFS
Sequence in context: A060419 A005766 A211538 * A247799 A265702 A190310
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Dec 31 2023
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 July 31 09:35 EDT 2024. Contains 374779 sequences. (Running on oeis4.)