sequence

PythonF

Fibonacci Sequence

An integer value N is passed as the input. The program must print the first N terms in the Fibonacci sequence. Input Format: The first line…
PythonF

Infinite Sequence Nth Digit

Infinite Sequence Nth Digit: The program must accept an integer value N and print the Nth digit in the integer sequence 1, 2, 3, 4, 5, 6, 7,…
PythonF

Number Sequence Sort

The program must accept and sort N number sequences. A number sequence can be multiplication, power or a normal number. The sorted list should…
CF

Missing Number In Sequence

A set of numbers which are in sequence are arranged in descending order as a string S. But one of the number in the sequence is missing in…