login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A033435
Continued fraction for Champernowne constant = 0.01234567891011121314...
1
0, 81, 1490845, 2, 5, 2, 1, 11, 1, 1, 1, 5, 1, 1, 1, 1
OFFSET
0,2
MATHEMATICA
ContinuedFraction[With[{nn=20, c=Flatten[IntegerDigits/@Range[0, nn]]}, N[ FromDigits[ c]/10^Length[c], Length[c]]], 16] (* Harvey P. Dale, Apr 10 2013 *)
CROSSREFS
Sequence in context: A187751 A285997 A143675 * A319979 A293149 A013851
KEYWORD
nonn,cofr
AUTHOR
EXTENSIONS
Next term is very large.
STATUS
approved