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.

A078890 Decimal expansion of Sum {n>=0} 1/9^(2^n).

This page as a plain text file.
%I A078890 #14 Nov 12 2020 05:17:44
%S A078890 1,2,3,6,0,9,2,2,9,1,4,4,3,0,6,3,2,7,7,8,2,1,5,8,4,9,2,8,3,3,5,6,9,7,
%T A078890 0,4,6,5,6,6,0,9,2,6,6,3,8,0,4,9,7,8,5,8,7,5,7,7,2,3,5,4,0,9,7,6,6,4,
%U A078890 9,0,8,4,9,6,6,3,5,6,6,9,6,1,8,5,4,9,1,8,1,9,3,3,4,7,3,5,4,4,2,0,0,1,1,9,1
%N A078890 Decimal expansion of Sum {n>=0} 1/9^(2^n).
%H A078890 Aubrey J. Kempner, <a href="https://doi.org/10.1090/S0002-9947-1916-1501054-4">On Transcendental Numbers</a>, Transactions of the American Mathematical Society, volume 17, number 4, October 1916, pages 476-482.
%H A078890 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%F A078890 Equals A078885 - 1/3 = A078885 - A010701. - _R. J. Mathar_, Apr 23 2009
%F A078890 Equals -Sum_{k>=1} mu(2*k)/(9^k - 1), where mu is the Möbius function (A008683). - _Amiram Eldar_, Jul 12 2020
%e A078890 0.123609229144306327782...
%t A078890 RealDigits[ N[ Sum[1/9^(2^n), {n, 0, Infinity}], 110]][[1]]
%o A078890 (PARI) suminf(n=0, 1/9^(2^n)) \\ _Michel Marcus_, Nov 11 2020
%Y A078890 Similar sums: A007404, A078885, A078585, A078886, A078887, A078888, A078889, A036987.
%K A078890 cons,nonn
%O A078890 0,2
%A A078890 _Robert G. Wilson v_, Dec 11 2002