cp's OEIS Frontend

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.

A192701 Number of 3X2 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*n^2 (number of collections of 3 zero-sum 2-vectors with total modulus squared not more than 2*n^2, ignoring vector and component permutations).

This page as a plain text file.
%I A192701 #7 Jun 02 2025 04:12:54
%S A192701 2,5,10,16,27,42,58,80,110,143,182,226,281,343,413,489,576,676,783,
%T A192701 901,1035,1172,1328,1493,1674,1872,2086,2308,2544,2805,3069,3364,3679,
%U A192701 4000,4348,4709,5096,5493,5926,6366,6832,7330,7841,8380,8950,9528,10134,10766
%N A192701 Number of 3X2 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*n^2 (number of collections of 3 zero-sum 2-vectors with total modulus squared not more than 2*n^2, ignoring vector and component permutations).
%C A192701 Column (3,2,n) of A192710
%H A192701 R. H. Hardin, <a href="/A192701/b192701.txt">Table of n, a(n) for n = 1..200</a>
%e A192701 Some solutions for 3X2 <= 2*4^2
%e A192701 .-3..3...-1..1...-1..1...-4..4...-2..2...-2..2...-3..3...-2..2...-3..3....0..0
%e A192701 .-1..1....0..0...-1..1....0..0...-1..1...-2..2...-2..2...-1..1...-1..1....0..0
%e A192701 ..0..0....0..0...-1..1....0..0...-1..1....0..0....0..0....0..0...-1..1....0..0
%K A192701 nonn
%O A192701 1,1
%A A192701 _R. H. Hardin_ Jul 07 2011