FWIW, I don't think your naming scheme is quite right. Normally a "polyfoo" is what you get by gluing together N foos. In your case, the units you're gluing together aren't actually units! You always add a square and a triangle at the same time, but they don't have to be placed "together." Also, this means your numbers grow rapidly in an unwieldy manner — it grows exponentially as with all polyforms, but twice as exponentially, because you're adding two pieces at each step.
(1)
One way to make this a more traditional polyform is to look instead at polyhouses, where I'll coin the term "house" for the conglomeration of a triangle and a square. These are the dihouses among your original set:
I don't see this particular polyform mentioned on either
That's probably because these polyforms are aggressively non-space-filling: you
obviously can't tile the plane with them in any interesting way. That makes them less recreationally interesting IMHO (but not
totally uninteresting). Incidentally, Kate Jones'
Tri-Chex tiles the plane with a proper
subset of (not the polyhouses but) the guys below.
Note that the "benzene ring" hexahouse is not chiral.
(2)
A different way to make this a more traditional polyform but also keep the numbers from growing so rapidly would be to look at polyforms where each unit would be "either a triangle or a square but I don't care which." That sequence could be represented as a 2D table: s=number of squares, t=number of triangles.
s=0 1 2 3 4 5
---------------------
t=0 | 1 1 2 5 12
t=1 | 1 1 3 11
t=2 | 1 3 15
t=3 | 1 7
t=4 | 3
t=5 | 4
Here the first row (t=0) is
A000105. The first column (s=0) is
A000577. The diagonal (1, 15, ...) is your original sequence. The antidiagonal sums (2, 3, 9, 41, ...) are
A390142!
I don't have a great name for this kind of thing, though. I want to say "
polyindifferents," except that that single word fails to express that we're specifically indifferent between
equilateral triangle and
square. There would be other tables for other species of polyindifferents (e.g. indifferent between hex and triangle, indifferent between square and tan (
A390999!), indifferent between triangle and drafter, indifferent between monomino and domino...
All these "polyindifferents" suffer from the infelicity that two polyindifferents of the same order can have different areas. (A triangle unit doesn't have the same area as a square unit.) This can mean that the same shape is both an n-indifferent and an (n+1)-indifferent. Notice the unit square is counted in both the first and second rows of
A390999's image, first as a monoindifferent (square) and then as a di-indifferent (two tans joined at the hypotenuse). That feels infelicitous to me, in general.
To keep the notion of indifference but restore the felicitous equal-area invariant, you could look for example at
polytrominoes — polyindifferents where the two indifferent units are the I-tromino and the L-tromino. I recently looked at poly-I-trominoes ("polybars of order 3"); see
here.
my $.02,
–Arthur