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.

A167274 Triangle read by rows, = 2*A047999 - A047999^(-1); = twice Sierpinski's gasket minus the inverse of Sierpinski's gasket.

Original entry on oeis.org

1, 3, 1, 3, 0, 1, 1, 3, 3, 1, 3, 0, 0, 0, 1, 1, 3, 0, 0, 3, 1, 1, 0, 3, 0, 3, 0, 1, 3, 1, 1, 3, 1, 3, 3, 1, 3, 0, 0, 0, 0, 0, 0, 0, 1, 1, 3, 0, 0, 0, 0, 0, 0, 3, 1, 1, 0, 3, 0, 0, 0, 0, 0, 3, 0, 1, 3, 1, 1, 3, 0, 0, 0, 0, 1, 3, 3, 1
Offset: 0

Views

Author

Gary W. Adamson & Mats Granvik, Oct 31 2009

Keywords

Comments

Row sums = A167275: (1, 4, 4, 8, 4, 8, 8,...).

Examples

			First few rows of the triangle =
1;
3, 1;
3, 0, 1;
1, 3, 3, 1;
3, 0, 0, 0, 1;
1, 3, 0, 0, 3, 1;
1, 0, 3, 0, 3, 0, 1;
3, 1, 1, 3, 1, 3, 3, 1;
3, 0, 0, 0, 0, 0, 0, 0, 1;
1, 3, 0, 0, 0, 0, 0, 0, 3, 1;
1, 0, 3, 0, 0, 0, 0, 0, 3, 0, 1;
3, 1, 1, 3, 0, 0, 0, 0, 1, 3, 3, 1;
1, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0, 1;
3, 1, 0, 0, 1, 3, 0, 0, 1, 3, 0, 0, 3, 1;
3, 0, 1, 0, 1, 0, 3, 0, 1, 0, 3, 0, 3, 0, 1
1, 3, 3, 1, 3, 1, 1, 3, 3, 1, 1, 3, 1, 3, 3, 1;
...
		

Crossrefs

Formula

Let Sierpinski's gasket, A047999 = S; as an infinite lower triangular matrix.
A167274 = 2*S - 1/S.