cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A211342 Decimal expansion of q between 0 and 1 maximizing Dedekind eta function eta(q) = q^(1/24) * Product_{n>=1} (1 - q^n).

Original entry on oeis.org

0, 3, 7, 2, 7, 6, 8, 1, 0, 2, 9, 6, 4, 5, 1, 6, 5, 8, 1, 5, 0, 9, 8, 0, 7, 8, 5, 6, 5, 1, 6, 4, 4, 6, 1, 8, 0, 3, 6, 2, 8, 2, 3, 7, 9, 4, 8, 2, 7, 8, 3, 0, 0, 6, 7, 0, 4, 1, 0, 2, 2, 1, 3, 4, 7, 7, 5, 1, 3, 9, 2, 9, 1, 0, 2, 0, 3, 6, 7, 5, 5, 3, 2, 3, 0, 0, 3, 4, 3, 1, 4, 7, 0, 6, 5, 8, 2, 9, 8, 9, 0
Offset: 0

Views

Author

Jean-François Alcover, Feb 05 2013

Keywords

Examples

			0.0372768102964516581509807856516446180362823794827830067...
		

Crossrefs

Programs

  • Mathematica
    q /. Last @ FindMaximum[ DedekindEta[ -I*Log[q]/(2*Pi)], {q, 1/25}, WorkingPrecision -> 200] // RealDigits[#][[1]][[1 ;; 100]]& // Prepend[#, 0]&
    x /. FindRoot[24*Sum[DivisorSigma[1, k]*x^k, {k, 1, 1000}] == 1, {x, 1}, WorkingPrecision -> 101] (* Vaclav Kotesovec, Jun 28 2017 *)

Formula

Root of the equation Sum_{k>=1} A000203(k) * r^k = 1/24. - Vaclav Kotesovec, Jun 28 2017
Equals A057823^2. - Vaclav Kotesovec, Jul 02 2017