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 A092910 #9 Aug 12 2017 12:59:57 %S A092910 3,4,3,3,2,3,4,3,2,4,3,2,3,3,4,3,2,4,3,3,2,3,4,2,3,4,3,2,3,3,4,3,2,4, %T A092910 3,3,2,3,4,3,2,4,3,2,3,3,4,2,3,4,3,3,2,3,4,2,3,4,3,2,3,3,4,3,2,4,3,3, %U A092910 2,3,4,3,2,4,3,2,3,3,4,3,2,4,3,3,2,3,4,2,3,4,3,2,3,3,4,2,3,4,3,3,2,3,4,3,2 %N A092910 a(n) is the (3n+2)-th component of the continued fraction for sum(k>=0,2^(-k!)). %H A092910 Antti Karttunen, <a href="/A092910/b092910.txt">Table of n, a(n) for n = 0..8191</a> %F A092910 a(n) = 5 - (A007400(n+2)/2). %o A092910 (PARI) a(n)=5-component(contfrac(sum(i=0,10,1/2^(2^i))),n+3)/2 %o A092910 (Scheme) (define (A092910 n) (- 5 (* 1/2 (A007400 (+ 2 n))))) ;; Code for A007400 given under that entry. - _Antti Karttunen_, Aug 12 2017 %Y A092910 Cf. A007400, A076157, A088431. %K A092910 nonn %O A092910 0,1 %A A092910 _Benoit Cloitre_, Apr 16 2004