A371536 a(n) is the number of unobscured pentagons remaining after completing step n.
1, 1, 6, 41, 186
Offset: 1
Examples
Start with a(1) = 1 unobscured pentagon. For the next step, take step 1's entire shape and place it at each vertex. Although the total number of pentagons is 5, only 1 unobscured pentagon remains, so a(2) = 1.
Links
- Gavin Lupo, Pentagon Construction, the initial steps
- Gavin Lupo, Step 5
Comments