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.

A225658 a(n) = n! + (n+1)! + 3*(n+2)!.

Original entry on oeis.org

8, 21, 80, 390, 2304, 15960, 126720, 1134000, 11289600, 123742080, 1480550400, 19199980800, 268240896000, 4016428416000, 64163222323200, 1089292748544000, 19583731335168000, 371693362360320000, 7426753498644480000, 155827373623713792000
Offset: 0

Views

Author

R. J. Mathar, May 11 2013

Keywords

Comments

In factorial base representation (A007623) the terms are written as: 110, 311, 3110, 31100, 311000, ... From a(1) = 21 = "311" onwards each term always begins with "311", followed by n-1 zeros. - Antti Karttunen, Sep 24 2016

Crossrefs

Cf. A000142.
Row 3 of A211369, row 16 of A276955 (from a(1)=21 onward).

Programs

Formula

a(n) = A211369(3,n).
3*a(n) -(3*n+5)*a(n-1) +(1-n)*a(n-2) +(2-n)*a(n-3) = 0.
E.g.f: (3*x-x^2-8)/(x-1)^3. - Benedict W. J. Irwin, Sep 27 2016