login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A056282
Number of primitive (aperiodic) word structures of length n which contain exactly six different symbols.
1
0, 0, 0, 0, 0, 1, 21, 266, 2646, 22827, 179487, 1323651, 9321312, 63436352, 420693273, 2734926292, 17505749898, 110687248392, 693081601779, 4306078872557, 26585679462783, 163305339165738, 998969857983405
OFFSET
1,7
COMMENTS
Permuting the alphabet will not change a word structure. Thus aabc and bbca have the same structure.
REFERENCES
M. R. Nester (1999). Mathematical investigations of some plant interaction designs. PhD Thesis. University of Queensland, Brisbane, Australia. [See A056391 for pdf file of Chap. 2]
FORMULA
a(n) = Sum_{n > 0, d|n} mu(d)*A000770(n/d).
G.f.: Sum_{k>=1} mu(k) * x^(6*k) / Product_{j=1..6} (1 - j*x^k). - Ilya Gutkovskiy, Apr 15 2021
CROSSREFS
Column 6 of A137651.
Cf. A056271.
Sequence in context: A169895 A092794 A133717 * A000770 A327507 A133105
KEYWORD
nonn
STATUS
approved