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!)
A066718 Incrementally largest terms in the continued fraction for the "binary" Champernowne constant. 2
0, 1, 6, 298, 4534532, 4682854730443938, 21178658483534445867705807931242133, 1784182521628823878390282782427911592097785568614928986384139293902055110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Eric E. Weisstein, Champernowne Constant
MATHEMATICA
a = {}; Do[a = Append[a, IntegerDigits[n, 2]], {n, 1, 10^4} ]; b = ContinuedFraction[ N[ FromDigits[ {Flatten[a], 0}, 2], 7500]]; c = -1; d = {}; Do[If[b[[n]] > c, c = b[[n]]; d = Append[d, c]], {n, 1, 4400}]; d
CROSSREFS
Sequence in context: A196980 A197165 A264706 * A065947 A277168 A081321
KEYWORD
base,cofr,nonn
AUTHOR
Robert G. Wilson v, Jan 14 2002
STATUS
approved

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 03:10 EDT 2024. Contains 373008 sequences. (Running on oeis4.)