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.

A081846 Maximal element in the continued fraction for 1/n*sum(k>=0,1/2^(2^k)).

This page as a plain text file.
%I A081846 #14 Jul 23 2025 05:26:26
%S A081846 6,12,19,25,33,39,46,52,60,66,72,79,85,93,99,106,112,120,126,132,139,
%T A081846 145,153,159,166,172,180,186,192,199,205,206,219,226,232,240,246,252,
%U A081846 259,265,273,279,286,292,300,306,313,319,326,333,339,346,352,360,366,373,379,386,393,399,406,412,420,413,433,439,446,453,459,466,472,480,486,493,499,506,513,519,526,532,540,546,553,559,567,573,579,586,593,600,606,613,619,627,633,619,646,653,660,666
%N A081846 Maximal element in the continued fraction for 1/n*sum(k>=0,1/2^(2^k)).
%C A081846 It seems that a(n)=20n/3 for infinitely many values of n.
%t A081846 s = N[Sum[1/2^(2^k), {k, 0, Infinity}], 1000000]; Table[Max[ContinuedFraction[s/n]], {n, 1, 100}] (* _Vaclav Kotesovec_, Jul 22 2025 *)
%Y A081846 Cf. A007400, A007404, A078816 (erroneous version).
%Y A081846 Cf. A384939.
%K A081846 nonn
%O A081846 1,1
%A A081846 _Benoit Cloitre_, Apr 10 2003
%E A081846 Corrected and extended by _Vaclav Kotesovec_, Jul 22 2025