login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

a(n) is the number of unobscured pentagons remaining after completing step n.
2

%I #38 Apr 05 2024 00:42:53

%S 1,1,6,41,186

%N a(n) is the number of unobscured pentagons remaining after completing step n.

%C Start with a single regular pentagon. The pentagon fractal is constructed by taking with the previous completed step, and overlapping it in its entirety to each vertex (excluding the top vertex as they overlap completely). Once constructed, any unobscured pentagons within are counted. "Unobscured" means no lines cross through it, and its shape is regular. See links for images.

%H Gavin Lupo, <a href="/A371536/a371536_2.png">Pentagon Construction, the initial steps</a>

%H Gavin Lupo, <a href="/A371536/a371536_3.png">Step 5</a>

%e 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.

%K nonn,more

%O 1,3

%A _Gavin Lupo_, Mar 26 2024