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 A004301 M4265 #41 Feb 27 2019 20:56:41 %S A004301 0,6,58,328,1452,5610,19950,67260,218848,695038,2170626,6699696, %T A004301 20507988,62407890,189123286,571432036,1722945672,5187185766, %U A004301 15600353130,46882846680,140820504700,422822222266,1269221639358,3809241974028,11431014253872,34299887862990 %N A004301 Second-order Eulerian numbers <<n,2>>. %C A004301 See A008517 for the definition of second-order Eulerian numbers. %D A004301 R. L. Graham, D. E. Knuth and O. Patashnik, Concrete Mathematics, 2nd edition. Addison-Wesley, Reading, MA, 1994, p. 270. %D A004301 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A004301 Seiichi Manyama, <a href="/A004301/b004301.txt">Table of n, a(n) for n = 2..1000</a> %H A004301 I. Gessel and R. P. Stanley, <a href="https://doi.org/10.1016/0097-3165(78)90042-0">Stirling polynomials</a>, J. Combin. Theory, A 24 (1978), 24-33. %H A004301 Wikipedia, <a href="https://en.wikipedia.org/wiki/Eulerian_number#Eulerian_numbers_of_the_second_kind">Eulerian numbers of the second kind</a> %H A004301 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (10,-40,82,-91,52,-12). %F A004301 From _Michael Somos_, Oct 13 2002: (Start) %F A004301 G.f.: x^3(6-2x-12x^2)/((1-x)^3(1-2x)^2(1-3x)). %F A004301 a(n) = A008517(n, 3) = (9*3^n - (12+8*n)*2^n + (3+6*n+4*n^2))/2. (End) %F A004301 a(n) = Sum_{k=0..n-3} (-1)^(n+k)*binomial(2*n+1, k)*Stirling1(2*n-k-2, n-k-2). - _Johannes W. Meijer_, Oct 16 2009 %e A004301 G.f. = 6*x^3 + 58*x^4 + 328*x^5 + 1452*x^6 + 5610*x^7 + 19950*x^8 + ... %t A004301 LinearRecurrence[{10, -40, 82, -91, 52, -12}, {0, 6, 58, 328, 1452, 5610}, 26] (* _Jean-François Alcover_, Feb 27 2019 *) %o A004301 (PARI) {a(n) = if( n<0, 0, (9*3^n - (12 + 8*n)*2^n + (3 + 6*n + 4*n^2))/2)}; /* _Michael Somos_, Oct 13 2002 */ %Y A004301 3rd column of A008517. %Y A004301 2nd column of A201637. %Y A004301 Equals the fourth right hand column of triangle A163936. - _Johannes W. Meijer_, Oct 16 2009 %K A004301 nonn,easy %O A004301 2,2 %A A004301 _N. J. A. Sloane_, _Mira Bernstein_, _Robert G. Wilson v_ %E A004301 Edited by _Olivier Gérard_, Mar 28 2011