gives the base-b Champernowne number .
gives the base-10 Champernowne number.


ChampernowneNumber
gives the base-b Champernowne number .
gives the base-10 Champernowne number.
Details

- Mathematical constants treated as numeric by NumericQ and as constants by D.
- ChampernowneNumber[b] is a normal transcendental real number whose base-b representation is obtained by concatenating base-b digits of consecutive integers.
- ChampernowneNumber can be evaluated to arbitrary numerical precision.
- ChampernowneNumber automatically threads over lists.
Background & Context
- ChampernowneNumber[b] represents the base-b Champernowne constant, defined as the concatenation of the base-b digits of consecutive positive integers placed to the right of a decimal point. The base-10 Champernowne constant may be computed using ChampernowneNumber[] and has value 0.1234567891011…. A concise nested sum for ChampernowneNumber[b] is given by
.
- ChampernowneNumber[b] is both irrational and transcendental, meaning it can be expressed neither as a ratio of integers nor as the root of any integer polynomial. In addition, as a result of its definition, ChampernowneNumber[b] is normal (meaning the digits in its base-b expansion are equally distributed) in base b.
- For specific base b, ChampernowneNumber[b] is treated as numeric by NumericQ and as a constant by D. ChampernowneNumber automatically threads over lists and can be evaluated to arbitrary numerical precision using N. RealDigits can be used to return a list of digits of ChampernowneNumber and ContinuedFraction to obtain terms of its continued fraction expansion. The continued fractions for ChampernowneNumber[b] contain very large sporadic terms, resulting in excellent rational approximations but making them potentially challenging to calculate.
Examples
open all close allScope (3)
See Also
Related Guides
History
Text
Wolfram Research (2008), ChampernowneNumber, Wolfram Language function, https://reference.wolfram.com/language/ref/ChampernowneNumber.html.
CMS
Wolfram Language. 2008. "ChampernowneNumber." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ChampernowneNumber.html.
APA
Wolfram Language. (2008). ChampernowneNumber. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ChampernowneNumber.html
BibTeX
@misc{reference.wolfram_2025_champernownenumber, author="Wolfram Research", title="{ChampernowneNumber}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/ChampernowneNumber.html}", note=[Accessed: 16-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_champernownenumber, organization={Wolfram Research}, title={ChampernowneNumber}, year={2008}, url={https://reference.wolfram.com/language/ref/ChampernowneNumber.html}, note=[Accessed: 16-August-2025]}