A279433 Triangle read by rows: T(n,k), n>=k>=1, is the number of right triangles with integral coordinates that have a bounding box of size n X k.
0, 0, 4, 0, 6, 4, 0, 4, 12, 4, 0, 4, 6, 12, 12, 0, 4, 8, 12, 12, 4, 0, 4, 4, 6, 12, 20, 4, 0, 4, 4, 12, 12, 12, 20, 4, 0, 4, 4, 4, 14, 12, 20, 12, 12, 0, 4, 4, 4, 12, 12, 16, 12, 12, 20, 0, 4, 4, 8, 8, 6, 12, 20, 20, 20, 4, 0, 4, 4, 4, 4, 12, 28, 12, 12, 12
Offset: 1
Examples
Triangle begins: 0 0,4 0,6,4 0,4,12,4 0,4,6,12,12 0,4,8,12,12,4 0,4,4,6,12,20,4 0,4,4,12,12,12,20,4 0,4,4,4,14,12,20,12,12 0,4,4,4,12,12,16,12,12,20 0,4,4,8,8,6,12,20,20,20,4 0,4,4,4,4,12,28,12,12,12,20,4 0,4,4,4,4,12,6,20,20,16,20,20,12 0,4,4,4,12,4,24,12,12,12,20,12,20,4 0,4,4,4,4,4,12,6,28,20,12,20,20,20,4 0,4,4,4,4,4,8,12,20,20,12,20,12,20,28,4 0,4,4,4,4,12,4,12,18,12,20,12,28,12,20,20,28 ----- The right angle is 'o'. For n=2, k=2: ox xo x. .x x. .x ox xo So T(2,2)=4 ----- For n=3, k=2: o.x x.x x.o x.. .o. ..x x.. .o. ..x o.x x.x x.o So T(3,2)=6
Links
- Lars Blomberg, Table of n, a(n) for n = 1..9870 (the first 140 rows)