OFFSET
1,2
COMMENTS
Least common multiple of n! and its arithmetic derivative divided by greatest common divisor of n! and its arithmetic derivative.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 1..200
FORMULA
EXAMPLE
n = 5: 5! = 120, 120' = 244, gcd(120,244) = 4, lcm(120,244) = 7320, 7320/4 = 1830 -> a(5) = 1830.
CROSSREFS
KEYWORD
nonn
AUTHOR
Giorgio Balzarotti, Apr 16 2011
STATUS
approved