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.

A119611 Number of free polyominoes in {4,5} tessellation of the hyperbolic plane.

Original entry on oeis.org

1, 1, 1, 2, 5, 16, 55, 224, 978, 4507, 21430, 104423, 517897, 2606185, 13272978
Offset: 0

Views

Author

Jonathan Vos Post, Jun 04 2006

Keywords

Examples

			For n = 0,1,2,3 the polyominoes in the {4,5} tessellation of the hyperbolic plane are essentially same as the ordinary polyominoes in the plane (A000105), with redefinition of "straight line" and angular deficiency at a vertex.
For n = 4, the square tetromino does not exist. In its place is the cut-square, a pentagonal pentomino with one cell removed.
For n = 5, see links section.
		

Crossrefs

Cf. A000105.

Programs

  • C
    // See the Code Golf Stack Exchange link.
  • GAP
    # See the Code Golf Stack Exchange link.
    
  • bc
    /* See the Code Golf Stack Exchange link. */
    

Extensions

a(5) corrected by Don Knuth
a(6) corrected by Christian Sievers
a(7)-a(10) from Christian Sievers
a(11)-a(14) from Ed Wynn, Feb 14 2021