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!)
A066754 Incrementally largest terms in the continued fraction for the "binary" Copeland-Erdos constant. 0
0, 1, 2, 3, 5, 19, 42, 275, 1424, 2810, 46114, 79779, 208340, 226580 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a = {}; Do[ a = Append[a, IntegerDigits[ Prime[n], 2]], {n, 1, 50000} ]; ContinuedFraction[ N[ FromDigits[ {Flatten[a], 0}, 2], 194230]]; c = -1; d = {}; Do[ If[ b[[n]] > c, c = b[[n]]; d = Append[d, c]], {n, 1, 194230} ]; d
CROSSREFS
Sequence in context: A215373 A359939 A038705 * A140560 A118625 A031133
KEYWORD
cofr,nonn
AUTHOR
Robert G. Wilson v, Jan 16 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 April 19 10:31 EDT 2024. Contains 371791 sequences. (Running on oeis4.)