OFFSET
0,7
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Peter Luschny, Die schwingende Fakultät und Orbitalsysteme, August 2011.
Peter Luschny, Swinging Factorial.
EXAMPLE
a(20) = 105 because in the prime-factorization of 20$ the primes 3, 5 and 7 are missing and 3*5*7 = 105.
MAPLE
a := proc(n) local p; mul(p, p=select(isprime, {$1..n})
minus numtheory[factorset](n!/iquo(n, 2)!^2)) end:
MATHEMATICA
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Luschny, Aug 02 2009
STATUS
approved