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 A006974 M4631 #53 Apr 27 2024 17:21:36 %S A006974 1,9,50,220,840,2912,9408,28800,84480,239360,658944,1770496,4659200, %T A006974 12042240,30638080,76873728,190513152,466944000,1133117440,2724986880, %U A006974 6499598336,15386804224,36175872000,84515225600,196293427200,453437816832 %N A006974 Coefficients of Chebyshev T polynomials: a(n) = A053120(n+8, n), n >= 0. %C A006974 If X_1,X_2,...,X_n are 2-blocks of a (2n+1)-set X then, for n>=3, a(n-3) is the number of (n+4)-subsets of X intersecting each X_i, (i=1,2,...,n). - _Milan Janjic_, Nov 18 2007 %C A006974 The fourth corrector line for transforming 2^n offset 0 with a leading 1 into the Fibonacci sequence. [Al Hakanson (hawkuu(AT)gmail.com), Jun 01 2009] %D A006974 M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 795. %D A006974 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A006974 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 A006974 Milan Janjic, <a href="http://www.pmfbl.org/janjic/">Two Enumerative Functions</a> %H A006974 M. H. Albert, M. D. Atkinson, R. Brignall, <a href="http://www.combinatorics.org/ojs/index.php/eljc/article/view/v19i3p20">The enumeration of three pattern classes using monotone grid classes</a>, El. J. Combinat. 19 (3) (2012) P20, Chapter 5.4.1. %H A006974 <a href="/index/Ch#Cheby">Index entries for sequences related to Chebyshev polynomials.</a> %F A006974 G.f.: (1-x)/(1-2*x)^5. %F A006974 a(n) = Sum_{k=0..floor((n+8)/2)} C(n+8, 2k)*C(k, 4). - _Paul Barry_, May 15 2003 %F A006974 Binomial transform of a(n)=(24*n^4-134*n^3+261*n^2-130*n+3)/3 offset 0. a(3)=220. [Al Hakanson (hawkuu(AT)gmail.com), Jun 01 2009] %F A006974 a(n) = 2^(n-3)*binomial(n+3, 3)*(n+8). - _Brad Clardy_, Mar 08 2012 [See a comment in A053120 on subdiagonals. - _Wolfdieter Lang_, Jan 03 2020] %F A006974 E.g.f.: (1/3)*exp(2*x)*(3 + 21*x + 27*x^2 + 10*x^3 + x^4). - _Stefano Spezia_, Aug 17 2019 %p A006974 a := n->n*(n+1)*(n+2)*(n+7)*2^(n-5)/3; %o A006974 (Magma) [2^(n-1)/4*Binomial(n+3,3)*(n+8) : n in [0..25]]; // _Brad Clardy_, Mar 08 2012 %Y A006974 Cf. A039991 (see column 8), A003472 (partial sums), A053120. %K A006974 nonn,easy %O A006974 0,2 %A A006974 _Simon Plouffe_ %E A006974 Name clarified by _Wolfdieter Lang_, Nov 26 2019