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.

A037960 a(n) = n*(3*n+1)*(n+2)!/24.

Original entry on oeis.org

0, 1, 14, 150, 1560, 16800, 191520, 2328480, 30240000, 419126400, 6187104000, 97037740800, 1612798387200, 28332944640000, 524813313024000, 10226013557760000, 209144207720448000, 4480594531725312000, 100357207837286400000, 2345925761384325120000, 57136703662028390400000
Offset: 0

Views

Author

Keywords

Comments

For n>=1, a(n) is equal to the number of surjections from {1,2,..,n+2} onto {1,2,...,n}. - Aleksandar M. Janjic and Milan Janjic, Feb 24 2007

References

  • Identity (1.18) in H. W. Gould, Combinatorial Identities, Morgantown, 1972; page 3.

Crossrefs

Programs

Formula

a(n) = Sum_{j=0..n} (-1)^(n-j)*binomial(n,j)*j^(n+2). - Vladimir Kruchinin, Jun 01 2013
(3*n-2)*(n-1)*a(n) - n*(n+2)*(3*n+1)*a(n-1) = 0. - R. J. Mathar, Jul 26 2015
E.g.f.: x*(1 + 2*x)/(1 - x)^5. - Ilya Gutkovskiy, Feb 20 2017
From G. C. Greubel, Jun 20 2022: (Start)
a(n) = n!*StirlingS2(n+2, n).
a(n) = A131689(n+2, n).
a(n) = A019538(n+2, n). (End)

Extensions

More terms from Vincenzo Librandi, Feb 20 2017