/fibonacci_prime_sequence

Short program to generate the 'fibonacci selection of primes'. Given the Prime numbers as a sequence S_n, S_0 = 2, generate a new sequence selecting those primes corresponding to indexes with an offset corresponding to the Fibonacci Sequence

Primary LanguagePython

This repository is not active