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.

User: Wayne Zhao

Wayne Zhao's wiki page.

Wayne Zhao has authored 1 sequences.

A319900 a(n) is the number of distinct ways to arrange n copies of each of the numbers 1 through n^2 inside a fixed n X n X n cube, provided that no number appears twice in the same left-right plane, front-back plane, or top-bottom plane.

Original entry on oeis.org

1, 24, 14515200, 7708721243457872461824000
Offset: 1

Author

Tanya Khovanova and Wayne Zhao, Sep 30 2018

Keywords

Comments

When n = 3, this is equivalent to enumerating the different fill-ins of a Sudo-Kurve puzzle of the shape given in the link 'Sudo-Kurve 38'.

Examples

			For n = 2, the top layer of the 2 X 2 X 2 cube must contain each of the numbers 1, 2, 3, 4. This can be arranged in 24 ways. Each way uniquely determines the rest of the cube, so there are 24 possible cubes.
		

Crossrefs

Formula

Observation: a(n) = A010791(n*(n-1)) for 1 <= n <= 3. - Omar E. Pol, Oct 02 2018

Extensions

a(4) from Bert Dobbelaere, Sep 20 2019