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.
%I A032180 #46 Sep 08 2022 08:44:51 %S A032180 120,2520,31920,317520,2739240,21538440,158838240,1118557440, %T A032180 7612364760,50483192760,328191186960,2100689987760,13282470124680, %U A032180 83169792213480,516729467446080,3190281535536480,19596640721427000,119876382958008600 %N A032180 Number of ways to partition n labeled elements into 6 pie slices. %C A032180 For n>=6, a(n) is equal to the number of functions f: {1,2,...,n-1}->{1,2,3,4,5,6} such that Im(f) contains 5 fixed elements. - Aleksandar M. Janjic and _Milan Janjic_, Feb 27 2007 %H A032180 Vincenzo Librandi, <a href="/A032180/b032180.txt">Table of n, a(n) for n = 6..1000</a> %H A032180 C. G. Bower, <a href="/transforms2.html">Transforms (2)</a> %H A032180 Milan Janjic, <a href="http://www.pmfbl.org/janjic/">Enumerative Formulas for Some Functions on Finite Sets</a> %H A032180 <a href="/index/Ne#necklaces">Index entries for sequences related to necklaces</a> %H A032180 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (21,-175,735,-1624,1764,-720). %F A032180 "CIJ[ 6 ]" (necklace, indistinct, labeled, 6 parts) transform of 1, 1, 1, 1... %F A032180 a(n) = 120*S(n, 6). %F A032180 From _Emeric Deutsch_, May 02 2004: (Start) %F A032180 a(n) = 5*2^(n-1) - 10*3^(n-1) + 10*4^(n-1) - 5^n + 6^(n-1) - 1. %F A032180 a(n) = 120*A000770(n). (End) %F A032180 G.f.: 120*x^6/((x-1)*(2*x-1)*(3*x-1)*(4*x-1)*(5*x-1)*(6*x-1)). - _Colin Barker_, Sep 03 2012 %F A032180 E.g.f.: (Sum_{k=0..6} (-1)^(6-k)*binomial(6,k)*exp(k*x))/6 with a(n) = 0 for n = 0..5. - _Wolfdieter Lang_, May 03 2017 %p A032180 with (combstruct):ZL:=[S, {S=Sequence(U, card=r), U=Set(Z, card>=1)}, labeled]: seq(count(subs(r=6, ZL), size=m)/6, m=6..21); # _Zerinvary Lajos_, Mar 08 2008 %t A032180 CoefficientList[Series[120/((x - 1) (2 x - 1) (3 x - 1) (4 x - 1) (5 x - 1) (6 x - 1)), {x, 0, 30}], x] (* _Vincenzo Librandi_, Oct 19 2013 *) %t A032180 Table[120*StirlingS2[n,6], {n,6,30}] (* _G. C. Greubel_, Nov 19 2017 *) %o A032180 (Magma) [5*2^(n-1)-10*3^(n-1)+10*4^(n-1)-5^n+6^(n-1)-1: n in [6..30]]; // _Vincenzo Librandi_, Oct 19 2013 %o A032180 (PARI) for(n=6,30, print1(120*stirling(n,6,2), ", ")) \\ _G. C. Greubel_, Nov 19 2017 %Y A032180 Cf. A000770, A008277, A000225, A028243, A028244, A028245. %K A032180 nonn,easy %O A032180 6,1 %A A032180 _Christian G. Bower_ %E A032180 More terms from _Vincenzo Librandi_ Oct 19 2013