|
|
A193775
|
|
Number of signed permutations invariant under the reverse complement and avoiding (-2, -1), (-1, 2), and (1, -2).
|
|
0
|
|
|
|
OFFSET
|
0,2
|
|
LINKS
|
Table of n, a(n) for n=0..9.
|
|
FORMULA
|
a(n) = (\lfloor n/2\rfloor)! 2^{\lfloor n/2\rfloor} + \sum_{k=0}^{\lfloor n/2\lceil} k!
|
|
EXAMPLE
|
For n = 3, the permutations are (1, 2, 3), (3, 2, 1), (-1, -2, -3), and (-3, 2, -1).
|
|
CROSSREFS
|
Sequence in context: A005456 A100773 A250112 * A131120 A115195 A095384
Adjacent sequences: A193772 A193773 A193774 * A193776 A193777 A193778
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Andy Hardt, Aug 04 2011
|
|
STATUS
|
approved
|
|
|
|