login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064682 Number of partitions of n^n into distinct parts. 0
1, 1, 2, 192, 11784471548, 49119584729121300101049137845273511977280 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

MATHEMATICA

a[n_]:=PartitionsQ[n^n]; lst={}; Do[AppendTo[lst, a[n]], {n, 0, 3!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 03 2008]

PROG

(PARI) a(n) = polcoeff(prod(k=1, n, 1+x^k, 1+x*O(x^n)), n) for(n=0, 23, print(a(n^n)))

CROSSREFS

Cf. A000009.

Sequence in context: A197249 A151709 A174827 * A139949 A103429 A143659

Adjacent sequences:  A064679 A064680 A064681 * A064683 A064684 A064685

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Oct 10 2001

EXTENSIONS

Next term is 841043474026501008459...7883814176 (166 digits) - David Wasserman (wasserma(AT)spawar.navy.mil), Aug 01 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 07:41 EST 2012. Contains 205998 sequences.