OFFSET
1,2
COMMENTS
a(n) is the number of fixed polyominoes that have both width and height <= n. The word "aligned" in the title refers to the restriction that the polyominoes have edges parallel to the sides of the square.
FORMULA
a(n) = Sum_{i=1..n,j=1..n} A292357(i,j).
EXAMPLE
a(2) = 8 because of the monomino, 2 alignments of the domino, 4 alignments of the L-shaped tromino, and the square tetromino.
CROSSREFS
KEYWORD
nonn
AUTHOR
John Mason, Nov 02 2024
STATUS
approved