A376832 Irregular triangle read by rows: the n-th row gives the number of points of an n X n square lattice that lie above or to the left of a line of increasing slope that passes through two lattice points one of which is the bottom-left corner of the lattice, (0, 0).
2, 1, 0, 6, 5, 3, 2, 0, 12, 11, 10, 9, 6, 5, 4, 3, 0, 20, 19, 18, 17, 16, 15, 14, 10, 9, 8, 7, 6, 5, 4, 0, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 0, 42, 41, 40, 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 0
Offset: 2
Examples
The irregular triangle begins as: 2, 1, 0; 6, 5, 3, 2, 0; 12, 11, 10, 9, 6, 5, 4, 3, 0; 20, 19, 18, 17, 16, 15, 14, 10, 9, 8, 7, 6, 5, 4, 0; ...
Links
- Stefano Spezia, Table of n, a(n) for n = 2..9081 (first 30 rows of the irregular triangle)
Comments