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.

A371476 a(n) is the number of free polyominoes of size n with at least one solution to the One Up puzzle (see comments).

This page as a plain text file.
%I A371476 #34 Apr 11 2024 17:22:26
%S A371476 1,0,1,1,1,3,10,12,23,35,169,255,817,1883,4702,10489
%N A371476 a(n) is the number of free polyominoes of size n with at least one solution to the One Up puzzle (see comments).
%C A371476 The objective of the One Up puzzle is to assign a positive integer to each cell of a given polyomino in such a way that the cells of any maximal 1 X k strip (horizontal or vertical) are numbered 1, ..., k (in some order). The maximality is applied to horizontal and vertical strips separately, implying that the number 1 must be assigned to a cell with no left or right neighbors even if it has neighbors above or below (and vice versa). (In an extended version of the puzzle, there may be walls between certain pairs of neighboring cells, and only those strips that do not extend over a wall are considered.) - _Pontus von Brömssen_, Mar 26 2024
%H A371476 Rodolfo Kurchan, <a href="https://www.oneuppuzzle.com/">One Up Puzzle</a>.
%H A371476 Rodolfo Kurchan, <a href="https://www.puzzlefun.online/problems">Puzzle Fun</a> (see One Up).
%e A371476 The a(6) = 3 solvable hexominoes have unique solutions:
%e A371476   +---+           +---+---+       +---+---+
%e A371476   | 1 |           | 1 | 2 |       | 2 | 1 |
%e A371476   +---+---+       +---+---+---+   +---+---+---+
%e A371476   | 2 | 1 |       | 2 | 3 | 1 |   | 3 | 2 | 1 |
%e A371476   +---+---+---+   +---+---+---+   +---+---+---+
%e A371476   | 3 | 2 | 1 |       | 1 |       | 1 |
%e A371476   +---+---+---+       +---+       +---+
%e A371476 a(7) = 10 because there are 10 heptominoes that have at least one solution to the One Up puzzle.
%Y A371476 Cf. A000105, A371828 (a generalization to hypergraphs).
%K A371476 nonn,more
%O A371476 1,6
%A A371476 _Rodolfo Kurchan_, Mar 24 2024
%E A371476 a(7)-a(14) from _Pontus von Brömssen_, Mar 25 2024
%E A371476 a(15) from _Pontus von Brömssen_, Mar 26 2024
%E A371476 a(16) from _Pontus von Brömssen_, Apr 04 2024