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.

A064031 Product of non-unitary divisors of n!.

Original entry on oeis.org

1, 1, 1, 576, 207360000, 26956124946896309452800000000000, 2841003716170671644367609186370356458508919205193278721884160000000000000000000000
Offset: 1

Views

Author

Labos Elemer, Sep 13 2001

Keywords

Examples

			n=6: 720 has 22 non-unitary divisors: a(6)=720^11=26956124946896309452800000000000
		

Crossrefs

Programs

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

Formula

a(n) = A061538(n!) = (n!)^(A048105(n!)/2) = (n!)^((A000005(n!)-A034444(n!))/2)