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.

Showing 1-3 of 3 results.

A352720 a(n) is the number of free polyominoes of width 2 and size n.

Original entry on oeis.org

1, 1, 4, 5, 12, 18, 37, 60, 117, 200, 379, 669, 1250, 2247, 4168, 7570, 13987, 25549, 47108, 86319, 158978, 291806, 537105, 986786, 1815699, 3337560, 6140047, 11289571, 20767180, 38189927, 70246680, 129191148, 237627757, 437042337, 803861244, 1478488577, 2719392160, 5001663330, 9199544069
Offset: 2

Views

Author

John Mason, Mar 31 2022

Keywords

Examples

			There is one polyomino, the domino, of width 2 and size 2. So a(2) = 1.
There is one tromino, L-shaped, of width 2. So a(3) = 1.
		

Crossrefs

Formula

For a set of recursive formulas to generate a(n), see the link for the Java program extract.

A354850 a(n) is the number of free polyominoes of width 4 and size n.

Original entry on oeis.org

1, 3, 21, 59, 198, 703, 2568, 8421, 26165, 78074, 229881, 668082, 1928220, 5523946, 15745682, 44666804, 126251748, 355692380, 999498933, 2802212026, 7841587533, 21907928927, 61123152811, 170333279738, 474197771123, 1319004492132, 3666181193067, 10183729521212
Offset: 4

Views

Author

John Mason, Jun 08 2022

Keywords

Comments

The sequence can be generated using a series of recursive formulas in a fashion similar to A352720 and A353067. These require respectively around 500 and 62000 formula lines, whereas a(n) requires about 10 million lines.

Crossrefs

A336267 Number of free polyominoes of width 3 and height n.

Original entry on oeis.org

1, 6, 24, 181, 941, 4662, 23691, 119271, 603760, 3050402, 15428576, 78004550, 394462578, 1994595585, 10086050889, 51001111356, 257894037378, 1304071170194, 6594196094078, 33344335235915, 168609627579175, 852594638783225, 4311246376730011
Offset: 1

Views

Author

Jean-Luc Manguin, Jul 15 2020

Keywords

Comments

The sequence can be generated using a series of recursive formulas in a fashion similar to A353067. - John Mason, Nov 04 2022

Examples

			a(2)=6, bounding box 2 X 3 as in A335711.
		

Crossrefs

Extensions

More terms from John Mason, Nov 04 2022
Showing 1-3 of 3 results.