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.

A118683 Triangle, T(n,k) = A039701(n) + A039701(k) - A039701(n)*A039701(k), read by rows.

Original entry on oeis.org

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

Views

Author

Roger L. Bagula, May 19 2006

Keywords

Examples

			Triangle begins as:
  0;
  2, 0;
  0, 2, 0;
  1, 1, 1, 1;
  0, 2, 0, 1, 0;
  1, 1, 1, 1, 1, 1;
  0, 2, 0, 1, 0, 1, 0;
  1, 1, 1, 1, 1, 1, 1, 1;
  0, 2, 0, 1, 0, 1, 0, 1, 0;
  0, 2, 0, 1, 0, 1, 0, 1, 0, 0;
		

Crossrefs

Cf. A039701, A099618 (right diagonal).

Programs

Extensions

Offset corrected, definition clarified, sequence extended by Assoc. Eds. of the OEIS, Jun 15 2010