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-5 of 5 results.

A145157 Number of Greek-key tours on an n X n board; i.e., self-avoiding walks on n X n grid starting in top left corner.

Original entry on oeis.org

1, 2, 8, 52, 824, 22144, 1510446, 180160012, 54986690944, 29805993260994, 41433610713353366, 103271401574007978038, 660340630211753942588170, 7618229614763015717175450784, 225419381425094248494363948728158
Offset: 1

Views

Author

Nathaniel Johnston, Oct 03 2008

Keywords

Comments

The sequence may be enumerated using standard methods for counting Hamiltonian cycles on a modified graph with two additional nodes, one joined to a corner vertex and the other joined to all other vertices. - Andrew Howroyd, Nov 08 2015

Crossrefs

Extensions

a(9)-a(15) from Andrew Howroyd, Nov 08 2015

A378938 Array read by antidiagonals: T(m,n) is the number of Hamiltonian paths in an m X n grid which start in the top left corner.

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 4, 8, 4, 1, 1, 5, 17, 17, 5, 1, 1, 6, 38, 52, 38, 6, 1, 1, 7, 78, 160, 160, 78, 7, 1, 1, 8, 164, 469, 824, 469, 164, 8, 1, 1, 9, 332, 1337, 3501, 3501, 1337, 332, 9, 1, 1, 10, 680, 3750, 16262, 22144, 16262, 3750, 680, 10, 1
Offset: 1

Views

Author

Andrew Howroyd, Dec 20 2024

Keywords

Comments

These paths are also called Greek-key tours. The path can end anywhere.

Examples

			Array begins:
======================================================
m\n | 1 2   3    4     5      6        7         8 ...
----+-------------------------------------------------
  1 | 1 1   1    1     1      1        1         1 ...
  2 | 1 2   3    4     5      6        7         8 ...
  3 | 1 3   8   17    38     78      164       332 ...
  4 | 1 4  17   52   160    469     1337      3750 ...
  5 | 1 5  38  160   824   3501    16262     68591 ...
  6 | 1 6  78  469  3501  22144   144476    899432 ...
  7 | 1 7 164 1337 16262 144476  1510446  13506023 ...
  8 | 1 8 332 3750 68591 899432 13506023 180160012 ...
  ...
		

Crossrefs

Formula

T(m,n) = T(n,m).

A160240 Number of Greek-key tours on a 6 X n grid.

Original entry on oeis.org

1, 6, 78, 469, 3501, 22144, 144476, 899432, 5585508, 34092855, 206571444, 1241016042, 7407467656, 43975776229, 259779839242, 1528563721468, 8960651209082, 52368047294410, 305173796833144, 1774059940879290, 10289839706255591, 59564855651625602, 344177608427972004, 1985502681113986836
Offset: 1

Views

Author

Nathaniel Johnston, May 05 2009

Keywords

Comments

Greek-key tours are self-avoiding walks that touch every vertex of the grid and start at the bottom-left corner.
The sequence may be enumerated using standard methods for counting Hamiltonian cycles on a modified graph with two additional nodes, one joined to a corner vertex and the other joined to all other vertices. - Andrew Howroyd, Nov 07 2015

Crossrefs

Formula

See Links section for generating function. - Jay Pantone, Aug 01 2024

Extensions

a(11) onwards from Andrew Howroyd, Nov 07 2015

A160241 Number of Greek-key tours on a 7 X n grid.

Original entry on oeis.org

1, 7, 164, 1337, 16262, 144476, 1510446, 13506023, 132712481, 1185979605, 11264671456, 100572103736, 935551716239, 8347069749600, 76604373779441, 683160282998544, 6213169249692192, 55392188422262591, 500676083630457127, 4462726297606450762, 40165465812088131228, 357958181000067374304
Offset: 1

Views

Author

Nathaniel Johnston, May 05 2009

Keywords

Comments

Greek-key tours are self-avoiding walks that touch every vertex of the grid and start at the bottom-left corner.
The sequence may be enumerated using standard methods for counting Hamiltonian cycles on a modified graph with two additional nodes, one joined to a corner vertex and the other joined to all other vertices. - Andrew Howroyd, Nov 07 2015

Crossrefs

Formula

See Links section for generating function. Jay Pantone, Aug 06 2024

Extensions

a(11) onwards from Andrew Howroyd, Nov 07 2015

A374307 Number of Greek-key tours on an 8 X n grid.

Original entry on oeis.org

1, 8, 332, 3750, 68591, 899432, 13506023, 180160012, 2510785227, 33330848454, 448079715759, 5893418278271, 77649390052196, 1011970457365017, 13165754032331389, 170232985496817728, 2195480228590892060, 28203099820000893198, 361391865363036263917, 4617813892310295762334
Offset: 1

Views

Author

Jay Pantone, Jul 23 2024

Keywords

Comments

Greek-key tours are self-avoiding walks that touch every vertex of the grid and start at the bottom-left corner.

Crossrefs

Formula

See Links section for generating function.

Extensions

a(20) onwards from Andrew Howroyd, Dec 21 2024
Showing 1-5 of 5 results.