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.

A138016 Row sums of triangle A138015.

Original entry on oeis.org

1, 2, 4, 6, 10, 14, 24, 34, 68, 102, 256, 410, 1284, 2158, 8072, 13986
Offset: 1

Views

Author

Gary W. Adamson, Feb 28 2008

Keywords

Examples

			a(5) = 10 = sum of row 5 terms of triangle A138015: (1 + 2 + 4 + 2 + 1).
a(5) = 10 = (1 + 1 + 2 + 2 + 4) since A003422 starting (1, 2, 4, 10, 34, 154, ...) then repeating each term = (1, 1, 2, 2, 4, 4, 10, 10, ...). Take partial sums of the first 5 terms.
		

Crossrefs

Formula

Repeat each nonzero term of A003422 once, then take partial sums.