7• 1, 3, 4, 7, 11, 18, ..............This is the Lucas Series - L(n) - for n = 1,2,3,4........
This can also be generated by the Fibonacci Series where L(n) = Fib(n + 1) + Fib(n - 1) for n = ≥ 1
8• 99, 92, 86, 81, 77,.............. the next number is 74 .....
10• 1, 2, 6, 24, 120.............. = n!
11• 5, 7, 12, 19, 31, 50, .................. the next number is 81...... The pattern is L(n) + F(n+1) for n ≥ 2
14• 4, 7, 15, 29, 59, 117, ..............the next number is 235.......the pattern is twice the first number minus 1.....and then twice this result plus 1.....and this dual pattern repeats.....