For example, consider the given series: 1, 2, 1, 3, 2, 5, 3, 7, 5, 11, 8, 13, 13, 17, this series is a mixture of 2 series all the odd terms in this series form a fibonacci series and all the even terms are the prime numbers in ascending order. Now write a program to find the nth term in this series.
Answers
Answered by
0
1 ,3,5,7,11,13,17,are in odd terms series in acending order
Similar questions