cp's OEIS Frontend

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.

A025211 Expansion of 1/((1-2x)(1-3x)(1-4x)(1-5x)).

Original entry on oeis.org

1, 14, 125, 910, 5901, 35574, 204205, 1132670, 6129101, 32566534, 170691885, 885423630, 4556561101, 23305343894, 118631189165, 601616805790, 3042056477901, 15346559343654, 77279066272045, 388583895311150, 1951684190615501, 9793511186181814, 49108010998116525
Offset: 0

Views

Author

Keywords

Comments

This gives the fourth column of the Sheffer triangle A143494 (2-restricted Stirling2 numbers). See the e.g.f. given below, and comments on the general case under A193685. - Wolfdieter Lang, Oct 08 2011

Crossrefs

Programs

Formula

If we define f(m,j,x) = Sum_{k=j..m} binomial(m,k)*stirling2(k,j)*x^(m-k) then a(n-3) = (-1)^(n-1)*f(n,3,-5), (n >= 3). - Milan Janjic, Apr 26 2009
If we define f(m,j,x) = Sum_{k=j..m} binomial(m,k)*stirling2(k,j)*x^(m-k) then a(n-3) = f(n,3,2), (n >= 3). - Milan Janjic, Apr 26 2009
a(n) = 3^(n+3)/2 - 2*4^(n+2) - 2^(n+2)/3 + 5^(n+3)/6. - R. J. Mathar, Mar 22 2011
O.g.f.: 1/((1-2*x)*(1-3*x)*(1-4*x)*(1-5*x)).
E.g.f.: (d^3/dx^3) (exp(2*x)*((exp(x)-1)^3)/3!). See the Sheffer comment given above. - Wolfdieter Lang, Oct 08 2011