A114704 Smallest primes p such that the p-th Fibonacci number consists of n prime factors.
3, 19, 37, 97, 229, 503, 367, 971
Offset: 1
Examples
a(3)=37 because 37 is the smallest prime such that 37th Fibonacci number (that is, 24157817) consists of 3 prime factors (24157817 = 73*149*2221).
Extensions
a(7) corrected by Amiram Eldar, Oct 14 2019
Comments