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.

A182543 Penultimate diagonal of triangle in A145879.

Original entry on oeis.org

5, 8, 26, 112, 596, 3768, 27576, 229248, 2133792, 21983040, 248345280, 3052719360, 40563521280, 579385336320, 8852682585600, 144083913523200, 2488656760934400, 45465350973235200, 875935041046732800, 17749186274340864000, 377355425576693760000
Offset: 3

Views

Author

N. J. A. Sloane, May 04 2012

Keywords

Crossrefs

Cf. A145879.

Programs

  • Mathematica
    Flatten[{5,8,26,RecurrenceTable[{-(-4+n)^2 (-3+n) a[-2+n]+(26-15 n+2 n^2) a[-1+n]+(5-n) a[n]==0,a[6]==112,a[7]==596},a,{n,6,25}]}] (* Vaclav Kotesovec, Sep 02 2014 *)

Formula

Recurrence (for n>=6): (n-5)*a(n) = (2*n^2 - 15*n + 26)*a(n-1) - (n-4)^2*(n-3)*a(n-2). - Vaclav Kotesovec, Sep 02 2014
a(n) ~ 2 * n! * (log(n) + gamma) / n^2, where gamma is the Euler-Mascheroni constant (A001620). - Vaclav Kotesovec, Sep 02 2014

Extensions

More terms from Alois P. Heinz, May 30 2012