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.

A131244 Row sums of triangle A131243.

Original entry on oeis.org

1, 3, 6, 14, 30, 67, 146, 322, 705, 1549, 3396, 7453, 16346, 35861, 78659, 172549, 378487, 830234, 1821136, 3994730, 8762543, 19220904, 42161568, 92482585, 202863051, 444985664, 976088107, 2141075804, 4696507779
Offset: 0

Views

Author

Gary W. Adamson, Jun 22 2007

Keywords

Comments

A131246 is a companion sequence.

Examples

			a(4) = 30 = sum of row 4 terms of A131243: (8 + 7 + 10 + 4 + 1).
		

Crossrefs

Programs

Formula

G.f. ( 1+x-x^3-2*x^2 ) / ( 1-2*x-2*x^2+3*x^3+x^4 ). - R. J. Mathar, Jan 29 2011