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 A290746 #10 Aug 12 2017 13:08:20 %S A290746 2,9,30,87,234,597,1470,3522,8264,19067,43398,97659,217674,481221, %T A290746 1056370,2304676,5000934,10799564,23222114,49742577,106181710, %U A290746 225947089,479426238,1014615466,2142099088,4512515283,9486635788,19906068415,41696243298,87196489799 %N A290746 Total number of distinct Lyndon factors appearing in all words of length n over an alphabet of size 2. %H A290746 Lars Blomberg, <a href="/A290746/b290746.txt">Table of n, a(n) for n = 1..100</a> %H A290746 Amy Glen, Jamie Simpson, W. F. Smyth, <a href="http://www.combinatorics.org/ojs/index.php/eljc/article/view/v24i3p28">Counting Lyndon Factors</a>, Electronic Journal of Combinatorics 24(3) (2017), #P3.28. %o A290746 (PARI) Inner(m,s)=d=divisors(m);sum(i=1,length(d),moebius(m/d[i])*s^d[i]); %o A290746 Lyndon(s,n) = sum(m=1,n, (n-m+1)/m * s^(n-m) * Inner(m,s)); %o A290746 vector(100,i,Lyndon(2,i)) \\ _Lars Blomberg_, Aug 12 2017 %K A290746 nonn %O A290746 1,1 %A A290746 _N. J. A. Sloane_, Aug 11 2017 %E A290746 a(11)-a(33) from _Lars Blomberg_, Aug 12 2017