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.

A052560 a(n) = 3*n!.

Original entry on oeis.org

3, 3, 6, 18, 72, 360, 2160, 15120, 120960, 1088640, 10886400, 119750400, 1437004800, 18681062400, 261534873600, 3923023104000, 62768369664000, 1067062284288000, 19207121117184000, 364935301226496000, 7298706024529920000, 153272826515128320000
Offset: 0

Views

Author

encyclopedia(AT)pommard.inria.fr, Jan 25 2000

Keywords

Comments

a(n) is the size of the centralizer of a 3-cycle in the symmetric group S_(n+3). - Ahmed Fares (ahmedfares(AT)my-deja.com), May 12 2001
3 times factorial numbers. - Omar E. Pol, Jan 17 2009

Crossrefs

Row 13 of A276955 (from term a(3)=18 onward).

Programs

Formula

E.g.f.: 3/(1-x).
a(n) = n*a(n-1), with a(0) = 3.
For n>0: a(n) = Sum_{k=1..n+1} A083746(k). - Reinhard Zumkeller, Apr 14 2007