The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066716 Decimal expansion of the binary Champernowne constant 0.862240125868... whose binary expansion is the concatenation of 1, 2, 3, ... written in binary. 10

%I #53 Sep 27 2023 10:06:33

%S 8,6,2,2,4,0,1,2,5,8,6,8,0,5,4,5,7,1,5,5,7,7,9,0,2,8,3,2,4,9,3,9,4,5,

%T 7,8,5,6,5,7,6,4,7,4,2,7,6,8,2,9,9,0,9,4,5,1,6,0,7,1,2,1,4,5,5,7,3,0,

%U 6,7,4,0,5,9,0,5,1,6,4,5,8,0,4,2,0,3,8,4,4,1,4,3,8,6,1,8,1,3,3,4

%N Decimal expansion of the binary Champernowne constant 0.862240125868... whose binary expansion is the concatenation of 1, 2, 3, ... written in binary.

%C A theorem of Copeland & Erdős proves that this constant is 2-normal. - _Charles R Greathouse IV_, Feb 06 2015

%C This is constant is transcendental. Note that this result is nontrivial: it is not a corollary of the result of Masaaki Amou saying that the base-b Champernowne constant has irrationality measure b, because the Thue-Siegel-Roth theorem only guarantees that a number with irrationality measure greater than 2 is transcendental. However, it is already stated in Masaaki Amou's paper that K. Mahler proved that the base-b Champernowne constant is transcendental for all b. - _Jianing Song_, Sep 27 2023

%H Masaaki Amou, <a href="https://www.sciencedirect.com/science/article/pii/S0022314X05800393">Approximation to certain transcendental decimal fractions by algebraic numbers</a>, J. Number Theory, 37 (2) (1991), pp. 231-241.

%H A. H. Copeland and P. Erdős, <a href="http://dx.doi.org/10.1090/S0002-9904-1946-08657-7">Note on normal numbers</a>, Bull. Amer. Math. Soc. 52 (1946), pp. 857-860.

%H Eric E. Weisstein, <a href="http://mathworld.wolfram.com/BinaryChampernowneConstant.html">Binary Champernowne Constant</a>.

%F The "binary" Champernowne constant is the number whose base-2 expansion is the concatenation of the binary representations of the integers, 0.(1)(10)(11)(100)(101)(110)(111)(1000)..., cf. A030302.

%e 0.8622401258680545715577902832493945785657647427682990945160712145573067405905...

%t a = {}; Do[a = Append[a, IntegerDigits[n, 2]], {n, 1, 100} ]; RealDigits[ N[ FromDigits[ {Flatten[a], 0}, 2], 100]]

%o (PARI) my(s=0.); forstep(n=default(realprecision),1,-1,s=(s+n)>>#binary(n)); s \\ _Charles R Greathouse IV_, Feb 06 2015, corrected by _M. F. Hasler_, Mar 22 2017

%o (PARI) s=0;sum(n=1,31,n*.5^s+=logint(n,2)+1) \\ Accurate to 0.5^s. The sum up to n=31 is enough for standard precision of 38 digits. - _M. F. Hasler_, Mar 22 2017

%Y Cf. A030302 (binary digits), A030190 (same with initial 0), A030303 (indices of 1's), A007088, A047778 (concatenate binary 1..n).

%Y Cf. A066717 (continued fraction), A365238 (reciprocal).

%Y Cf. A100125 (Sum n/2^(n^2)).

%Y Cf. A033307.

%K cons,nonn,base

%O 0,1

%A _Robert G. Wilson v_, Jan 14 2002

%E Leading zero removed, offset adjusted, and keyword:cons added by _R. J. Mathar_, Mar 04 2010

%E Name edited by _M. F. Hasler_, Oct 26 2019

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 1 05:22 EDT 2024. Contains 373010 sequences. (Running on oeis4.)