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!)
A299024 Number of compositions of n whose standard factorization into Lyndon words has distinct strict compositions as factors. 4
1, 1, 3, 4, 7, 13, 21, 34, 58, 98, 158, 258, 421, 676, 1108, 1777, 2836, 4544, 7220, 11443, 18215, 28729, 45203, 71139, 111518, 174402, 272367, 424892, 660563, 1025717, 1590448, 2460346, 3800816, 5862640, 9026963, 13885425, 21321663, 32695098, 50073855 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
Weigh transform of A032153.
EXAMPLE
The a(5) = 7 compositions:
(5) = (5)
(41) = (4)*(1)
(14) = (14)
(32) = (3)*(2)
(23) = (23)
(131) = (13)*(1)
(212) = (2)*(12)
Not included:
(311) = (3)*(1)*(1)
(113) = (113)
(221) = (2)*(2)*(1)
(122) = (122)
(2111) = (2)*(1)*(1)*(1)
(1211) = (12)*(1)*(1)
(1121) = (112)*(1)
(1112) = (1112)
(11111) = (1)*(1)*(1)*(1)*(1)
MATHEMATICA
nn=50;
ser=Product[(1+x^n)^Total[(Length[#]-1)!&/@Select[IntegerPartitions[n], UnsameQ@@#&]], {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(Vec(sum(n=1, N-1, (n-1)!*x^(n*(n+1)/2)/prod(k=1, n, 1-x^k + O(x^N)))))} \\ Andrew Howroyd, Dec 01 2018
CROSSREFS
Sequence in context: A189994 A125118 A310008 * A116201 A280224 A282718
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 31 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 25 11:16 EDT 2024. Contains 371967 sequences. (Running on oeis4.)