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.

A176048 Triangle t(n,m) = A005185(m+1)+A005185(n-m+1)-A005185(n+1), read by rows 0<=m<=n.

Original entry on oeis.org

1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, -1, 0, 1, 0, 1, 1, 0, 1, 0, -1, 1, 1, 1, 0, 1, 1, 1, 2, 1, 1, 1, 0
Offset: 0

Views

Author

Roger L. Bagula and Gary W. Adamson, Apr 07 2010

Keywords

Examples

			  1;
 1, 1;
 1, 0, 1;
 1, 0, 0, 1;
 1, 1, 1, 1, 1;
 1, 0, 1, 1, 0, 1;
 1, 0, 0, 1, 0, 0, 1;
 1, 1, 1, 1, 1, 1, 1, 1;
 1, 0, 1, 1, 0, 1, 1, 0, 1;
		

Programs

Extensions

Installed a sequence where definition and terms match, removed erroneous row sums. - R. J. Mathar, Jul 11 2012