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.

A367443 a(n) is the number of free polyominoes that can be obtained from the polyomino with binary code A246521(n+1) by adding one cell.

This page as a plain text file.
%I A367443 #12 Apr 26 2024 20:33:18
%S A367443 1,2,4,3,9,1,5,4,3,8,6,5,11,10,10,6,6,9,5,2,4,5,11,13,11,3,12,9,11,10,
%T A367443 11,5,11,5,11,12,11,12,5,6,10,5,13,12,12,7,6,6,7,11,11,6,11,6,5,4,12,
%U A367443 11,11,13,12,11,12,14,13,12,6,7,11,3,11,11,10,11
%N A367443 a(n) is the number of free polyominoes that can be obtained from the polyomino with binary code A246521(n+1) by adding one cell.
%C A367443 Can be read as an irregular triangle, whose m-th row contains A000105(m) terms, m >= 1.
%H A367443 Pontus von Brömssen, <a href="/A367443/b367443.txt">Table of n, a(n) for n = 1..6473</a> (rows 1..10).
%H A367443 <a href="/index/Pol#polyominoes">Index entries for sequences related to polyominoes</a>.
%e A367443 As an irregular triangle:
%e A367443   1;
%e A367443   2;
%e A367443   4, 3;
%e A367443   9, 1, 5,  4,  3;
%e A367443   8, 6, 5, 11, 10, 10, 6, 6, 9, 5, 2, 4;
%e A367443   ...
%e A367443 For n = 5, the L tetromino, whose binary code is A246521(5+1) = 15, can be extended to 9 different free pentominoes, so a(5) = 9. (All possible ways to add one cell lead to different pentominoes.)
%e A367443 For n = 6, the square tetromino, whose binary code is A246521(6+1) = 23, can only be extended to the P pentomino by adding one cell, so a(6) = 1.
%Y A367443 Cf. A000105, A246521, A255890 (row minima), A367126, A367439, A367441.
%K A367443 nonn,tabf
%O A367443 1,2
%A A367443 _Pontus von Brömssen_, Nov 18 2023