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.

A268416 Number of aligned free polyominoes that will fit in a square of size n X n.

Original entry on oeis.org

1, 4, 35, 1280, 262292, 205515653, 592830103236
Offset: 1

Views

Author

John Mason, Feb 04 2016

Keywords

Comments

a(n) is the number of free polyominoes that have both width and height <= n. Compare this to Craig Knecht's A268311 which has both height and width = n. The word "aligned" in the title refers to the restriction that the polyominoes have edges parallel to the sides of the square, in contrast with A268427.

Crossrefs

Formula

a(n) = Sum_{i=1..n*(n+1)/2} A268371(i). - John Mason, Sep 11 2024

Extensions

a(6) from Talmon Silver, Jul 29 2020
a(7) from John Mason, Sep 11 2024