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.

A003167 Number of n-dimensional cuboids with integral edge lengths for which volume = surface area.

Original entry on oeis.org

2, 10, 108, 2892, 270332
Offset: 2

Views

Author

mjzerger(AT)adams.edu

Keywords

Comments

For n>1 it is always true that a(n) > 0 because for dimension n we always have the n-dimensional cuboid with all edge lengths = 2n = A062971(n) having hypervolume (2n)^n equal to "surface hyper-area". - Jonathan Vos Post, Mar 15 2006
Number of nondecreasing tuples (x_1, x_2, ..., x_n) such that 1/2 = 1/x_1 + 1/x_2 + ... + 1/x_n. - Lewis Chen, Dec 20 2019

Examples

			From _Joseph Myers_, Feb 24 2004: (Start)
For n=2 the cuboids are 3 X 6 and 4 X 4.
For n=3 the cuboids are 3 X 7 X 42, 3 X 8 X 24, 3 X 9 X 18, 3 X 10 X 15, 3 X 12 X 12, 4 X 5 X 20, 4 X 6 X 12, 4 X 8 X 8, 5 X 5 X 10, 6 X 6 X 6. (End)
For n=4 see the Marcus link.
		

Crossrefs

Cf. A002966.

Extensions

a(5)-a(6) from Joseph Myers, Feb 24 2004