A287688 Triangle read by rows: T(j,k) is the number of distinct edge segment pairs in a j X k rectangular grid.
2, 6, 7, 10, 15, 13, 15, 21, 28, 22, 21, 28, 36, 45, 32, 28, 36, 45, 55, 66, 45, 36, 45, 55, 66, 78, 91, 59, 45, 55, 66, 78, 91, 105, 120, 76, 55, 66, 78, 91, 105, 120, 136, 153, 94, 66, 78, 91, 105, 120, 136, 153, 171, 190, 115, 78, 91, 105, 120, 136, 153, 171, 190, 210, 231, 137
Offset: 1
Examples
Triangle begins: 2; 6, 7; 10, 15, 13; 15, 21, 28, 22; 21, 28, 36, 45, 32; 28, 36, 45, 55, 66, 45; 36, 45, 55, 66, 78, 91, 59; ... For n = 3, the a(3) = 7 pairs of edge segments for a 2 X 2 rectangular grid are: + - - + + * * + + * - + + * - + + * - + + * - + + * - + + * - + | | --\ | | | * | | | | | | | | * | | | --/ | | | | | * | | | | * | | | + - - + + - - +, + - - +, + - - +, + - * +, + * - +, + - - +, + - - +.
Links
- Doug Bell, Table of n, a(n) for n = 1..11325, rows n = 1..150, flattened.
Comments