Computer Science, asked by ajaid7, 1 year ago

Consider the below 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.

Write a program to find the Nth term in this series in python.

Answers

Answered by vishakhamishra1976
1

nice question but I can't answer this question

Similar questions