login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064031 Product of non-unitary divisors of n!. 1
1, 1, 1, 576, 207360000, 26956124946896309452800000000000, 2841003716170671644367609186370356458508919205193278721884160000000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A061538(n!) = (n!)^(A048105(n!)/2) = (n!)^((A000005(n!)-A034444(n!))/2)
EXAMPLE
n=6: 720 has 22 non-unitary divisors: a(6)=720^11=26956124946896309452800000000000
MATHEMATICA
a[n_] := (n!)^(DivisorSigma[0, n!]/2 - 2^(PrimePi[n]-1)); Array[a, 10] (* Amiram Eldar, Jul 16 2019 *)
CROSSREFS
Sequence in context: A068277 A068289 A159055 * A013911 A198778 A198777
KEYWORD
nonn
AUTHOR
Labos Elemer, Sep 13 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)