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.

A169826 Row sums of triangle A178568.

Original entry on oeis.org

1, 2, 5, 8, 16, 27, 45, 69, 109, 171, 268, 404, 597, 860, 1215
Offset: 1

Views

Author

Gary W. Adamson, May 29 2010

Keywords

Examples

			a(6) = 27 = (1 + 5 + 5 + 9 + 5 + 2)
		

Crossrefs

Formula

a(n) = sum of n-th row terms of triangle A178568