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 A179762 #3 Mar 31 2012 13:21:20 %S A179762 1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,1,1,0,0,1,0,0,1, %T A179762 0,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,1,1, %U A179762 1,1,0,0,1,0,0,1,1,0,1,1,0,0,0,0,1,1,1,1,0,0,1,1,0,1,0,0,0,1,0,1,1,0 %N A179762 Binary expansions of A122245 (A122246) concatenated together to a single binary sequence, so that from each term of A122245, the most significant bits come before the least significant bits. %C A179762 When viewed as a table, the first row contains six terms, the second eight, the third ten, and so on, i.e. row n contains 2(n+2) terms. %H A179762 A. Karttunen, <a href="/A179762/b179762.txt">Table of n, a(n) for n = 1..593664 (containing 768 first rows)</a> %o A179762 (MIT Scheme:) (define (A179762 n) (modulo (floor->exact (/ (A122245 (- (A000194 (+ n 6)) 2)) (expt 2 (A179753 (+ n 6))))) 2)) %Y A179762 Cf. also A179765 and A179758, A179761 & A179763. A179827-A179829. %K A179762 nonn,tabf %O A179762 1,1 %A A179762 _Antti Karttunen_, Aug 03 2010