PROJECT EULER · #0161
Triominoes
A triomino is a shape consisting of three squares joined via the edges. There are two basic forms:

If all possible orientations are taken into account there are six:

Any
If we consider tilings that can be obtained by reflection or rotation from another tiling as different there are

In how many ways can a
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.