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.

A363684 Decimal expansion of Product_{k>=1} Gamma(2k/(2k-1)) / Gamma(1+1/(2k)).

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Jun 15 2023

Keywords

Examples

			1.06215090557105728069683736293...
		

Crossrefs

Cf. A303670.

Programs

  • Maple
    evalf(Product(2*k*GAMMA(1/(2*k - 1))/((2*k - 1)*GAMMA(1/(2*k))), k = 1..infinity), 120); # Vaclav Kotesovec, Jun 10 2024
  • PARI
    default(realprecision, 200); exp(sumpos(k=1, log(2*k) + log(gamma(1/(2*k-1))) - log(2*k-1) - log(gamma(1/(2*k))) )) \\ Vaclav Kotesovec, Jun 10 2024

Extensions

More terms from Vaclav Kotesovec, Jun 10 2024