OFFSET
3,2
LINKS
Peter Kagey, Table of n, a(n) for n = 3..149
Peter Kagey, Integer Triangles with perimeter less than n, Programming Puzzles & Code Golf Stack Exchange.
Peter Kagey, Haskell program for A298079.
EXAMPLE
For n = 3, all triangles with perimeter in [3, 4) are congruent to:
(0, 0), (0, 1), (1, 0) with perimeter 3.41....
For n = 4, all triangles with perimeter in [4, 5) are congruent to:
(0, 0), (0, 1), (1, 2) with perimeter 4.65..., or
(0, 0), (0, 2), (2, 0) with perimeter 4.82....
For n = 5, all triangles with perimeter in [5, 6) are congruent to:
(0, 0), (0, 2), (1, 2) with perimeter 5.23..., or
(0, 0), (1, 2), (2, 1) with perimeter 5.88....
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Kagey, Jan 11 2018
STATUS
approved