In this sequence there are actually two sequences. 1 sequence for the numbers in odd positions (1,3,5 enz) and one sequence for the numbers in the even positions (2,4,6 enz.) The following applies to the numbers in the odd positions:
You can find the second number in the sequence by applying the following transformation to the first number: +4 You find the third number in the sequence by applying the following transformation to the second number: +5 You can see that this is not the same number. Every step the number in the transformation changes with +1
VThe following applies to the numbers in the even positions:
You can find the second number in the sequence by applying the following transformation to the first number: -6 You find the third number in the sequence by applying the following transformation to the second number: -15 You can see that this is not the same number. Every step the number in the transformation changes with -9