|
| |
|
|
A153825
|
|
Sum of proper divisors minus the number of proper divisors of n!.
|
|
1
| |
|
|
0, 0, 0, 3, 29, 225, 1669, 14245, 118705, 1118001, 11705019, 144091717, 1738439017, 24817157329, 355309322689, 5378578597729, 86081749391905, 1570394279028289, 28281459220178401, 572031558109560385, 11458497230555053681
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,4
|
|
|
COMMENTS
| a(n) is the sum of proper divisors minus the number of proper divisors of factorial number A000142(n).
|
|
|
FORMULA
| a(n) = A153824(n)-A153823(n) = A152770(A000142(n)).
|
|
|
MAPLE
| with(numtheory): seq(sigma(factorial(n))-factorial(n)-tau(factorial(n))+1, n = 0 .. 22); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 07 2009]
|
|
|
MATHEMATICA
| Table[DivisorSigma[1, n!]-n!-(DivisorSigma[0, n!]-1), {n, 0, 20}] (* From Harvey P. Dale, Jan 14 2012 *)
|
|
|
CROSSREFS
| Cf. A000005, A000142, A000203, A001065, A032741, A062569, A152770, A153823, A153824.
Sequence in context: A126185 A083092 A174419 * A201490 A135163 A074366
Adjacent sequences: A153822 A153823 A153824 * A153826 A153827 A153828
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Omar E. Pol (info(AT)polprimos.com), Jan 02 2009
|
|
|
EXTENSIONS
| Extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 07 2009
|
| |
|
|