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.
%I A124091 #27 Aug 23 2021 00:46:49 %S A124091 2,4,1,0,2,7,8,7,9,7,2,0,7,8,6,5,8,9,1,7,9,4,0,4,3,0,2,4,4,7,1,0,6,3, %T A124091 1,4,4,4,8,3,4,2,3,9,2,4,5,9,5,2,7,8,7,7,2,5,9,3,2,9,2,4,6,7,9,3,0,0, %U A124091 7,3,5,1,6,8,2,6,0,2,7,9,4,5,3,5,1,6,1,2,3,3,0,1,2,1,4,5,9,0,2,3,3,2,8,5,1 %N A124091 Decimal expansion of Fibonacci binary constant: Sum{i>=0} (1/2)^Fibonacci(i). %C A124091 This constant is transcendental, see A084119. - _Charles R Greathouse IV_, Nov 12 2014 %H A124091 Harry J. Smith, <a href="/A124091/b124091.txt">Table of n, a(n) for n = 1..20000</a> %H A124091 D. H. Bailey, J. M. Borwein, R. E. Crandall and C. Pomerance, <a href="https://escholarship.org/uc/item/44t5s388">On the binary expansions of algebraic numbers</a>, Journal de Théorie des Nombres de Bordeaux 16 (2004), 487-518. %H A124091 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a> %F A124091 Equals Sum_{i>=0} 1/2^A000045(i). %F A124091 Equals A084119 + 1. %e A124091 2.4102787972078658917940430244710631444834239245952787725932... %t A124091 RealDigits[ N[ Sum[(1/2)^Fibonacci[i], {i, 0, Infinity}], 111]][[1]] (* _Robert G. Wilson v_, Nov 26 2006 *) %o A124091 (PARI) a=0 ; for(n=0,30, a += .5^fibonacci(n) ; print(a) ; ) %o A124091 (PARI) default(realprecision, 20080); x=suminf(k=0, 1/2^fibonacci(k)); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b124091.txt", n, " ", d)) \\ _Harry J. Smith_, May 04 2009 %Y A124091 Cf. A007404 (Kempner-Mahler number), A125600 (continued fraction), A084119 (essentially the same). %Y A124091 Cf. A000301. %K A124091 cons,nonn %O A124091 1,1 %A A124091 _R. J. Mathar_, Nov 25 2006 %E A124091 More terms from _Robert G. Wilson v_, Nov 26 2006