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.

Previous Showing 11-16 of 16 results.

A316201 Number of self-avoiding polygons with perimeter 2*n and sides = 1 that have vertex angles from the set +-Pi/11, +-3*Pi/11, +-5*Pi/11, +-7*Pi/11, +-9*Pi/11, not counting rotations and reflections as distinct.

Original entry on oeis.org

0, 0, 8, 19, 720, 10578
Offset: 1

Views

Author

Hugo Pfoertner, Jul 07 2018

Keywords

Comments

Holes are excluded, i.e., the boundary path may nowhere touch or intersect itself.

Crossrefs

A323134 Number of polygons made of uncrossed knight's paths of length 2*n on an infinite board.

Original entry on oeis.org

0, 3, 13, 178, 3031, 64866
Offset: 1

Views

Author

Hugo Pfoertner, Jan 05 2019

Keywords

Examples

			See Pfoertner link.
		

Crossrefs

A156228 Number of lakes in Conway's Game of Life with 8*n cells.

Original entry on oeis.org

1, 0, 1, 1, 4, 7, 31, 98, 446, 1894, 9049, 43151
Offset: 1

Views

Author

Nathaniel Johnston, Feb 06 2009

Keywords

Comments

a(n) is also the number of walks of length 4*n on a 2D lattice with the properties that: it turns 90 degrees after every step of length 1, it is a closed loop (i.e., it ends where it started) and it never crosses itself.
In A266549, the walks are allowed to continue straight ahead. - Pontus von Brömssen, May 06 2025

Examples

			a(2) = 0 because there are no lakes with 16 cells.
		

Crossrefs

Extensions

a(11) and a(12) added by Nathaniel Johnston, Mar 09 2009

A342536 Number of self-avoiding polygons on the square lattice, of perimeter 2n, with the property that all the right-angles of the same orientation are contiguous.

Original entry on oeis.org

1, 1, 3, 4, 10, 17, 36, 65, 126, 227, 419, 743, 1323, 2295, 3965
Offset: 2

Views

Author

Keywords

Comments

For any polygon, build a bracelet of black and white beads by following the border of the polygon in a clockwise direction, adding a black bead for each right-turning right angle, and a white bead for each left-turning right angle. The polygons counted by this sequence are those whose bracelets have all the black beads together and all the white beads together.

Examples

			a(4)=3, as there are 3 self-avoiding polygons (SAPs) of perimeter 8 that satisfy the condition; these are the polygons corresponding to the strip and L-shaped trominoes, and the square tetromino.
		

Crossrefs

Cf. A266549.

A361288 Number of free polyominoes of size 2n for which there exists at least one closed path that passes through each square exactly once.

Original entry on oeis.org

1, 1, 3, 6, 25, 84, 397, 1855, 9708, 51684, 286011, 1609097, 9222409, 53543338, 314612803
Offset: 2

Views

Author

John Mason and Tanya Khovanova, Mar 07 2023

Keywords

Comments

A polyomino for which more than one closed path exists counts as 1. On the other hand, in A266549, distinct closed paths count separately. For example for n=7, this latter sequence distinguishes between
+-+ +-+
| | | |
+ +-+ +-+
| |
+-+-+-+-+
and
+-+-+-+
| |
+ +-+ +-+
| | | |
+-+ +-+-+

Examples

			For n = 4 the a(4) = 3 solutions are:
  XXX    XX   XXXX
  X X   XXX   XXXX
  XXX   XXX
		

Crossrefs

Cf. A266549 (where distinct closed paths count separately).

Extensions

a(13) - a(16) from Bert Dobbelaere, Mar 09 2023

A320421 Number of closed self-avoiding paths on square lattice with 2*n steps, A010566(n)/8.

Original entry on oeis.org

0, 1, 3, 14, 70, 372, 2058, 11752, 68706, 409130, 2472646, 15127620, 93504944, 583032968, 3662883960, 23163461280, 147329432094, 941880843108, 6049001532148, 39007700026460, 252477751201074, 1639657957610596, 10680997864879592, 69772819359471480, 456959583009324200
Offset: 1

Views

Author

Hugo Pfoertner, Jan 08 2019

Keywords

Comments

Rotations and reflections of the path are counted only once, but see A266549 for further elimination of path isomorphisms.

References

Crossrefs

Previous Showing 11-16 of 16 results.