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.

A064030 Product of unitary divisors of n!.

Original entry on oeis.org

1, 2, 36, 576, 207360000, 268738560000, 416336312719673760153600000000, 6984964247141514123629140377600000000, 300679807141675805997423113304381849600000000
Offset: 1

Views

Author

Labos Elemer, Sep 13 2001

Keywords

Examples

			n = 6 has 8 unitary divisors:{16,45,9,80,5,144,1,720}, a(6) = 720^4 = 268738560000
		

Crossrefs

Programs

  • Mathematica
    a[n_] := (n!)^(2^(PrimePi[n]-1)); Array[a, 10] (* Amiram Eldar, Jul 16 2019 *)

Formula

a(n)=(n!)^(A034444(n!)/2)