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.

A269417 Number of Go games on n X n board with no repeating position and suicide allowed.

Original entry on oeis.org

1, 1, 386356909593
Offset: 0

Views

Author

John Tromp, Feb 25 2016

Keywords

Comments

I only chose starting offset 0 because the number of 3 X 3 games is unknown (and over a thousand digits).
a(n) is also the number of simple paths in the Go game graph starting at the empty position.
a(n) is upper bounded by n^{2*3^{n^2}}, as shown in Theorem 7 from the linked paper.

Examples

			a(1) = 1 since the only legal Go game on a 1 X 1 board is Black pass, White pass.
		

Crossrefs

Cf. A094777.