OFFSET
1,4
COMMENTS
Also number of aperiodic cyclic graphs with oriented edges on n nodes that can be turned over.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..1000
N. J. A. Sloane, Transforms
FORMULA
Moebius transform of A053656.
EXAMPLE
The equivalence requires the "turning over" operation and the "switching colors" operation to be simultaneous; thus rrrbbrrb is equivalent to rbbrrbbb, but not to bbbrrbbr.
PROG
(PARI) \\ here b(n) is A053656.
b(n)={(sumdiv(n, d, eulerphi(d)*2^(n/d))/n + if(n%2==0, 2^(n/2-1)))/2}
a(n)={sumdiv(n, d, moebius(d)*b(n/d))} \\ Andrew Howroyd, Jun 14 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
Christian G. Bower, Dec 13 2001; revised Apr 25 2006
EXTENSIONS
Terms a(36) and beyond from Andrew Howroyd, Jun 14 2021
STATUS
approved