OFFSET
1,1
COMMENTS
This gives the number of pairs of edge segments that are distinct with respect to rotation and mirror images. Sequence is arranged so that j <= k (since 2 X 3 and 3 X 2 are equivalent grids), first by increasing j, then by increasing k: a(1) = 1 X 1 = 2, a(2) = 1 X 2 = 6, a(3) = 2 X 2 = 7, a(4) = 1 X 3 = 10.
Where j != k, a(n) = A000217(j + k).
LINKS
Doug Bell, Table of n, a(n) for n = 1..11325, rows n = 1..150, flattened.
EXAMPLE
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:
+ - - + + * * + + * - + + * - + + * - + + * - + + * - + + * - +
| | --\ | | | * | | | | | | | | * |
| | --/ | | | | | * | | | | * | | |
+ - - + + - - +, + - - +, + - - +, + - * +, + * - +, + - - +, + - - +.
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Doug Bell, May 29 2017
STATUS
approved