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.

A173323 a(n) = 3*n! - 1.

Original entry on oeis.org

2, 2, 5, 17, 71, 359, 2159, 15119, 120959, 1088639, 10886399, 119750399, 1437004799, 18681062399, 261534873599, 3923023103999, 62768369663999, 1067062284287999, 19207121117183999, 364935301226495999, 7298706024529919999, 153272826515128319999, 3372002183332823039999
Offset: 0

Views

Author

Vincenzo Librandi, Feb 16 2010

Keywords

Crossrefs

Cf. sequences of the type k*n!-1: A033312 (k=1), A020543 (k=2), this sequence, A173321 (k=4), A173317 (k=5), A173316 (k=6).

Programs

Formula

a(0)=2, a(n) = n*a(n-1)+n-1. - Vincenzo Librandi, Sep 30 2013
D-finite with recurrence a(n) +(-n-2)*a(n-1) +(2*n-1)*a(n-2) +(-n+2)*a(n-3)=0. - R. J. Mathar, Mar 07 2022
E.g.f.: 3/(1 - x) - exp(x). - Stefano Spezia, Oct 14 2024