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!)
A064300 Number of partitions of !n into distinct parts. 0

%I #8 Dec 15 2017 17:35:38

%S 1,1,1,2,10,512,25540982,227951913834539154112,

%T 1063379808895316244693158789886431522437343248278554243506

%N Number of partitions of !n into distinct parts.

%o (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))))

%Y Cf. A003422, A000009, A064681.

%K nonn

%O 0,4

%A _Jason Earls_, Oct 14 2001

%E More terms from _Vladeta Jovovic_, Oct 16 2001

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 July 30 07:03 EDT 2024. Contains 374737 sequences. (Running on oeis4.)