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.

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

Original entry on oeis.org

1, 6, 24, 200, 3216
Offset: 2

Views

Author

Bridget Tenner, Oct 24 2018

Keywords

Comments

Tiles and polygons all have sides of length 1, as in A006245.

Examples

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

Crossrefs

Formula

a(n) = 2*n*A320945(n) for n > 2.