OFFSET
0,4
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..82
FORMULA
EXAMPLE
a(7) = 2704 because the divisors of !7 = 1854 are {1, 2, 3, 6, 9, 18, 103, 206, 309, 618, 927, 1854}, and the sum of the 6 even divisors 2, 6, 18, 206, 618 and 1854 is 2704.
MATHEMATICA
Table[Total[Select[Divisors[Subfactorial[n]], EvenQ[ # ]&]], {n, 0, 25}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Lagneau, Sep 13 2011
EXTENSIONS
a(26)-a(30) from Amiram Eldar, Aug 02 2024
STATUS
approved
