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.

Previous Showing 11-11 of 11 results.

A178132 Partial sums of A003995.

Original entry on oeis.org

0, 1, 5, 10, 19, 29, 42, 56, 72, 89, 109, 130, 155, 181, 210, 240, 274, 309, 345, 382, 420, 459, 499, 540, 582, 627, 673, 722, 772, 823, 875, 928, 982, 1037, 1093, 1150, 1208, 1267, 1328, 1390, 1453, 1517, 1582, 1648, 1716, 1785, 1855, 1926, 1999, 2073, 2148
Offset: 0

Views

Author

Jonathan Vos Post, May 20 2010

Keywords

Comments

Partial sums of sum of (any number of) distinct squares. The subsequence of primes in this partial sum begins: 5, 19, 29, 89, 109, 499, 673, 823, 1093, 1453, 1999, 2543, 2963.

Examples

			a(13) = 0 + 1 + 4 + 5 + 9 + 10 + 13 + 14 + 16 + 17 + 20 + 21 + 25 + 26 = 181 is prime.
		

Crossrefs

Formula

a(n) = SUM[i=0..n] A003995(i) = SUM[i=0..n] (r^2 + s^2 + t^2+ ...) with 0<=r
Previous Showing 11-11 of 11 results.