# E096: Record-holders for τ(n) ```{figure} ../_static/experiments/e096_hero.png :alt: E096 hero :class: experiment-hero E096: Record-holders for τ(n) ``` **Tags:** `number-theory`, `quantitative-exploration`, `visualization`, `divisor-function`, `arithmetic-functions` ## Highlights - Focused numeric experiment with a small set of figures. - Parameters saved to `params.json` for reproducibility. - Defaults are chosen, so the experiment remains feasible for the CI “slow” suite. ## What is computed - Track the running maxima of τ(n) up to N and visualize the growth of record values. ## Notes - This page summarizes the intent; see the generated `report.md` in `out/` for concrete outputs. ## Published run snapshot If this experiment is included in the docs gallery, include the published snapshot (report + params). ```{include} ../reports/e096.md :start-after: "" :end-before: "" ``` ::: {dropdown} params.json (snapshot) :open: ```{literalinclude} ../params/e096.json :language: json ``` ::: ## References - See the arithmetic-functions background pages in `docs/background/`. - See the perfect-numbers and divisor-functions background pages in `docs/background/`. ## Related experiments - {doc}`e058` (Divisor-count record highs) - {doc}`e059` (Abundancy index landscape) - {doc}`e027` (Record prime gaps vs. log^2 heuristic) - {doc}`e052` (Totient ratio landscape) - {doc}`e053` (Inverse totient multiplicities)