login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A011686
A binary m-sequence: expansion of reciprocal of x^7 + x^6 + 1.
1
0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1
OFFSET
0,1
COMMENTS
Sequence is 127-periodic. - Ray Chandler, Jun 24 2017
REFERENCES
S. W. Golomb, Shift-Register Sequences, Holden-Day, San Francisco, 1967.
H. D. Lueke, Korrelationssignale, Springer 1992, pp. 43-48.
F. J. MacWilliams and N. J. A. Sloane, The Theory of Error-Correcting Codes, Elsevier/North Holland, 1978, p. 408.
FORMULA
a(n) = a(n+127). - Gheorghe Coserea, Jun 15 2017
PROG
(MATLAB)
Feedback_shiftregister =[1, 1, 0, 0, 0, 0, 0]; % x^7 + x^6 (+1)
sequence = [0 0 0 0 0 0 1]; % start sequence
for i = 1:127-7
sequence(i+7)=mod(Feedback_shiftregister*sequence(i:i+6)', 2)
end % Joris Van Kerrebrouck, Jun 13 2017
CROSSREFS
Sequence in context: A037822 A144600 A379478 * A275305 A169671 A070108
KEYWORD
nonn
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy