login
This site is supported by donations 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. 0
0, 1, 6, 298, 4534532, 4682854730443938, 21178658483534445867705807931242133, 1784182521628823878390282782427911592097785568614928986384139293902055110 (list; graph; refs; listen; history; 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: A042119 A196980 A197165 * A065947 A081321 A159494

Adjacent sequences:  A066715 A066716 A066717 * A066719 A066720 A066721

KEYWORD

base,cofr,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 14 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:04 EST 2012. Contains 205969 sequences.