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.

A366545 Decimal expansion of the value x for which the function Re(Gamma(-x + i*sqrt(1-x^2))) is minimized for -1 < x < 1.

Original entry on oeis.org

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

Views

Author

Artur Jasinski, Oct 12 2023

Keywords

Comments

For Re(Gamma(-A366545 + i*sqrt(1-A366545^2))) = -0.930840199... see A366545.

Examples

			0.9565130903466545656...
		

Crossrefs

Programs

  • Mathematica
    xmin = Re[x /. FindRoot[1/(2 Sqrt[1 - x^2]) I (Gamma[1 + x - I Sqrt[1 - x^2]] PolyGamma[0, x - I Sqrt[1 - x^2]] - Gamma[1 + x + I Sqrt[1 - x^2]] PolyGamma[0,
             x + I Sqrt[1 - x^2]]), {x, -0.98}, WorkingPrecision -> 110]];
     RealDigits[xmin, 10, 106][[1]]