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.

A030172 Let c be the point at which Gamma(x), x>0, is minimized; sequence gives continued fraction for Gamma(c).

Original entry on oeis.org

0, 1, 7, 1, 2, 1, 6, 1, 1, 1, 1, 6, 1, 4, 1, 1, 10, 3, 1, 10, 3, 4, 2, 1, 1, 2, 1, 6, 1, 1, 11, 1, 1, 2, 1, 2, 1, 1, 1, 3, 35, 3, 5, 2025, 1, 1, 2, 6, 3, 4, 16, 1, 1, 2, 2, 3, 1, 2, 1, 1, 3, 1, 8, 4, 13, 1, 8, 10, 3, 14, 1, 2
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A030171.

Programs

  • Mathematica
    ContinuedFraction[ Gamma[x] /. FindRoot[Gamma'[x] == 0, {x, 1}, WorkingPrecision -> 100], 72] (* Jean-François Alcover, Oct 29 2012 *)
  • PARI
    contfrac(gamma(solve(x=1, 2, psi(x)))) \\ G. C. Greubel, Dec 28 2019