cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

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.

Original entry on oeis.org

3, 7, 17, 23, 29, 47, 167, 419, 83
Offset: 1

Views

Author

Altug Alkan, Oct 05 2016

Keywords

Comments

Least k such that A001221(Fibonacci(k+1)) / A001221(Fibonacci(k)) = n, or 0 if no such k exists.

Examples

			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

Programs

Extensions

a(8)-a(9) from Charles R Greathouse IV, Oct 05 2016
Showing 1-1 of 1 results.