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.

A131334 A000012(signed) * A065941.

Original entry on oeis.org

1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 2, 1, 1, 0, 1, 2, 2, 2, 1, 1, 0, 3, 2, 4, 2, 1, 0, 1, 3, 3, 6, 4, 3, 1, 1, 0, 4, 3, 9, 6, 7, 3, 1, 0, 1, 4, 4, 12, 9, 13, 7, 4, 1
Offset: 1

Views

Author

Gary W. Adamson, Jun 29 2007

Keywords

Comments

Row sums = Fibonacci numbers.

Examples

			First few rows of the triangle are:
1;
0, 1;
1, 0, 1;
0, 1, 1, 1;
1, 0, 2, 1, 1;
0, 1, 2, 2, 2, 1;
1, 0, 3, 2, 4, 2, 1;
0, 1, 3, 3, 6, 4, 3, 1;
1, 0, 4, 3, 9, 6, 7, 3, 1;
...
		

Crossrefs

Formula

A000012(signed by columns, + - + -...) * A065941.