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.

A115346 Triangle read by rows: T(n,k) = Fibonacci(k+2) - 1.

Original entry on oeis.org

0, 0, 1, 0, 1, 2, 0, 1, 2, 4, 0, 1, 2, 4, 7, 0, 1, 2, 4, 7, 12, 0, 1, 2, 4, 7, 12, 20, 0, 1, 2, 4, 7, 12, 20, 33, 0, 1, 2, 4, 7, 12, 20, 33, 54, 0, 1, 2, 4, 7, 12, 20, 33, 54, 88, 0, 1, 2, 4, 7, 12, 20, 33, 54, 88, 143, 0, 1, 2, 4, 7, 12, 20, 33, 54, 88, 143, 232
Offset: 0

Views

Author

Roger L. Bagula, Mar 07 2006

Keywords

Examples

			Triangle starts:
0,
0, 1,
0, 1, 2,
0, 1, 2, 4,
0, 1, 2, 4, 7,
0, 1, 2, 4, 7, 12,
...
		

Crossrefs

Extensions

Edited by Joerg Arndt, Nov 20 2016