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.

A118901 Volumes of cuboids with integer sides and main diagonal.

Original entry on oeis.org

4, 32, 36, 108, 112, 140, 144, 220, 252, 256, 288, 364, 396, 400, 500, 540, 608, 612, 644, 756, 832, 864, 896, 900, 972, 1012, 1120, 1152, 1292, 1364, 1372, 1404, 1408, 1508, 1620, 1728, 1760, 1764, 1872, 1904, 1980, 1984
Offset: 1

Views

Author

Giovanni Resta, May 05 2006

Keywords

Examples

			32 is the volume of the cuboid of sides 8,4,1 which has main diagonal = 9.
		

Crossrefs

Programs

  • Mathematica
    With[{nn=50},Take[Union[Times@@@Select[Union[Sort/@Tuples[Range[ 2nn],3]], IntegerQ[ Sqrt[ Total[#^2] ]]&]],nn]] (* Harvey P. Dale, Jun 05 2016 *)