# E110: Dirichlet L-series partial sums at s=1 and s=1/2 ```{figure} ../_static/experiments/e110_hero.png :alt: E110 hero :class: experiment-hero E110: Dirichlet L-series partial sums at s=1 and s=1/2 ``` **Tags:** `number-theory`, `l-functions`, `quantitative-exploration`, `visualization`, `dirichlet-series`, `numerics` ## 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 - Compare partial Dirichlet series behavior near s=1 and on the critical line. ## 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/e110.md :start-after: "" :end-before: "" ``` ::: {dropdown} params.json (snapshot) :open: ```{literalinclude} ../params/e110.json :language: json ``` ::: ## References - See `docs/background/dirichlet-l-functions.md` and `docs/background/dirichlet-convolution.md`. ## Related experiments - {doc}`e111` (E111: Euler product vs. Dirichlet series for L(s,χ)) - {doc}`e068` (Dirichlet L(s,χ): series vs. Euler product (partial approximations).) - {doc}`e092` (E092: 1/ζ(s) via the Möbius Dirichlet series) - {doc}`e091` (E091: Partial Euler products on the critical line) - {doc}`e093` (E093: −ζ′(s)/ζ(s) via the von Mangoldt series)