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.

A070787 Number of triangles with sides whose squares are integers and with positive integer area and longest side of length sqrt(n).

This page as a plain text file.
%I A070787 #2 Mar 30 2012 18:51:38
%S A070787 0,0,0,1,2,0,0,2,1,4,0,1,3,0,2,5,5,2,0,13,0,0,0,2,9,8,1,1,9,4,0,10,0,
%T A070787 10,2,12,11,0,3,23,14,0,0,1,13,0,0,5,5,18,5,32,18,2,2,2,0,19,0,13,16,
%U A070787 0,1,20,35,0,0,42,0,4,0,23,24,23,9,1,0,8,0,44,10,27,0,1,48,0,9,2,27,25,3
%N A070787 Number of triangles with sides whose squares are integers and with positive integer area and longest side of length sqrt(n).
%H A070787 A. Bogomolny, <a href="http://www.cut-the-knot.com/pythagoras/Loyds.shtml">Sam Loyd's Geometric Puzzle</a>
%e A070787 a(13)=3 since the 3 triangles with sides {sqrt(13), sqrt(5), sqrt(4)}, {sqrt(13), sqrt(8), sqrt(1)} and {sqrt(13), sqrt(9), sqrt(4)} have areas 2, 1 and 3 respectively.
%Y A070787 Cf. A054875, A070783, A070784, A070785, A070786.
%K A070787 nonn
%O A070787 1,5
%A A070787 _Henry Bottomley_, May 07 2002