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.

A227005 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 2 elements.

Original entry on oeis.org

0, 1, 4, 20, 346, 6891, 634172, 47917598, 27622729933, 6998287399637
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 2 elements.  The 2 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
		

Crossrefs

Formula

a(2n) = A237431(2n), a(2n+1) = A237431(2n+1) + A237432(n+1). - Ed Wynn, Feb 07 2014

Extensions

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

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

Original entry on oeis.org

0, 1, 102, 255359, 15504309761, 21955745395591600, 712319733455900182066337, 524246290066954425217045809870657
Offset: 1

Views

Author

Ed Wynn, Feb 07 2014

Keywords

Comments

For square grids of m X m points, there are solutions only for m = (4n-2).

Examples

			The two cycles counted as a single class for n=2. These are isomorphic (here meaning isomorphic under the full symmetry group of the square), since each is a reflection of the other.
  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) = A238819(n-1) / 2 for n > 1. - Andrew Howroyd, Apr 06 2016

Extensions

a(6)-a(8) from Andrew Howroyd, Apr 06 2016
Showing 1-2 of 2 results.