login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A179065
Number of non-attacking placements of 10 rooks on an n X n board.
3
0, 0, 0, 0, 0, 0, 0, 0, 0, 3628800, 439084800, 15807052800, 296821324800, 3636061228800, 32724551059200, 232707918643200, 1372501805875200, 6948290392243200, 30967071995059200, 123868287980236800
OFFSET
1,10
LINKS
Christopher R. H. Hanusa, T Zaslavsky, S Chaiken, A q-Queens Problem. IV. Queens, Bishops, Nightriders (and Rooks), arXiv preprint arXiv:1609.00853, a12016
Index entries for linear recurrences with constant coefficients, signature (21, -210, 1330, -5985, 20349, -54264, 116280, -203490, 293930, -352716, 352716, -293930, 203490, -116280, 54264, -20349, 5985, -1330, 210, -21, 1).
FORMULA
a(n) = 10! * binomial(n, 10)^2.
PROG
(PARI) a(n) = 10! * binomial(n, 10)^2 \\ Andrew Howroyd, Feb 13 2018
CROSSREFS
Column k=10 of A144084.
Cf. A179064 (9 rooks).
Sequence in context: A153761 A133132 A228913 * A213872 A227672 A172540
KEYWORD
easy,nonn
AUTHOR
Thomas Zaslavsky, Jun 28 2010
STATUS
approved