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.

Showing 1-1 of 1 results.

A246722 Decimal expansion of Hermite's constant gamma_7 = 2^(6/7).

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, Sep 02 2014

Keywords

Comments

Also seventh root of 64. - Alonso del Arte, Feb 07 2015

Examples

			1.81144732852781334318834574643020637540089176251587471...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 8.7 Hermite's Constants, p. 507.

Crossrefs

Cf. A222071 (Hermite's delta_7), A011149, A005480.

Programs

  • Mathematica
    RealDigits[2^(6/7), 10, 103] // First
  • PARI
    sqrtn(64, 7) \\ Michel Marcus, Feb 08 2015

Formula

Equals Product_{k>=0} (1 + (-1)^k/(7*k + 1)). - Amiram Eldar, Jul 29 2020
Showing 1-1 of 1 results.