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.

A116188 Triangle T(n,k), 0<=k<=n : T(n,k)is smallest number such that T(n,k)>=T(n-1,k-1), T(n,k)>=T(n-1,k), T(n,k)and T(n-1,k-1)+T(n-1,k) have the same parity, T(0,0)=1 .

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 4, 4, 4, 1, 1, 5, 4, 4, 5, 1, 1, 6, 5, 4, 5, 6, 1, 1, 7, 7, 5, 5, 7, 7, 1, 1, 8, 8, 8, 6, 8, 8, 8, 1, 1, 9, 8, 8, 8, 8, 8, 8, 9, 1, 1, 10, 9, 8, 8, 8, 8, 8, 9, 10, 1, 1, 11, 11, 9, 8, 8, 8, 8, 9, 11, 11, 1, 1, 12, 12, 12, 9, 8, 8, 8, 9, 12, 12, 12, 1, 1, 13, 12, 12, 13, 9
Offset: 0

Views

Author

Philippe Deléham, Apr 08 2007

Keywords

Comments

Sequence read mod 2 gives A047999 .

Examples

			Triangle begins:
1;
1, 1;
1, 2, 1;
1, 3, 3, 1;
1, 4, 4, 4, 1;
1, 5, 4, 4, 5, 1;
1, 6, 5, 4, 5, 6, 1;
1, 7, 7, 5, 5, 7, 7, 1;
1, 8, 8, 8, 6, 8, 8, 8, 1;
1, 9, 8, 8, 8, 8, 8, 8, 9, 1;
		

Crossrefs