|
Search: id:A122747
|
|
|
| A122747 |
|
Bishops on an n X n board (see Robinson paper for details). |
|
+0 2
|
|
| 1, 4, 144, 14400, 2822400, 914457600, 442597478400, 299195895398400, 269276305858560000, 311283409572495360000, 449493243422683299840000, 792906081397613340917760000, 1677789268237349829381980160000, 4194473170593374573454950400000000, 12231083765450280256194635366400000000
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
a(n) appears as coefficient of x^(2*n)/n! in the expansion of 1/sqrt(1-4*x^2). [From Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de), Oct 06 2008]
|
|
REFERENCES
|
R. W. Robinson, Counting arrangements of bishops, pp. 198-214 of Combinatorial Mathematics IV (Adelaide 1975), Lect. Notes Math., 560 (1976). (Q_{8n+1}, Eq. (22))
|
|
EXAMPLE
|
a(n)= ((2*n)!/n!)^2 = A001813(n)^2. [From Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de), Oct 06 2008]
|
|
MAPLE
|
Q:=proc(n) local m; if n mod 8 <> 1 then RETURN(0); fi; m:=(n-1)/8; ((2*m)!)^2/(m!)^2; end;
|
|
CROSSREFS
|
Adjacent sequences: A122744 A122745 A122746 this_sequence A122748 A122749 A122750
Sequence in context: A036511 A060870 A084703 this_sequence A069135 A138176 A055209
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com), Sep 25 2006
|
|
|
Search completed in 0.002 seconds
|