A008404 Number of Costas arrays of order n, counting rotations and flips as distinct.
1, 2, 4, 12, 40, 116, 200, 444, 760, 2160, 4368, 7852, 12828, 17252, 19612, 21104, 18276, 15096, 10240, 6464, 3536, 2052, 872, 200, 88, 56, 204, 712, 164
Offset: 1
Examples
A permutation matrix can be represented by a sequence of column indices, one for each row. A previously unknown Costas array of order 26 given this way is (5, 8, 20, 16, 18, 15, 4, 25, 13, 19, 6, 10, 2, 0, 9, 24, 14, 21, 3, 23, 22, 7, 1, 11, 12, 17) The permutation (2, 4, 8, 5, 10, 9, 7, 3, 6, 1) corresponds to a Costas array: 2 4 8 5 10 9 7 3 6 1 (Permutation: p(1), p(2), p(3), ..., p(n) ) 2 4 -3 5 -1 -2 -4 3 -5 (step-1 differences: p(2)-p(1), p(3)-p(2), ... ) 6 1 2 4 -3 -6 -1 -2 (step-2 differences: p(3)-p(1), p(4)-p(2), ... ) 3 6 1 2 -7 -3 -6 (step-3 differences: p(4)-p(1), p(5)-p(2), ... ) 8 5 -1 -2 -4 -8 ( etc. ) 7 3 -5 1 -9 5 -1 -2 -4 1 2 -7 4 -3 -1 This example is given in the Costas reference. [_Joerg Arndt_, May 27 2012]
References
- James K. Beard, Jon C. Russo, Keith Erickson, Michael Moneleone and Mike Wright, Combinatoric collaboration on Costas arrays and radar applications, Proceedings of the IEEE 2004 Radar Conference, Apr 26, 2004, ISBN 0-7803-8234-X, pp. 260-265 (entries for orders 24 and 25).
- James K. Beard, Jon C. Russo, Keith Erickson, Michael Moneleone and Mike Wright,"Costas Array Generation and Search Methodology," to appear in IEEE Transactions on Aerospace and Electronic Engineering. (Order 26)
- CRC Handbook of Combinatorial Designs, C. Colbourn and J. Dinitz, Editors, 1996, IV.7: Costas Arrays by Herbert Taylor (IV.7.6, page 259, Table 2.29).
- CRC Standard Mathematical Tables and Formulae, 30th ed. 1996, p. 227.
- K. Drakkis et al., On the disjointness of algebraically constructed Costas arrays, J. Algebra and Applications, 10 (2011), 219-240.
- J. Silverman, V. E. Vickers and J. M. Mooney, On the number of Costas arrays as a function of array size, Proc. IEEE, 76 (1988), 851-853.
Links
- Sebastian M. Cioabă and Werner Linde, A Bridge to Advanced Mathematics: from Natural to Complex Numbers, Amer. Math. Soc. (2023) Vol. 58, see page 151.
- John P. Costas, A Study of a Class of Detection Waveforms Having Nearly Ideal Range-Doppler Ambiguity Properties, Proceedings of the IEEE, pp.996-1009, August 1984; alternative link.
- K. Drakakis, Results of the enumeration of Costas arrays of order 27.
- Ed Pegg, Jr., Rulers, Arrays, and Gracefulness
- Eric Weisstein's World of Mathematics, Costas Array
Crossrefs
Cf. A001441.
Formula
There is no formula, recursion, or generating function for Costas arrays. A number of number-theoretic generators are known (see Golomb 1984, Beard 2004, etc.) but these do not generate all known Costas arrays of orders greater than twelve or so. - James K. Beard (jkbeard(AT)ieee.org), Nov 07 2005
Extensions
More terms from James K. Beard (jkbeard(AT)ieee.org), Nov 07 2005
a(27) (from the Drakakis link) sent by John Healy (johnjhealy(AT)gmail.com), Jul 17 2008
Added a(28) and a(29) (from http://www.costasarrays.org/), Joerg Arndt, May 27 2012.
Comments