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.

A089527 p(k) such that 2*p(k)+3 and 2*p(k+1) + 3 are consecutive primes, where p(i) denotes the i-th prime.

Original entry on oeis.org

5, 17, 43, 137, 193, 197, 223, 227, 349, 379, 463, 1033, 1109, 1303, 1427, 1559, 1607, 1609, 3163, 3613, 3767, 3823, 4289, 4337, 4637, 4969, 5657, 5839, 6199, 6709, 6733, 7823, 8363, 8699, 8747, 8863, 9127, 9643, 9743, 9967, 10253, 10459, 10979, 11593
Offset: 1

Views

Author

Ray Chandler, Nov 07 2003

Keywords

Examples

			p(3)=5, 2*5 + 3 = 13 = p(6);
p(4)=7, 2*7 + 3 = 17 = p(7).
		

Crossrefs

Subsequence of A023204.

Formula

a(n) = A000040(A089526(n)).

Extensions

Offset changed to 1 by Jinyuan Wang, Aug 04 2021