Break an integer into grouped prime powers whose product reconstructs the input.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Candidate divisors are tried from 2 upward; each successful divisor is repeatedly removed, and remaining factors are grouped by exponent. Multiplying the displayed prime powers recovers the original integer.
360
360 = 2^3 × 3^2 × 5
Number theory expands integers, fraction reducers compare prime exponents, and cryptography exercises inspect small factor structure.