A317888 The minimum value in the central cell of an n-dimensional cube, three cells wide in each dimension, such that each cell is the product of its adjacent cells, each cell is a whole number, and no two cells have the same value.
6, 120, 362880, 355687428096000, 8683317618811886495518194401280000000, 8247650592082470666723170306785496252186258551345437492922123134388955774976000000000000000
Offset: 1
Examples
One arrangement for n=2 is: 2 10 5 8 120 15 4 12 3 a(2) = 120 because this is the minimum possible value for the central cell.
Links
- Aidan Clarke, Table of n, a(n) for n = 1..8 (shortened by _N. J. A. Sloane_, Jan 17 2019)
Formula
a(n) = (2^n+1)!.
Comments