A330442 The number of free polyominoes with n cells which, when drawn on a 2D square grid, contain an Eulerian path.
1, 1, 1, 2, 3, 6, 8, 18
Offset: 1
Examples
The one 3-cell polyomino: +---+---+ | | | +---+---+ | | +---+ The two 4-cell polyominoes: +---+---+---+ +---+---+ | | | | | | | +---+---+---+ +---+---+---+ | | | | | +---+ +---+---+ The three 5-cell polyominoes: +---+---+ +---+ +---+---+ | | | | | | | | +---+---+---+ +---+---+---+ +---+---+---+ | | | | | | | | | | +---+---+ +---+---+---+ +---+---+ | | | | | | +---+ +---+ +---+
Links
- Wikipedia, Polyomino.
- Wikipedia, Eulerian path.
Comments