A051911 Triangle T(n,m) = Nim-product of n and m, read by rows, 1<=n<=m.
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
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.
Links
Extensions
More terms (taken from the Conway reference) from Joshua Zucker, May 03 2006
Comments