login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A334356 Number of nonequivalent proper colorings of the vertices of a cube using at most n colors up to rotations and reflections of the cube. 2
0, 1, 15, 154, 1115, 5955, 24836, 85260, 251154, 655005, 1548085, 3374646, 6876805, 13237679, 24271170, 42667640, 72305556, 118640025, 189179979, 294066610, 446766495, 664893691, 971175920, 1394580804, 1971618950, 2747841525, 3779550801, 5135742990, 6900303529 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Adjacent vertices may not have the same color.
a(n) is the number of nonequivalent n-colorings of the cubical graph up to graph isomorphism.
LINKS
Eric Weisstein's World of Mathematics, Cubical Graph
Eric Weisstein's World of Mathematics, Vertex Coloring
FORMULA
a(n) = n*(n - 1)*(n^6 - 11*n^5 + 61*n^4 - 195*n^3 + 384*n^2 - 428*n + 216)/48.
a(n) = Sum_{k=1..8} n^k * A334358(3,8-k) / 48.
PROG
(PARI) a(n) = {n*(n - 1)*(n^6 - 11*n^5 + 61*n^4 - 195*n^3 + 384*n^2 - 428*n + 216)/48}
CROSSREFS
Sequence in context: A125403 A010035 A370765 * A017389 A278803 A157380
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Apr 24 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)