OFFSET
0,1
COMMENTS
Period 15: repeat 0,0,0,1,1,1,1,0,1,0,1,1,0,0,1. - Ralf Stephan, Aug 05 2013
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.
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,0,0,0,0,0,0,0,0,0,1).
FORMULA
a(n) = abs(a(n-1) - a(n-4)), where n > 3. - Nicolas Bělohoubek, Jun 28 2024
G.f.: x^3*(1 + x + x^2 + x^3 + x^5 + x^7 + x^8 + x^11)/(1 - x^15). - Stefano Spezia, Jun 29 2024
MATHEMATICA
PadRight[{}, 120, {0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 1}] (* Harvey P. Dale, Jul 21 2021 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved