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.

A178532 Partial sums of problimes (third definition, A003068).

Original entry on oeis.org

2, 6, 13, 24, 39, 58, 81, 109, 142, 180, 223, 271, 324, 382, 445, 513, 586, 665, 750, 841, 938, 1041, 1150, 1265, 1386, 1513, 1646, 1785, 1930, 2081, 2238, 2401, 2570, 2745, 2926, 3113, 3306, 3505, 3710, 3921, 4138, 4362, 4593, 4831, 5076
Offset: 1

Views

Author

Jonathan Vos Post, Dec 28 2010

Keywords

Comments

The subsequence of prime partial sums of problimes begins: 2, 13, 109, 223, 271, 2081, 4831, 8233.
The subsequence of problime partial sums of problimes begins: 2, 58, 109.

Examples

			a(12) = 2 + 4 + 7 + 11 + 15 + 19 + 23 + 28 + 33 + 38 + 43 + 48 = 271 is prime.
		

Crossrefs

Formula

SUM[i=1..n] A003068(i).