Side-tracked from a slightly related problem, I derived this general set of attributes:
{8, 12n, 6n^2, n^2, n}.
The first 5 situations of this generalisation are:
[8, 0, 0, 0, 0],
[8, 12, 6, 1, 1],
[8, 24, 24, 4, 2],
[8, 36, 54, 9, 3],
[8, 48, 96, 16, 4].
What does this set of attributes describe?
(Attributes #1 & #4 may provide clues. Also, take note of the Title.)
(In reply to
First guess.... by Brian Smith)
Hey! This is a fine interpretation of the data given and certainly fits the generalisation, however this does not describe my scenario.
Yes, 8 are for vertices. 'n' describes the 'order' of the cube to which these attributes apply. In terms of edge length, 'n' is actually n+2 units.