cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A038704 Incrementally largest term in continued fraction for Champernowne constant (A030167).

This page as a plain text file.
%I A038704 #11 Apr 02 2023 11:05:08
%S A038704 8,9,149083
%N A038704 Incrementally largest term in continued fraction for Champernowne constant (A030167).
%C A038704 The next term (a(4)) has 166 digits; a(5) has 2504 digits. - _Harvey P. Dale_, Sep 18 2016
%H A038704 H. Havermann, <a href="http://chesswanks.com/pxp/cfcd.html">Number of Digits in Some Champernowne-Continued-Fraction Terms</a>
%t A038704 DeleteDuplicates[Block[{$MaxExtraPrecision=10000},ContinuedFraction[ ChampernowneNumber[],50]],GreaterEqual] (* _Harvey P. Dale_, Apr 02 2023 *)
%Y A038704 Cf. A030167, A038705, A038706.
%K A038704 hard,nice,nonn,bref
%O A038704 1,1
%A A038704 _Hans Havermann_, May 01 2000
%E A038704 The next term has 166 digits.