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 A192710 #7 Aug 31 2019 15:53:28 %S A192710 1,1,2,1,1,3,2,1,2,1,1,4,5,2,1,4,2,1,2,1,1,5,8,6,2,1,7,8,2,1,5,2,1,2, %T A192710 1,1,6,13,15,8,2,1,10,20,11,2,1,10,9,2,1,6,2,1,2,1,1,7,18,26,21,9,2,1, %U A192710 15,54,48,13,2,1,16,36,13,2,1,12,10,2,1,6,2,1,2,1,1,8,25,45,48,28,9,2,1,20,104 %N A192710 T(i,j,k) = Number of i X j integer matrices with each row summing to zero, row elements in nondecreasing order, rows in lexicographically nondecreasing order, and the sum of squares of the elements <= 2*k^2 (number of sets of i zero-sum j-vectors with total modulus squared not more than 2*k^2, ignoring vector and component permutations), 3d array by constant coordinate sum planes: (((T(i+1,j+1,s-i-j+1), j=0..s-i), i=0..s), s=0..infinity). %H A192710 R. H. Hardin, <a href="/A192710/b192710.txt">Table of n, a(n) for n = 1..1640</a> %e A192710 Some solutions for n=245, T(3,4,6) %e A192710 .-3..1..1..1...-5..0..0..5...-5..0..2..3...-4..1..1..2...-5.-1..3..3 %e A192710 .-2.-2..1..3...-2.-1..1..2...-3.-1..2..2...-2.-2..0..4...-1.-1.-1..3 %e A192710 .-2.-1.-1..4...-2..0..1..1...-2.-2..2..2...-2.-1..1..2...-1.-1.-1..3 %Y A192710 Column T(1,3,n) is A000982(n+1). %Y A192710 Column T(2,2,n) is A036702(n). %K A192710 nonn,tabf %O A192710 1,3 %A A192710 _R. H. Hardin_ Jul 07 2011