This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A298121 #16 Jan 22 2018 03:12:30 %S A298121 1,3,5,11,18,29,44,70,94,136,177,243,303,386,485,611,738,914,1093, %T A298121 1312,1529,1831,2114,2488,2854,3310,3756,4307,4880,5520,6187,6995, %U A298121 7800,8738,9674,10797,11875,13161,14437,15901,17388,19087,20797,22706,24618,26811 %N A298121 a(n) is the number of triangles (up to congruence) with integer coordinates that have perimeter strictly less than n. %H A298121 Peter Kagey, <a href="/A298121/b298121.txt">Table of n, a(n) for n = 4..150</a> %H A298121 Peter Kagey, <a href="https://codegolf.stackexchange.com/q/153106/53884">Integer Triangles with perimeter less than n</a>, Programming Puzzles & Code Golf Stack Exchange. %F A298121 a(n) = Sum_{k=3..n-1} A298079(k). %e A298121 All a(7) = 11 triangles with integer coordinates and perimeter less than 7 are congruent to triangles with coordinates: %e A298121 (0, 0), (0, 1), (1, 0) - with perimeter ~3.41; or %e A298121 (0, 0), (1, 2), (0, 1) - with perimeter ~4.65; or %e A298121 (0, 0), (0, 2), (1, 1) - with perimeter ~4.82; or %e A298121 (0, 0), (0, 2), (1, 0) - with perimeter ~5.23; or %e A298121 (0, 0), (1, 2), (2, 1) - with perimeter ~5.88; or %e A298121 (0, 0), (2, 2), (0, 1) - with perimeter ~6.06; or %e A298121 (0, 0), (1, 3), (0, 1) - with perimeter ~6.39; or %e A298121 (0, 0), (0, 2), (2, 1) - with perimeter ~6.47; or %e A298121 (0, 0), (1, 3), (0, 2) - with perimeter ~6.57; or %e A298121 (0, 0), (0, 3), (1, 1) - with perimeter ~6.65; or %e A298121 (0, 0), (0, 2), (2, 0) - with perimeter ~6.82. %Y A298121 Cf. A298079. %K A298121 nonn %O A298121 4,2 %A A298121 _Peter Kagey_, Jan 12 2018