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.

A179065 Number of non-attacking placements of 10 rooks on an n X n board.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 3628800, 439084800, 15807052800, 296821324800, 3636061228800, 32724551059200, 232707918643200, 1372501805875200, 6948290392243200, 30967071995059200, 123868287980236800
Offset: 1

Views

Author

Thomas Zaslavsky, Jun 28 2010

Keywords

Crossrefs

Column k=10 of A144084.
Cf. A179064 (9 rooks).

Programs

Formula

a(n) = 10! * binomial(n, 10)^2.