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.

A177445 Partial sums of A120562.

Original entry on oeis.org

1, 2, 3, 5, 6, 8, 10, 13, 14, 17, 19, 22, 24, 28, 31, 36, 37, 41, 44, 48, 50, 55, 58, 63, 65, 70, 74, 80, 83, 90, 95
Offset: 0

Views

Author

Gary W. Adamson, May 08 2010

Keywords

Comments

Equals row sums of triangle A177446

Examples

			a(7) = (1 + 1 + 1 + 2 + 1 + 2 + 2) = 10, where A120562 = (1, 1, 1, 2, 1, 2, 2,...).
		

Crossrefs

Formula

Partial sums of A120562 = SUM_{0..n} A120562(n).