cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A130086 a(n) = numerator of Product_{k=1..n} k^mu(k), where mu(k) = A008683(k).

Original entry on oeis.org

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

Views

Author

Leroy Quet, May 06 2007

Keywords

Crossrefs

Programs

  • 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 *)

Extensions

More terms from Emeric Deutsch, May 11 2007