Develop a Raptor flowchart to display a sequence of numbers from 1 to N, whereby each number in the sequence, is equal to the sum of its two immediate predecessors. The first two numbers in the sequence are 1 and 2 respectively. N is a user input number assumed to be equal to or greater than 34. Example outputs of the algorithm are given below for N=34 and N=41. Note that N may not always be part of the sequence.