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.

A179061 Number of non-attacking placements of 6 rooks on an n X n board.

Original entry on oeis.org

0, 0, 0, 0, 0, 720, 35280, 564480, 5080320, 31752000, 153679680, 614718720, 2120152320, 6492966480, 18036018000, 46172206080, 110279070720, 248127909120, 530024705280, 1081683072000, 2120098821120, 4008311833680
Offset: 1

Views

Author

Thomas Zaslavsky, Jun 27 2010

Keywords

Crossrefs

Column k=5 of A144084.
Cf. A179060 (5 rooks), A179062 (7 rooks).

Programs

Formula

a(n) = 6! * binomial(n, 6)^2.
G.f.: -720*x^6*(x^6+36*x^5+225*x^4+400*x^3+225*x^2+36*x+1) / (x-1)^13. - Colin Barker, Jan 08 2013