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.

A378169 Number of free polyominoes with n cells with at most 3 collinear cell centers on any line in the plane.

Original entry on oeis.org

1, 1, 2, 4, 9, 18, 37, 62, 86, 78, 61, 34, 14, 4, 1
Offset: 1

Views

Author

Dave Budd, Nov 18 2024

Keywords

Examples

			For n=15, the only polyomino is
    ###
  ###
###
  ## #
   ###
		

Crossrefs

Programs

  • Python
    # See link

Formula

a(n) = Sum_{k=1..3} A377942(n,k).