Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #10 Aug 05 2024 20:45:44
%S 1,1,1,2,6,27,2910,671418,5925456572864,1819432729601465049152,
%T 2527141116269870093700549820547891617386696704,
%U 37871241077229684530428945247828504758290562881908101848856901884765190234112
%N a(n) = A000009(n!!).
%t a[n_]:=PartitionsQ[n!! ];lst={};Do[AppendTo[lst,a[n]],{n,0,12}];lst
%Y Cf. A000009, A006882.
%K nonn
%O 0,4
%A _Vladimir Joseph Stephan Orlovsky_, Dec 21 2008
%E Edited by _N. J. A. Sloane_, Dec 30 2008
%E Offset changed to 0 by _Georg Fischer_, Aug 05 2024