cp's OEIS Frontend

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.

A290747 Total number of distinct Lyndon factors appearing in all words of length n over an alphabet of size 5.

This page as a plain text file.
%I A290747 #12 Aug 12 2017 13:08:26
%S A290747 5,60,515,3800,25749,165070,1018135,6103350,35797125,206363748,
%T A290747 1173148275,6592732750,36692520865,202542849720,1110149980567,
%U A290747 6047465281420,32765782091385,176683116394850,948690479365355,5074595254876020,27051397095965605,143757461666945890
%N A290747 Total number of distinct Lyndon factors appearing in all words of length n over an alphabet of size 5.
%H A290747 Lars Blomberg, <a href="/A290747/b290747.txt">Table of n, a(n) for n = 1..100</a>
%H A290747 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 A290747 (PARI) Inner(m,s)=d=divisors(m);sum(i=1,length(d),moebius(m/d[i])*s^d[i]);
%o A290747 Lyndon(s,n) = sum(m=1,n, (n-m+1)/m * s^(n-m) * Inner(m,s));
%o A290747 vector(100,i,Lyndon(5,i)) \\ _Lars Blomberg_, Aug 12 2017
%K A290747 nonn
%O A290747 1,1
%A A290747 _N. J. A. Sloane_, Aug 11 2017
%E A290747 a(11)-a(22) from _Lars Blomberg_, Aug 12 2017