OFFSET
0,1
COMMENTS
a(3)=3 and a(5)=15 are the only odd numbers in this sequence.
REFERENCES
P. Erdos, solved by J. Fiedler, Elem. Math. 16 (1961), 42-44, Aufgabe 374.
EXAMPLE
a(4)=2*4!/d(4!)=2*24/8=6.
MATHEMATICA
Table[(2n!)/DivisorSigma[0, n!], {n, 0, 25}] (* Harvey P. Dale, Jun 01 2014 *)
PROG
(PARI) a(n) = 2*n!/numdiv(n!); \\ Michel Marcus, Aug 26 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Franz Vrabec, Feb 01 2007
EXTENSIONS
More terms from Michel Marcus, Aug 26 2013
STATUS
approved