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.

A134350 Row sums of triangle A134349.

Original entry on oeis.org

1, 7, 23, 67, 191, 547, 1583, 4627, 13631, 40387, 120143, 358387, 1071071, 3205027
Offset: 1

Views

Author

Gary W. Adamson, Oct 21 2007

Keywords

Examples

			a(3) = 23 = sum of row 3 terms of triangle A134349: (2 + 8 + 13).
a(3) = 23 = (1, 2, 1) dot (1, 6, 10) = (1 + 12 + 10), where A134351 = (1, 6, 10, 128, 34, 66, ...).
		

Crossrefs

Formula

Binomial transform of A134351 and double binomial transform of [1, 5, -1, 5, -1, 5, -1, 5, ...].
Conjecture from Colin Barker, Mar 13 2014: (Start)
a(n) = 2^n + 2*3^(n-1) - 3.
a(n) = 5*a(n-1) - 5*a(n-2) - 5*a(n-3) + 6*a(n-4).
G.f.: x*(8*x^2-x-1) / ((x-1)*(2*x-1)*(3*x-1)).
(End)