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.

A179948 Continued fraction for Pi^gamma, where gamma is the Euler-Mascheroni constant.

Original entry on oeis.org

1, 1, 14, 1, 2, 4, 1, 23, 2, 13, 2, 2, 1, 22, 1, 6, 14, 1, 2, 6, 1, 2, 40, 1, 3, 1, 1, 3, 2, 1, 6, 1, 5, 1, 1, 1, 1, 2, 9, 2, 1, 3, 2, 1, 2, 1, 1, 2, 5, 1, 1, 6, 6, 2, 1654, 4, 1, 5, 1, 12, 1, 5, 1, 2, 1, 1, 1, 1, 2, 4, 1, 1, 1, 1, 6, 1, 2, 3, 1, 2, 2, 1, 3, 4, 1, 4, 2, 2, 5, 5, 1, 1, 22, 3, 1, 9, 1, 1, 10
Offset: 0

Views

Author

Michel Lagneau, Aug 03 2010

Keywords

Examples

			Pi^gamma = 1.9362556334196744600139... = 1 + 1/(1 + 1/(14 + 1/(1 + 1/(2 + ...)))).
		

Crossrefs

Cf. A001620 (gamma), A182547 (decimal expansion).

Programs

  • Maple
    with(numtheory): Digits := 300: convert(evalf(Pi^gamma(0)), confrac);
  • PARI
    contfrac(Pi^Euler) \\ Michel Marcus, Oct 11 2017

Extensions

Offset changed by Andrew Howroyd, Jul 07 2024