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.

A196004 Positive integers a for which there is a primitive (2/3)-Pythagorean triple (a,b,c) satisfying a<=b.

This page as a plain text file.
%I A196004 #5 Mar 30 2012 18:57:49
%S A196004 4,5,7,9,10,11,13,15,16,17,18,19,21,22,23,24,25,26,27,27,28,29,31,33,
%T A196004 34,35,36,38,39,41,42,45,45,47,50,51,54,54,57,60,62,63,63,66,70,72,74,
%U A196004 75,81,85,86,90,90,92,98,99,102,112,115,116,117,126,126,130,133
%N A196004 Positive integers a for which there is a primitive (2/3)-Pythagorean triple (a,b,c) satisfying a<=b.
%C A196004 See A195770 for definitions of k-Pythagorean triple, primitive k-Pythagorean triple, and lists of related sequences.
%e A196004 Primitive (2/3)-Pythagorean triples
%e A196004 (c^2=a^2+b^2+k*a*b, where k=2/3):
%e A196004 4,9,11
%e A196004 5,6,9
%e A196004 7,30,33
%e A196004 9,14,19
%e A196004 10,63,67
%e A196004 11,36,41
%e A196004 13,108,113
%e A196004 15,44,51
%e A196004 16,165,171
%e A196004 17,90,97
%t A196004 (See A196001.)
%Y A196004 Cf. A195770, A196001, A196005, A196006.
%K A196004 nonn
%O A196004 1,1
%A A196004 _Clark Kimberling_, Sep 26 2011