A375786 a(n) is the minimum volume of an integer-sided cuboid having the same surface as a cube with edge length n.
1, 8, 13, 36, 37, 104, 73, 188, 121, 252, 181, 428, 253, 540, 337, 764, 433, 828, 541, 1196, 661, 1448, 793, 1476, 937, 2024, 1093, 2160, 1261, 2592, 1441, 2628, 1633, 3464, 1837, 3884, 2053, 3708, 2281, 4796, 2521, 5148, 2773, 5616, 3037, 5436, 3313, 6660, 3601
Offset: 1
Keywords
Examples
a(6) = 104: because from the five integer-sided cuboids (2, 2, 26), (2, 5, 14), (2, 6, 12), (3, 6, 10), (6, 6, 6) having the same surface as a cube with edge length 6 (see example in A375785) has (2, 2, 26) with 2*2*26 = 104 the smallest volume.
Links
- Felix Huber, Table of n, a(n) for n = 1..10000
- Felix Huber, Maple programs
- Eric Weisstein's World of Mathematics, Cuboid
Programs
-
Maple
See Huber link.
Comments