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.

A196393 Positive integers a for which there is a primitive (-6)-Pythagorean triple (a,b,c) satisfying a<=b.

This page as a plain text file.
%I A196393 #5 Mar 30 2012 18:57:50
%S A196393 1,2,3,3,4,5,5,6,6,7,7,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,15,
%T A196393 15,16,17,17,18,18,19,19,20,20,21,21,21,22,23,24,25,26,27,28,30,30,30,
%U A196393 33,33,34,35,35,36,38,39,39,40,42,42,42,44,45,45
%N A196393 Positive integers a for which there is a primitive (-6)-Pythagorean triple (a,b,c) satisfying a<=b.
%C A196393 See A195770 for definitions of k-Pythagorean triple, primitive k-Pythagorean triple, and lists of related sequences.
%e A196393 Primitive (-6)-Pythagorean triples a,b,c;
%e A196393 c^2=a^2+b^2-6*a*b:
%e A196393 1,6,1
%e A196393 2,15,7
%e A196393 3,20,7
%e A196393 3,28,17
%e A196393 4,45,31
%e A196393 5,42,23
%e A196393 5,66,49
%e A196393 6,35,1
%e A196393 6,91,71
%e A196393 7,72,47
%t A196393 (See A196390.)
%Y A196393 Cf. A195770, A196390, A196394, A196395.
%K A196393 nonn
%O A196393 1,2
%A A196393 _Clark Kimberling_, Oct 01 2011