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.

A279795 Numbers n such that F(n) and F(n-2) are both prime where F(n) = A000045(n).

Original entry on oeis.org

5, 7, 13, 433, 571
Offset: 1

Views

Author

Altug Alkan, Dec 18 2016

Keywords

Comments

a(6) > 2904353. - Daniel Suteu, Dec 23 2016
Terms n of A001605 such that n-2 is also a term of A001605. Surprisingly, the first 4 terms minus 2, { 3, 5, 11, 431 }, are the first four terms of A101315 which also relates to simultaneously prime { m+2, F(m) and F(m)+2 }, but where F is a different function, m -> (m-1)^2 + 1. - M. F. Hasler, Dec 24 2016
Larger primes of the Fibonacci prime pairs in A073340. - Bobby Jacobs, Jan 18 2017

Examples

			13 is a term because Fibonacci(13) = 233 and Fibonacci(11) = 89 are both prime.
		

Crossrefs

Programs

Formula

a(n) = A281087(n) + 2. - Bobby Jacobs, Jan 18 2017