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-2 of 2 results.

A320945 a(n) is the number of top-perimeter tiles among all rhombic tilings of the 2n-gon.

Original entry on oeis.org

1, 1, 3, 20, 268
Offset: 2

Views

Author

Bridget Tenner, Oct 24 2018

Keywords

Comments

Also the number of bottom-perimeter tiles among all rhombic tilings of the 2n-gon. Tiles and polygons all have sides of length 1, as in A006245.

Examples

			a(4) = 3 because among the eight rhombic tilings of the octagon, 3 top-perimeter rhombi appear.
		

Crossrefs

A320946 a(n) is the number of left-perimeter tiles among all rhombic tilings of the 2n-gon.

Original entry on oeis.org

1, 2, 9, 80, 1340
Offset: 2

Views

Author

Bridget Tenner, Oct 24 2018

Keywords

Comments

Also the number of right-perimeter tiles among all rhombic tilings of the 2n-gon. Tiles and polygons all have sides of length 1, as in A006245.

Examples

			a(4) = 9 because among the eight rhombic tilings of the octagon, 9 left-perimeter rhombi appear.
		

Crossrefs

Formula

a(n) = (n-1) * A320945(n).
Showing 1-2 of 2 results.