OFFSET
1,1
COMMENTS
Lengths of almost-binary sequences with perfect odd-periodic autocorrelation function.
As J. Arndt points out, each element of this sequence leads to a conference matrix (cf. link to Wikipedia and A000952). - M. F. Hasler, Mar 14 2008
REFERENCES
H. D. Lueke, Binary odd-periodic complementary sequences. IEEE Trans. Inform. Theory, 43, pp. 365-367, 1997.
LINKS
M. F. Hasler, Table of n, a(n) for n = 1..10000
Wikipedia, Conference matrix.
PROG
(PARI) A061344(n)= local(m=1, p); for(c=1, n, until( isprime(m+=2) || ispower(m, [null], && p) && isprime(p), ); /*print(c, " ", m+1)*/); m+1 \\ - M. F. Hasler, Mar 14 2008
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Hans Dieter Lueke (lueke(AT)ient.rwth-aachen.de), Jun 08 2001
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Jun 12 2001
Edited by M. F. Hasler, Mar 14 2008
STATUS
approved