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.

A014285 a(n) = Sum_{j=1..n} j*prime(j).

Original entry on oeis.org

2, 8, 23, 51, 106, 184, 303, 455, 662, 952, 1293, 1737, 2270, 2872, 3577, 4425, 5428, 6526, 7799, 9219, 10752, 12490, 14399, 16535, 18960, 21586, 24367, 27363, 30524, 33914, 37851, 42043, 46564, 51290, 56505, 61941, 67750, 73944, 80457, 87377, 94716, 102318
Offset: 1

Views

Author

Keywords

Comments

Two consecutive terms cannot both be divisible by 4. - Tamas Sandor Nagy, Aug 04 2024

Crossrefs

Partial sums of A033286. - Michel Marcus, Jun 18 2019

Programs

Formula

a(n) = n*A007504(n) - Sum_{k=1..n-1} A007504(k) = n*A007504(n) - A014148(n-1). - Pontus von Brömssen, Aug 29 2021

Extensions

Offset changed to 1 and six terms added by Bruno Berselli, Apr 30 2011