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”).

A053564
Number of ternary Lyndon words of length n with trace 1 and subtrace 2 over GF(3). Same as the number of ternary Lyndon words of length n with trace 2 and subtrace 2 over GF(3).
5
0, 0, 1, 3, 6, 13, 36, 93, 243, 645, 1782, 4914, 13608, 37890, 106288, 299025, 844182, 2391363, 6797196, 19371684, 55345784, 158486625, 454795398, 1307541690, 3765720066, 10862647236, 31381059609, 90780960426, 262951692390
OFFSET
1,4
FORMULA
(1/n) Sum mu(d) M(n/d, 1, 2); d|n, d=1, 2(3) where M(n, t, s) = Sum n!/(i!j!k!); i+j+k=n, j=t(3), k=s(3).
EXAMPLE
a(4) = 3 = |{ 0112, 0121, 0211 }|
CROSSREFS
KEYWORD
nonn
AUTHOR
Frank Ruskey, Jan 17 2000
STATUS
approved