Here you can find two of my favorite concepts: Fibonacci sequence and Asynchronous programming. Fibonacci numbers create a visually pleasing geometric shape, the golden spiral if you start tiling them as rectangles.
You should definitely take a look at the attached repo if you want to learn async programming in C#. It’s the only way to not block a GUI while still performing other operations.