login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A277213
Least k such that Fibonacci(k + 1) has n times as many distinct prime factors as Fibonacci(k), or 0 if no such k exists.
0
3, 7, 17, 23, 29, 47, 167, 419, 83
OFFSET
1,1
COMMENTS
Least k such that A001221(Fibonacci(k+1)) / A001221(Fibonacci(k)) = n, or 0 if no such k exists.
EXAMPLE
a(2) = 7 because Fibonacci(8) = 21 = 3*7 (2 distinct prime factors) and Fibonacci(7) = 13 (1 prime factor), and 2/1 is 2.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Oct 05 2016
EXTENSIONS
a(8)-a(9) from Charles R Greathouse IV, Oct 05 2016
STATUS
approved