OFFSET
1,2
REFERENCES
M. R. Nester, Mathematical investigations of some plant interaction designs, PhD Thesis, University of Queensland, Brisbane, Australia, 1999 [See A056391 for pdf file of Chap. 2].
FORMULA
a(n) = Sum_{d|n} mu(d)*A000918(n/d), n>0.
PROG
(PARI) a(n) = sumdiv(n, d, moebius(d)*(2^(n/d) - 2)); \\ Michel Marcus, Jun 30 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by Franklin T. Adams-Watters and T. D. Noe, Oct 25 2006
STATUS
approved