cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A368610 a(n) = Sum_{k=1..n} pi(k) * ceiling(n/k).

Original entry on oeis.org

0, 1, 4, 8, 14, 20, 30, 38, 49, 59, 72, 82, 101, 113, 130, 147, 167, 181, 206, 222, 248, 270, 293, 311, 346, 367, 392, 416, 448, 468, 508, 530, 565, 594, 624, 653, 700, 724, 757, 789, 836, 862, 913, 941, 985, 1028, 1067, 1097, 1159, 1193, 1240, 1279, 1328, 1360, 1418
Offset: 1

Views

Author

Wesley Ivan Hurt, Dec 31 2023

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Sum[PrimePi[k] Ceiling[n/k], {k, n}], {n, 100}]

Formula

a(n) = A092494(n) + A368612(n).