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.

A337415 a(n) is the number of ways to tile a size n triangle in the triangular grid with n n-cell polyiamonds, up to rotation and reflection of the triangle.

Original entry on oeis.org

1, 0, 1, 3, 11, 314
Offset: 1

Views

Author

Peter Kagey and Alec Jones, Aug 26 2020

Keywords

Comments

The initial values are computed via the program from Arnauld Chevallier in the Code Golf Stack Exchange link.

Examples

			An example of the a(4) = 3 essentially different ways of tiling a size 4 triangle with 4-iamonds can be found via the Code Golf Stack Exchange link.
		

Crossrefs

A328020 is the analog for square on the square grid.
Cf. A000577.