A371620 Fractal sequence based on a heptagon: a(n) = number of unobscured heptagons remaining after completing step n.
1, 1, 8, 48, 266
Offset: 1
Examples
Start with a(1) = 1 unobscured heptagon. For the next step, take step 1's entire shape and place it at each vertex. Although the total number of heptagons is 7, only 1 unobscured heptagon remains, so a(2) = 1.
Links
- Gavin Lupo, Heptagon Construction, the initial steps
- Gavin Lupo, Step 5
Crossrefs
Cf. A371536.
Comments