Making a linear automaton with Linear Feedback Shift Register (LFSR)

41 Views Asked by At

i am a software developer new to the site i am currently learning about lfsr , everyday i solve a question which is given to me ,but today i am lost, i can not solve this one , so i am asking for your help, for hints, or for any thoughts.

TASK: Make a linear automaton with the help of LFSR of this recurrent sequence:

$s_{n+4} = s_{n+3}+s_{n+1}+s_{n} $

Thank you.