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.

A127888 If X_1,...,X_n is a partition of a 6n-set X into 6-blocks then a(n) is equal to the number of permutations f of X such that f(X_i)<>X_i, (i=1,...n).

Original entry on oeis.org

0, 478483200, 6401339808768000, 620429964386047303680000, 265250626231132937174895820800000, 371992180902371387782970387300352000000000
Offset: 1

Views

Author

Milan Janjic, Apr 09 2007

Keywords

Examples

			a(5)=265250626231132937174895820800000
		

Programs

  • Maple
    a:=n->sum((-720)^i*binomial(n,i)*(6*n-6*i)!,i=0..n).

Formula

a(n)=sum((-720)^i*binomial(n,i)*(6*n-6*i)!,i=0..n).