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.

A134404 Triangle read by rows in which row n contains Fib(0), ..., Fib(n-1), Fib(n), Fib(n-1), ..., Fib(0).

Original entry on oeis.org

0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 2, 1, 1, 0, 0, 1, 1, 2, 3, 2, 1, 1, 0, 0, 1, 1, 2, 3, 5, 3, 2, 1, 1, 0, 0, 1, 1, 2, 3, 5, 8, 5, 3, 2, 1, 1, 0, 0, 1, 1, 2, 3, 5, 8, 13, 8, 5, 3, 2, 1, 1, 0, 0, 1, 1, 2, 3, 5, 8, 13, 21, 13, 8, 5, 3, 2, 1, 1, 0, 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 21, 13, 8, 5
Offset: 0

Views

Author

N. J. A. Sloane, Apr 07 2008

Keywords

Examples

			Triangle begins:
0
0 1 0
0 1 1 1 0
0 1 1 2 1 1 0
0 1 1 2 3 2 1 1 0
0 1 1 2 3 5 3 2 1 1 0
0 1 1 2 3 5 8 5 3 2 1 1 0
0 1 1 2 3 5 8 13 8 5 3 2 1 1 0
0 1 1 2 3 5 8 13 21 13 8 5 3 2 1 1 0
0 1 1 2 3 5 8 13 21 34 21 13 8 5 3 2 1 1 0
0 1 1 2 3 5 8 13 21 34 55 34 21 13 8 5 3 2 1 1 0
0 1 1 2 3 5 8 13 21 34 55 89 55 34 21 13 8 5 3 2 1 1 0
		

Crossrefs

Cf. A094102.