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.

A153647 a(n) = 3^n*(n + 2)!.

Original entry on oeis.org

2, 18, 216, 3240, 58320, 1224720, 29393280, 793618560, 23808556800, 785682374400, 28284565478400, 1103098053657600, 46330118253619200, 2084855321412864000, 100073055427817472000, 5103725826818691072000, 275601194648209317888000, 15709268094947931119616000
Offset: 0

Views

Author

Roger L. Bagula and Gary W. Adamson, Dec 30 2008

Keywords

Crossrefs

Cf. A051606.

Programs

Formula

From G. C. Greubel, Mar 03 2021: (Start)
a(n) = 2*A051606(n).
G.f.: 2*Hypergeometric2F0([1, 3]; --; 3*x).
E.g.f.: 2/(1-3*x)^3. (End)
D-finite with recurrence a(n) + 3*(-n-2)*a(n-1) = 0. - R. J. Mathar, Aug 20 2021
From Amiram Eldar, May 31 2025: (Start)
Sum_{n>=0} 1/a(n) = 9*exp(1/3) - 12.
Sum_{n>=0} (-1)^n/a(n) = 9*exp(-1/3) - 6. (End)