login
A064300
Number of partitions of !n into distinct parts.
0
1, 1, 1, 2, 10, 512, 25540982, 227951913834539154112, 1063379808895316244693158789886431522437343248278554243506
OFFSET
0,4
PROG
(PARI) a(n) = polcoeff(prod(k=1, n, 1+x^k, 1+x*O(x^n)), n); f(n)=sum(k=0, n-1, k!); for(n=0, 22, print(a(f(n))))
CROSSREFS
KEYWORD
nonn
AUTHOR
Jason Earls, Oct 14 2001
EXTENSIONS
More terms from Vladeta Jovovic, Oct 16 2001
STATUS
approved