OFFSET
0,15
COMMENTS
There was a suggestion that these were the same sequence, but they are not.
FORMULA
A000799(n) = A064355(n) just for: (1) n a power of 2. (2) n = p * 2^k, where p is a prime with p > 2^{2^k - k}. (Including the case k=0. ) (3) n = 9. - Franklin T. Adams-Watters, Feb 14 2006
MATHEMATICA
f[n_] := Block[{d = Select[Divisors@n, OddQ@# &]}, Floor[2^n/n] - Plus @@ (2^(n/d)*MoebiusMu@d)/n]; Array[f, 76] (* Robert G. Wilson v *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 20 2006
EXTENSIONS
More terms from Robert G. Wilson v, Feb 20 2006
STATUS
approved
