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.

A075183 One half of third column of triangle A075181.

Original entry on oeis.org

1, 11, 105, 1020, 10500, 115920, 1375920, 17539200, 239500800, 3492720000, 54226972800, 893577484800, 15583119552000, 286816578048000, 5557616064000000, 113108602134528000, 2412627824775168000
Offset: 0

Views

Author

Wolfdieter Lang, Sep 19 2002

Keywords

Comments

Also one half of third diagonal of triangle A048594.

Crossrefs

Formula

a(n) = A075181(n+3, 2)/2 = A048594(n+3, n+1)/2, n>=0.
a(n) = (n+1)!*S1(n+3, n+1)/2 with S1(n, m) := A008275(n, m) (Stirling1).