OFFSET
1,2
COMMENTS
Although it is conjectured that A000594(n) is never 0 here a(n)=0 for infinitely many n. Namely a(n)=0 iff n is not cubefree (n is in A046099).
Multiplicative because A000594 is. - Andrew Howroyd, Aug 05 2018
REFERENCES
B. Cloitre, On the order of absolute convergence of Dirichlet series and the Grand Riemann hypothesis, in preparation 2010-2011 (unpublished as of August 2018).
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..1000
FORMULA
MATHEMATICA
a[1] = 1; a[n_] := a[n] = -Sum[a[d]*RamanujanTau[n/d], {d, Most[Divisors[n]]}]; Table[a[n], {n, 1, 30}] (* Jean-François Alcover, Jun 18 2013 *)
PROG
(PARI) seq(n)={dirdiv(vector(n, n, n==1), vector(n, n, ramanujantau(n)))} \\ Andrew Howroyd, Aug 05 2018
CROSSREFS
KEYWORD
sign,mult
AUTHOR
Benoit Cloitre, Oct 03 2010
STATUS
approved