cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A064682 a(n) = number of partitions of n^n into distinct parts.

This page as a plain text file.
%I A064682 #14 Dec 15 2017 17:35:41
%S A064682 1,1,2,192,11784471548,49119584729121300101049137845273511977280
%N A064682 a(n) = number of partitions of n^n into distinct parts.
%F A064682 a(n) = A000009(A000312(n)). - _Michel Marcus_, Jan 11 2015
%t A064682 a[n_]:=PartitionsQ[n^n];lst={};Do[AppendTo[lst, a[n]], {n, 0, 3!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Dec 03 2008 *)
%o A064682 (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)))
%Y A064682 Cf. A000009.
%K A064682 nonn
%O A064682 0,3
%A A064682 _Jason Earls_, Oct 10 2001
%E A064682 Next term is 841043474026501008459...7883814176 (166 digits) - _David Wasserman_, Aug 01 2002