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.

A360421 a(n) = the number of X-frame polyominoes with n cells, reduced for symmetry.

Original entry on oeis.org

0, 0, 0, 0, 1, 2, 7, 20, 49, 109, 216, 414, 723, 1228, 1958, 3065, 4580, 6734
Offset: 1

Views

Author

John Mason, Feb 06 2023

Keywords

Comments

An X-frame polyomino has a perimeter that forms a self-avoiding polygon such that as you traverse the perimeter counterclockwise you encounter turns in the order LLRLLRLLRLLR.

Examples

			a(5) = 1 because of:
    O
   OOO
    O
The a(7) = 7 polyominoes are:
    O      O      O       O     O     O     O
   OOOOO  OOOOO  OOOOO  OOOOO  OOOO  OOOO  OOOO
    O       O       O     O     O      O    OO
                                O      O
		

Crossrefs