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 A019308 #33 Sep 16 2016 12:58:11 %S A019308 1,3,6,18,48,144,414,1242,3678,11034,32958,98874,296208,888624, %T A019308 2664630,7993890,23977992,71933976,215790894,647372682,1942085088, %U A019308 5826255264,17478666918,52436000754,157307706054,471923118162 %N A019308 Number of "bifix-free" words of length n over a three-letter alphabet. %H A019308 E. Barcucci, A. Bernini, S. Bilotta, R. Pinzani, <a href="http://arxiv.org/abs/1502.05275">Cross-bifix-free sets in two dimensions</a>, arXiv preprint arXiv:1502.05275 [cs.DM], 2015. %H A019308 S. Bilotta, E. Pergola and R. Pinzani, <a href="http://arxiv.org/abs/1112.3168">A new approach to cross-bifix-free sets</a>, arXiv preprint arXiv:1112.3168 [cs.FL], 2011. %H A019308 Joshua Cooper and Danny Rorabaugh, <a href="http://arxiv.org/abs/1510.03917">Asymptotic Density of Zimin Words</a>, arXiv preprint arXiv:1510.03917 %H A019308 T. Harju and D. Nowotka, <a href="http://www.tucs.fi/Publications/attachment.php?fname=TR546.pdf">Border correlation of binary words</a>. %H A019308 P. Tolstrup Nielsen, <a href="http://dx.doi.org/10.1109/TIT.1973.1055065">A note on bifix-free sequences</a>, IEEE Trans. Info. Theory IT-19 (1973), 704-706. %H A019308 D Rorabaugh, <a href="http://arxiv.org/abs/1509.04372">Toward the Combinatorial Limit Theory of Free Words</a>, arXiv preprint arXiv:1509.04372, 2015 %F A019308 a(2n+1) = 3a(2n); a(2n) = 3a(2n-1) - a(n). %t A019308 a[0]=1; a[n_]:=a[n]=3*a[n-1]-If[EvenQ[n], a[n/2], 0] (* _Ed Pegg Jr_, Jan 05 2005 *) %Y A019308 Equals 3*A045694(n) for n>0. Cf. A003000, A019309. %K A019308 nonn %O A019308 0,2 %A A019308 _Jeffrey Shallit_