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.

A179064 Number of non-attacking placements of 9 rooks on an n X n board.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 362880, 36288000, 1097712000, 17563392000, 185513328000, 1454424491520, 9090153072000, 47491411968000, 214453407168000, 857813628672000, 3096707199505920, 10237048593408000, 31350961317312000
Offset: 1

Views

Author

Thomas Zaslavsky, Jun 28 2010

Keywords

Crossrefs

Column k=9 of A144084.
Cf. A179063 (8 rooks), A179065 (10 rooks).

Programs

Formula

a(n) = 9!*binomial(n,9)^2.
G.f.: -362880*x^9*(x +1)*(x^8 +80*x^7 +1216*x^6 +5840*x^5 +10036*x^4 +5840*x^3 +1216*x^2 +80*x +1) / (x -1)^19. - Colin Barker, Jan 08 2013