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
1, 1, 1, 2, 10, 512, 25540982, 227951913834539154112, 1063379808895316244693158789886431522437343248278554243506 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
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
Sequence in context: A265627 A112449 A011824 * A290060 A087754 A128295
KEYWORD
nonn
AUTHOR
Jason Earls, Oct 14 2001
EXTENSIONS
More terms from Vladeta Jovovic, Oct 16 2001
STATUS
approved

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