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 A001303 M4258 N1779 #92 Oct 21 2022 21:57:59 %S A001303 6,50,225,735,1960,4536,9450,18150,32670,55770,91091,143325,218400, %T A001303 323680,468180,662796,920550,1256850,1689765,2240315,2932776,3795000, %U A001303 4858750,6160050,7739550,9642906,11921175,14631225,17836160,21605760,26016936,31154200 %N A001303 Stirling numbers of first kind, s(n+3, n), negated. %C A001303 a(n) is equal to the sum of the products of each distinct grouping of 3 members of the set {1, 2, 3, ..., n + 2} (a(1) = 1*2*3, a(2) = 1*2*3 + 1*2*4 + 1*3*4 + 2*3*4, a(3) = 1*2*3 + 1*2*4 + 1*2*5 + 1*3*4 + 1*3*5 + 1*4*5 + 2*3*4 + 2*3*5 + 2*4*5 + 3*4*5). - _Jeffreylee R. Snow_, Sep 23 2013 %D A001303 M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 833. %D A001303 Louis Comtet, Advanced Combinatorics, Reidel, 1974, p. 227, #16. %D A001303 F. N. David, M. G. Kendall and D. E. Barton, Symmetric Function and Allied Tables, Cambridge, 1966, p. 226. %D A001303 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence). %D A001303 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A001303 T. D. Noe, <a href="/A001303/b001303.txt">Table of n, a(n) for n = 1..1000</a> %H A001303 M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy]. %H A001303 Karl Dienger, <a href="/A000217/a000217.pdf">Beiträge zur Lehre von den arithmetischen und geometrischen Reihen höherer Ordnung</a>, Jahres-Bericht Ludwig-Wilhelm-Gymnasium Rastatt, Rastatt, 1910. [Annotated scanned copy] %H A001303 G. C. Greubel, <a href="https://arxiv.org/abs/1612.09385">A Note on Jain basis functions</a>, arXiv:1612.09385 [math.CA], 2016. %H A001303 Robert E. Moritz, <a href="/A001701/a001701.pdf">On the sum of products of n consecutive integers</a>, Univ. Washington Publications in Math., Vol. 1, No. 3 (1926), pp. 44-49. [Annotated scanned copy] %H A001303 Simon Plouffe, <a href="https://arxiv.org/abs/0911.4975">Approximations de séries génératrices et quelques conjectures</a>, Dissertation, Université du Québec à Montréal, 1992, arXiv:0911.4975 [math.NT], 2009. %H A001303 Simon Plouffe, <a href="/A000051/a000051_2.pdf">1031 Generating Functions</a>, Appendix to Thesis, Montreal, 1992. %H A001303 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7,-21,35,-35,21,-7,1). %F A001303 a(n) = binomial(n+3, 4)*binomial(n+3, 2). %F A001303 G.f.: x*(6 + 8*x + x^2)/(1 - x)^7. - _Simon Plouffe_ in his 1992 dissertation %F A001303 E.g.f. with offset 3: exp(x)*(6*(x^3)/3! + 26*(x^4)/4! + 35*(x^5)/5! + 15*(x^6)/6!). See row k=3 of A112486 for the coefficients [6, 26, 35, 15]. %F A001303 a(n) = (f(n+2, 3)/6!)*Sum_{m=0..min(3, n)} A112486(3,m)*f(6, 3-m)*f(n-1, m), with the falling factorials notation f(n, m):=n*(n-1)*...*(n-(m-1)). %F A001303 From _Jason Lang_, Oct 03 2006: (Start) %F A001303 a(n) = A000217(n) * n! / ( 4! * (n-4)! ) [for n > 4 and A000217 = the triangular numbers]; %F A001303 a(n) = ((n+4)! / n! ) ^2 / ( (n+2) * (n+1) * 2*4!); %F A001303 a(n) = (n-0)^2 * (n-1)^2 * (n-2) * (n-3) / (2*4!). (End) %F A001303 From _Miklos Kristof_, Nov 04 2007: (Start) %F A001303 a(n) = 15*binomial(n+5,6) - 10*binomial(n+4,5) + binomial(n+3,4). %F A001303 E.g.f. with offset 4: exp(x)*((1/4)*x^4 + (1/6)*x^5 + (1/48)*x^6). (End) %F A001303 a(n) = n*(n+1)(n+2)^2*(n+3)^2/48. - _Jeremy Galvagni_, Mar 03 2009 %F A001303 From _Gary Detlefs_, Jun 06 2010: (Start) %F A001303 a(n) = (n+3)^2/(n^2-1)*a(n-1), n > 1; %F A001303 a(n) = 6*Product_{k=2..n} (k+3)^2/(k^2 - 1). (End) %F A001303 a(n) = A001297(-3-n) for all n in Z. - _Michael Somos_, Sep 04 2017 %F A001303 From _Amiram Eldar_, Jan 10 2022: (Start) %F A001303 Sum_{n>=1} 1/a(n) = 16*Pi^2/3 - 472/9. %F A001303 Sum_{n>=1} (-1)^(n+1)/a(n) = 4*Pi^2/3 + 16/9 - 64*log(2)/3. (End) %p A001303 seq(numbperm (n,2)*numbperm (n,4)/48, n=4..33); # _Zerinvary Lajos_, Apr 26 2007 %p A001303 seq(15*binomial(n+2,6)-10*binomial(n+1,5)+binomial(n,4),n=4..30); # _Miklos Kristof_, Nov 04 2007 %p A001303 A001303 := proc(n) %p A001303 -combinat[stirling1](n+3,n) ; %p A001303 end proc: # _R. J. Mathar_, May 19 2016 %t A001303 Table[-StirlingS1[n + 3, n], {n, 100}] (* _T. D. Noe_, Jun 27 2012 *) %t A001303 a[ n_] := n (n + 1) (n + 2)^2 (n + 3)^2 / 48; (* _Michael Somos_, Sep 04 2017 *) %o A001303 (Sage) [stirling_number1(n,n-3) for n in range(4, 34)] # _Zerinvary Lajos_, May 16 2009 %o A001303 (PARI) a(n) = n*(n+1)*(n+2)^2*(n+3)^2/48; \\ _Altug Alkan_, Aug 29 2017 %Y A001303 Cf. A000217, A001297, A008275. %K A001303 nonn,easy %O A001303 1,1 %A A001303 _N. J. A. Sloane_ %E A001303 More terms from Klaus Strassburger (strass(AT)ddfi.uni-duesseldorf.de), Jan 17 2000 %E A001303 Notation of the polynomial formula edited by _R. J. Mathar_, Sep 15 2009