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.

A077771 Decimal value of the ternary Champernowne constant.

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Nov 15 2002

Keywords

Comments

The first 99 digits form a prime. - Jonathan Vos Post, Nov 11 2004
This constant is 3-normal. - Charles R Greathouse IV, Feb 06 2015

Examples

			0.598958167538433992500172217929...
		

Crossrefs

Cf. A054635 (base 3 digits), A077772 (continued fraction).
Cf. A030190, A066716, A066717: binary digits, decimals and continued fraction of the binary Champernowne constant; A033307: decimal Champernowne constant.

Programs

  • Mathematica
    First[RealDigits[ChampernowneNumber[3], 10, 100]] (* Paolo Xausa, May 03 2024 *)
  • PARI
    A077771(b=3,t=1.,s=b)={sum(n=1, default(realprecision)*2.303\log(b)+1, nM. F. Hasler, Oct 25 2019