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.

Showing 1-1 of 1 results.

A172235 n-th partial sum of primes of the form 3*k+1/2+-1/2 minus n-th partial sum of primes of the form 3*m-1.

Original entry on oeis.org

1, 3, 5, 7, 15, 23, 25, 39, 53, 67, 75, 89, 103, 111, 131, 157, 177, 197, 211, 225, 245, 265, 285, 311, 313, 321, 353, 379, 405, 449, 493, 543, 587, 625, 675, 701, 727, 765, 791, 823, 855, 875, 901, 921, 959
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Feb 01 2010

Keywords

Examples

			a(1) = (3*1+1/2-1/2)-(3*1-1) = 1;
a(2) = (3+3*2+1/2+1/2)-(2+3*2-1) = 3.
		

Crossrefs

Partial sums of A171715.

Formula

a(n) = A172113(n) - A172188(n).

Extensions

Corrected (453 replaced by 493) by R. J. Mathar, May 22 2010
Showing 1-1 of 1 results.