|
| |
|
|
A066716
|
|
The "binary" Champernowne constant = 0.8622401258680545715577902...
|
|
1
| |
|
|
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, 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, 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
(list; constant; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
LINKS
| Eric E. Weisstein, Champernowne Constant
|
|
|
FORMULA
| The "binary" Champernowne constant is obtained by concatenating the binary representations of the integers = 0.(1)(10)(11)(100)(101)(110)(111)(1000)... and converting it to base ten.
|
|
|
MATHEMATICA
| a = {}; Do[a = Append[a, IntegerDigits[n, 2]], {n, 1, 100} ]; RealDigits[ N[ FromDigits[ {Flatten[a], 0}, 2], 100]]
|
|
|
CROSSREFS
| Cf. A033307.
Sequence in context: A124605 A021120 A021541 * A033952 A021847 A029684
Adjacent sequences: A066713 A066714 A066715 * A066717 A066718 A066719
|
|
|
KEYWORD
| cons,nonn
|
|
|
AUTHOR
| Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 14 2002
|
|
|
EXTENSIONS
| Removed leading zero, adjusted offset, added keyword:cons - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 04 2010
|
| |
|
|