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.

A156228 Number of lakes in Conway's Game of Life with 8*n cells.

Original entry on oeis.org

1, 0, 1, 1, 4, 7, 31, 98, 446, 1894, 9049, 43151
Offset: 1

Views

Author

Nathaniel Johnston, Feb 06 2009

Keywords

Comments

a(n) is also the number of walks of length 4*n on a 2D lattice with the properties that: it turns 90 degrees after every step of length 1, it is a closed loop (i.e., it ends where it started) and it never crosses itself.
In A266549, the walks are allowed to continue straight ahead. - Pontus von Brömssen, May 06 2025

Examples

			a(2) = 0 because there are no lakes with 16 cells.
		

Crossrefs

Extensions

a(11) and a(12) added by Nathaniel Johnston, Mar 09 2009