OFFSET
1,3
COMMENTS
A string and its reverse are considered to be equivalent. Permuting the colors will not change the 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 mu(d)*A005418(n/d) where d divides n.
MATHEMATICA
a[n_] := DivisorSum[n, MoebiusMu[#] (2^(n/#-2) + 2^(Floor[n/#/2]-1))&];
Array[a, 30] (* Jean-François Alcover, Jun 29 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved