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.

Showing 1-2 of 2 results.

A227257 Number of Hamiltonian circuits in a 2n X 2n square lattice of nodes, reduced for symmetry, where the orbits under the symmetry group of the square, D4, have 4 elements.

Original entry on oeis.org

0, 1, 24, 1760, 411861, 551247139, 2883245852086, 85948329517780776, 11001968794030973784902, 7462399462450938863305238264
Offset: 1

Views

Author

Keywords

Examples

			When n = 2, there is only 1 Hamiltonian circuit in a 4 X 4 square lattice, where the orbits under the symmetry group of the square have 4 elements.  The 4 elements are:
    o__o__o__o    o__o__o__o    o__o__o__o    o__o  o__o
    |        |    |        |    |        |    |  |  |  |
    o  o__o__o    o  o__o  o    o__o__o  o    o  o  o  o
    |  |          |  |  |  |          |  |    |  |  |  |
    o  o__o__o    o  o  o  o    o__o__o  o    o  o__o  o
    |        |    |  |  |  |    |        |    |        |
    o__o__o__o    o__o  o__o    o__o__o__o    o__o__o__o
		

Crossrefs

Formula

a(n) = A237429(n) + A237430(n). - Ed Wynn, Feb 07 2014

Extensions

a(4) from Giovanni Resta, Jul 11 2013
a(5)-a(10) from Ed Wynn, Feb 05 2014

A237430 Number of nonisomorphic Hamiltonian cycles on 2n X 2n square grid of points with two-fold rotational symmetry (and no other symmetry).

Original entry on oeis.org

0, 0, 5, 366, 129871, 174041330, 1343294003351, 41725919954578785, 7159149948562719664049, 5065741493544986113047994120
Offset: 1

Views

Author

Ed Wynn, Feb 07 2014

Keywords

Examples

			An example of each isomorphism class for n=3.
  o-o-o-o-o-o   o-o-o-o-o-o   o-o-o-o-o-o   o-o-o-o o-o   o-o-o-o o-o
  |         |   |         |   |         |   |     | | |   |     | | |
  o-o-o-o o-o   o o-o-o-o-o   o o-o o-o-o   o-o o-o o o   o o-o o-o o
        | |     | |           | | | |         | |   | |   | | |     |
  o-o-o-o o-o   o o-o-o-o-o   o o o o o-o   o-o o-o-o o   o-o o o-o-o
  |         |   |         |   | | | | | |   |         |       | |
  o-o o-o-o-o   o-o-o-o-o o   o-o o o o o   o o-o-o o-o   o-o-o o o-o
    | |                 | |       | | | |   | |   | |     |     | | |
  o-o o-o-o-o   o-o-o-o-o o   o-o-o o-o o   o o o-o o-o   o o-o o-o o
  |         |   |         |   |         |   | | |     |   | | |     |
  o-o-o-o-o-o   o-o-o-o-o-o   o-o-o-o-o-o   o-o o-o-o-o   o-o o-o-o-o
		

Crossrefs

Formula

a(n) = A227257(n) - A237429(n).
Showing 1-2 of 2 results.