The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124813 Number of 4-ary Lyndon words of length n with exactly five 1s. 5

%I #11 Aug 17 2023 18:32:34

%S 3,27,189,1134,6123,30618,144342,649539,2814669,11821608,48361131,

%T 193444524,758897748,2927177028,11123272701,41712272649,154580775111,

%U 566796175407,2058365058057,7410114208989,26464693603590,93829368230910

%N Number of 4-ary Lyndon words of length n with exactly five 1s.

%H G. C. Greubel, <a href="/A124813/b124813.txt">Table of n, a(n) for n = 6..1000</a>

%H <a href="/index/Rec#order_10">Index entries for linear recurrences with constant coefficients</a>, signature (15,-90,270,-405,246,-45,270,-810,1215,-729).

%F O.g.f.: 3*x^6*(1 - 6*x + 18*x^2 - 27*x^3 + 16*x^4)/((1 - 3*x)^5*(1 - 3*x^5)).

%F O.g.f.: (1/5)*((x/(1-3*x))^5 - x^5/(1-3*x^5)).

%F a(n) = (1/5)*Sum_{d|5, d|n} mu(d) C(n/d-1, (n-5)/d )*3^((n-5)/d).

%F a(n) = (1/5)*C(n-1, 4)*3^(n-5) if n=1,2,3,4 mod 5.

%F a(n) = (1/5)*C(n-1, 4)*3^(n-5) - (1/5)*3^((n-5)/5) if n=0 mod 5.

%e a(7) = 27 because 11111ab, 1111a1b, 111a11b for a,b=2,3,4 are all Lyndon of length 7

%t 3*(1 -6*x +18*x^2 -27*x^3 +16*x^4)/((1-3*x)^5*(1-3*x^5)) + O[x]^22 // CoefficientList[#, x]& (* _Jean-François Alcover_, Sep 19 2017 *)

%o (Magma) R<x>:=PowerSeriesRing(Integers(), 40); Coefficients(R!( 3*x^6*(1-6*x+18*x^2-27*x^3+16*x^4)/((1-3*x)^5*(1-3*x^5)) )); // _G. C. Greubel_, Aug 17 2023

%o (SageMath)

%o def f(x): return 3*x^6*(1-6*x+18*x^2-27*x^3+16*x^4)/((1-3*x)^5*(1-3*x^5)

%o def A124813_list(prec):

%o P.<x> = PowerSeriesRing(ZZ, prec)

%o return P( f(x) ).list()

%o a=A124813_list(46); a[6:] # _G. C. Greubel_, Aug 17 2023

%Y Cf. A011795, A124723, A124810, A124811, A124812, A124814.

%K nonn

%O 6,1

%A _Mike Zabrocki_, Nov 08 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 7 03:39 EDT 2024. Contains 373140 sequences. (Running on oeis4.)