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.

A090044 Triangle read by rows: T(n,k) = A083093 with 1's and 2's interchanged.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Jan 19 2004

Keywords

Examples

			2; 2,2; 2,1,2; 2,0,0,2; ...
		

Crossrefs

Programs

  • Mathematica
    -Mod[ Flatten[ Table[ Binomial[n, k], {n, 0, 13}, {k, 0, n}]], -3] (* Robert G. Wilson v, Jan 19 2004 *)

Formula

The negative of Pascal's triangle read mod 3.

Extensions

Extended by Robert G. Wilson v, Jan 19 2004