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-2 of 2 results.

A071001 Binary expansion of Gamma(3/4).

Original entry on oeis.org

1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1
Offset: 1

Views

Author

Benoit Cloitre, May 18 2002

Keywords

Examples

			Gamma(3/4) = 1.00111... in base 2.
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Gamma[3/4], 2, 100][[1]] (* Amiram Eldar, May 04 2022 *)

A071003 Binary expansion of Gamma(5/4).

Original entry on oeis.org

1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1
Offset: 0

Views

Author

Benoit Cloitre, May 18 2002

Keywords

Comments

The same sequence of digits as A071002, because Gamma(5/4) = (1/4)*Gamma(1/4). - R. J. Mathar, Feb 21 2009

Examples

			0.1110100...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Gamma[5/4], 2, 100][[1]] (* Amiram Eldar, May 04 2022 *)

Extensions

Offset corrected by R. J. Mathar, Feb 05 2009
Showing 1-2 of 2 results.