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!)
A299027 Number of compositions of n whose standard factorization into Lyndon words has all distinct weakly increasing factors. 4
1, 1, 3, 5, 11, 20, 38, 69, 125, 225, 400, 708, 1244, 2176, 3779, 6532, 11229, 19223, 32745, 55555, 93875, 158025, 265038, 443009, 738026, 1225649, 2029305, 3350167, 5515384, 9055678, 14830076, 24226115, 39480306, 64190026, 104130753, 168556588, 272268482 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
Weigh transform of A167934.
EXAMPLE
The a(5) = 11 compositions:
(5) = (5)
(41) = (4)*(1)
(14) = (14)
(32) = (3)*(2)
(23) = (23)
(131) = (13)*(1)
(113) = (113)
(212) = (2)*(12)
(122) = (122)
(1121) = (112)*(1)
(1112) = (1112)
Not included:
(311) = (3)*(1)*(1)
(221) = (2)*(2)*(1)
(2111) = (2)*(1)*(1)*(1)
(1211) = (12)*(1)*(1)
(11111) = (1)*(1)*(1)*(1)*(1)
MATHEMATICA
nn=50;
ser=Product[(1+x^n)^(PartitionsP[n]-DivisorSigma[0, n]+1), {n, nn}];
Table[SeriesCoefficient[ser, {x, 0, n}], {n, nn}]
PROG
(PARI) WeighT(v)={Vec(exp(x*Ser(dirmul(v, vector(#v, n, (-1)^(n-1)/n))))-1, -#v)}
seq(n)={WeighT(vector(n, n, numbpart(n) - numdiv(n) + 1))} \\ Andrew Howroyd, Dec 01 2018
CROSSREFS
Sequence in context: A058932 A118037 A094588 * A339006 A247353 A293948
KEYWORD
nonn
AUTHOR
Gus Wiseman, Feb 01 2018
STATUS
approved

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 April 16 00:45 EDT 2024. Contains 371696 sequences. (Running on oeis4.)