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.

A237748 Number of different ways to color the vertices of an n-dimensional hypercube using at most 2 colors.

Original entry on oeis.org

4, 6, 23, 496, 2275974, 800648638402240, 1054942853799126580390222487977120, 22436153203535039105819651040959324360753617244078062654624560815030272
Offset: 1

Views

Author

Seiichi Azuma, Feb 12 2014

Keywords

Comments

Two colorings are regarded as the same if they are conjugated by a permutation of the vertices caused by a rotation of the hypercube.
Regarding mirrored coloring also as the same, the number of ways appears to be given by A000616. - Seiichi Azuma, Feb 14 2014

Examples

			For n=2, there are 6 patterns to color the vertices of the square:
..1..1....1..1....1..1....1..0....1..0....0..0
..1..1....1..0....0..0....0..1....0..0....0..0
For example, the next pattern is regarded as the same with the 3rd one above:
..1..0
..1..0
		

Crossrefs

Cf. A000543.
Column 2 of A325012.