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.

A082665 Decimal expansion of Y = sum(k>2, 1/2^floor(k^log(log(k)))).

This page as a plain text file.
%I A082665 #11 Aug 06 2020 14:51:04
%S A082665 1,7,4,1,0,4,5,5,5,1,6,3,8,4,3,6,9,1,3,0,2,5,5,0,1,8,7,5,1,1,8,8,9,3,
%T A082665 0,4,0,8,0,7,1,8,0,0,4,7,2,8,4,3,3,0,0,4,2,5,7,1,2,4,1,1,9,4,5,9,5,0,
%U A082665 7,9,5,1,6,8,2,3,7,6,2,7,0,5,4,7,3,0,5,8,9,9
%N A082665 Decimal expansion of Y = sum(k>2, 1/2^floor(k^log(log(k)))).
%C A082665 The number Y=1.7410455516384369.. is known to be transcendental.
%H A082665 D. Bailey et al., <a href="https://doi.org/10.5802/jtnb.457">On the binary expansions of algebraic numbers</a>, Journal de Théorie des Nombres de Bordeaux 16 (2004), 487-518.
%H A082665 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%o A082665 (PARI) suminf(k=3,1/2^floor(k^log(log(k))))
%Y A082665 Cf. A084119.
%K A082665 nonn,cons
%O A082665 1,2
%A A082665 _Ralf Stephan_, May 18 2003