A075099 Minimal total number of multiplications needed to generate all words of length n in the free monoid on two generators.
0, 4, 11, 20, 42, 75
Offset: 1
Examples
a(3)=11 because each of xxx,xxy,xyx,xyy,yxx,yxy,yyx,yyy can be obtained in one step from xx,xy,yy and it takes three multiplications to produce xx, xy, yy.
Comments