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!)
A153824 Sum of proper divisors of n!: a(n) = sigma(n!) - n!. 2
0, 0, 1, 6, 36, 240, 1698, 14304, 118800, 1118160, 11705288, 144092256, 1738439808, 24817158912, 355309325280, 5378578601760, 86081749397280, 1570394279039040, 28281459220193088, 572031558109589760, 11458497230555094720 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
a(n) is the sum of proper divisors of factorial number A000142(n).
LINKS
FORMULA
a(n) = A000203(n!) - n! = A062569(n) - A000142(n) = A001065(A000142(n)).
MAPLE
with(numtheory): seq(sigma(factorial(n))-factorial(n), n = 0 .. 22); # Emeric Deutsch, Jan 07 2009
MATHEMATICA
Table[DivisorSigma[1, n!] - n!, {n, 0, 50}] (* G. C. Greubel, Aug 30 2016 *)
PROG
(Magma) [DivisorSigma(1, Factorial(n)) - Factorial(n): n in [0..20]]; // Vincenzo Librandi, Aug 31 2016
(PARI) a(n) = sigma(n!) - n!; \\ Michel Marcus, Aug 31 2016
CROSSREFS
Sequence in context: A213282 A066053 A344250 * A001286 A180119 A181964
KEYWORD
nonn
AUTHOR
Omar E. Pol, Jan 02 2009
EXTENSIONS
Extended by Emeric Deutsch, Jan 07 2009
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)