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.

A104764 Triangle T(n,k) = Lucas(n-k+1) read by rows, 1<=k<=n.

Original entry on oeis.org

1, 3, 1, 4, 3, 1, 7, 4, 3, 1, 11, 7, 4, 3, 1, 18, 11, 7, 4, 3, 1, 29, 18, 11, 7, 4, 3, 1, 47, 29, 18, 11, 7, 4, 3, 1, 76, 47, 29, 18, 11, 7, 4, 3, 1, 123, 76, 47, 29, 18, 11, 7, 4, 3, 1, 199, 123, 76, 47, 29, 18, 11, 7, 4, 3, 1, 322, 199, 123
Offset: 1

Views

Author

Gary W. Adamson, Mar 24 2005

Keywords

Examples

			First few rows of the triangle are:
1;
3, 1;
4, 3, 1;
7, 4, 3, 1;
11, 7, 4, 3, 1;
18, 11, 7, 4, 3, 1;
...
		

Crossrefs

Programs

Formula

T(n,k) = A000204(n-k+1).