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.

A112488 Third column of triangle A112486 used for e.g.f.s of |Stirling1| = |A008275| diagonals.

Original entry on oeis.org

3, 35, 340, 3304, 33740, 367884, 4302216, 53961336, 724534272, 10386470016, 158507316864, 2567670088320, 44027031755520, 796963357981440, 15192135816261120, 304269507433658880, 6388907821376256000
Offset: 2

Views

Author

Wolfdieter Lang, Sep 12 2005

Keywords

Examples

			340 = a(4) = 6*35 + 5*26.
		

Programs

Formula

a(n) = A112486(n, 2), n>=2. a(0)=0=a(1).
a(n) = (n+2)*a(n-1) + (n+1)*A001705(n-1), n>=2, a(1):=0.