login
Number of ways to place n nonattacking composite pieces rook + semi-rider[5,5] on an n X n chessboard.
1

%I #6 Sep 12 2015 11:00:25

%S 1,2,6,24,120,696,4572,34260,290328,2751480,28426056,318900264,

%T 3874868280,50813711808,716309557440,10721493269568

%N Number of ways to place n nonattacking composite pieces rook + semi-rider[5,5] on an n X n chessboard.

%C a(n) is also number of permutations p of 1,2,...,n satisfying p(j+5k)-p(j)<>5k for all j>=1, k>=1, j+5k<=n

%C For information about semi-pieces see semi-bishop (A187235) and semi-queen (A099152).

%H V. Kotesovec, <a href="https://oeis.org/wiki/User:Vaclav_Kotesovec">Number of ways of placing non-attacking queens, kings, bishops and knights</a> (in English and Czech)

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Fairy_chess_piece">Fairy chess piece</a>

%Y Cf. A189284, A099152, A189843, A189844, A189846, A189841, A187235

%K nonn,hard

%O 1,2

%A _Vaclav Kotesovec_, Apr 29 2011