Factorization diagrams

Factorization diagrams visualize the prime factors of an integer using a specific symmetric alignment. This is a Purescript version of this great Haskell library. Use the arrow keys to scroll through different diagrams.

Some things to try out: large factors of two or three (210 = 1024, 37 = 2187), primorial numbers (2 × 3 × 5 × 7 × 11 = 2310).

You can find the source code on Github.