|
| |
|
|
A133922
|
|
a(n) = number of permutations (p(1),p(2),p(3),...p(n)) of (1,2,3,...n) such that p(k) is coprime to p(n+1-k) for k = all positive integers <=n.
|
|
0
| |
|
|
1, 2, 2, 16, 16, 192, 192, 6912, 4608, 230400, 230400, 11612160, 11612160, 1199923200, 588349440
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| For n = odd integer the middle term of all counted permutations must be 1.
|
|
|
EXAMPLE
| For n = 6, the permutation (3,2,1,6,4,5) is not counted because p(2)=2 is not coprime to p(5)=4. However, the permutation (3,6,1,4,5,2) is counted because GCD(3,2) = GCD(6,5) = GCD(1,4) = 1.
|
|
|
CROSSREFS
| Sequence in context: A093114 A016740 A193145 * A088139 A152556 A113123
Adjacent sequences: A133919 A133920 A133921 * A133923 A133924 A133925
|
|
|
KEYWORD
| more,nonn
|
|
|
AUTHOR
| Leroy Quet Jan 07 2008
|
|
|
EXTENSIONS
| a(6)-a(15) from Sean A. Irvine (sairvin(AT)xtra.co.nz), May 17 2010
|
| |
|
|