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.

A179063 Number of non-attacking placements of 8 rooks on an n X n board.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 40320, 3265920, 81648000, 1097712000, 9879408000, 66784798080, 363606122880, 1669619952000, 6678479808000, 23828156352000, 77203226580480, 230333593351680, 639815537088000, 1669577821632000, 4122835028928000
Offset: 1

Views

Author

Thomas Zaslavsky, Jun 27 2010

Keywords

Crossrefs

Column k=8 of A144084.
Cf. A179062 (7 rooks), A179064 (9 rooks).

Programs

Formula

a(n) = 8!*binomial(n,8)^2.
G.f.: -40320*x^8*(x^8 +64*x^7 +784*x^6 +3136*x^5 +4900*x^4 +3136*x^3 +784*x^2 +64*x +1) / (x -1)^17. - Colin Barker, Jan 08 2013