login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A130086
a(n) = numerator of Product_{k=1..n} k^mu(k), where mu(k) = A008683(k).
5
1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 4, 60, 60, 60, 60, 60, 60, 1260, 2520, 2520, 2520, 2520, 5040, 5040, 5040, 5040, 168, 168, 168, 5544, 11088, 388080, 388080, 388080, 776160, 30270240, 30270240, 30270240, 720720, 720720, 720720, 720720, 1441440, 1441440
OFFSET
1,10
LINKS
MAPLE
with(numtheory): a:=n->numer(product(k^mobius(k), k=1..n)): seq(a(n), n=1..54); # Emeric Deutsch, May 11 2007
MATHEMATICA
With[{s = Array[#^MoebiusMu@ # &, 47]}, Numerator@ Table[Times @@ Take[s, n], {n, Length@ s}]] (* Michael De Vlieger, Sep 20 2017 *)
CROSSREFS
KEYWORD
frac,nonn
AUTHOR
Leroy Quet, May 06 2007
EXTENSIONS
More terms from Emeric Deutsch, May 11 2007
STATUS
approved