# E097: σ(n)/n landscape: deficient, perfect, abundant ```{figure} ../_static/experiments/e097_hero.png :alt: E097 hero :class: experiment-hero E097: σ(n)/n landscape: deficient, perfect, abundant ``` **Tags:** `number-theory`, `quantitative-exploration`, `visualization`, `sigma`, `perfect`, `classification` ## 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 - Visualize σ(n)/n and classify integers using σ(n) compared to 2n. ## 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/e097.md :start-after: "" :end-before: "" ``` ::: {dropdown} params.json (snapshot) :open: ```{literalinclude} ../params/e097.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}`e059` (Abundancy index landscape) - {doc}`e098` (E098: Maximizers of σ(n)/n^α across α) - {doc}`e002` (Even Perfect Numbers — Generator and Growth) - {doc}`e003` (Abundancy Index Landscape) - {doc}`e010` (Even perfect numbers from Mersenne primes)