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.

A051911 Triangle T(n,m) = Nim-product of n and m, read by rows, 1<=n<=m.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Dec 20 1999

Keywords

Comments

A051910 with the first column (the zeros) removed.

Examples

			Triangle starts
1;
2,  3;
3,  1,  2;
4,  8, 12,  6;
5, 10, 15,  2,  7;
6, 11, 13, 14,  8, 5;
7,  9, 14, 10, 13, 3,  4;
8, 12,  4, 11,  3, 7, 15, 13;
		

References

  • J. H. Conway, On Numbers and Games, Academic Press, p. 52.

Crossrefs

Extensions

More terms (taken from the Conway reference) from Joshua Zucker, May 03 2006