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.

A288209 Numbers k such that prime(k) * prime(k+1) mod prime(k+2) is odd.

Original entry on oeis.org

1, 2, 5, 7, 10, 14, 15, 23, 29, 46, 61
Offset: 1

Views

Author

Zak Seidov, Jun 06 2017

Keywords

Comments

Finite? Full?
Next term, if it exists, is greater than 1026351685.
From Robert Israel, Jun 19 2017: (Start)
Numbers k such that floor(A001223(k+1)*A031131(k)/prime(k+2)) is odd.
Cramér's conjecture implies the sequence is finite. (End)

Examples

			The first five primes are 2, 3, 5, 7, 11.
We see that 2 * 3 = 1 mod 5, so 1 (corresponding to the first prime, 2) is in the sequence.
We see that 3 * 5 = 1 mod 7, so 2 (corresponding to the second prime, 3) is in the sequence.
But 5 * 7 = 2 mod 11, so 3 (corresponding to the third prime, 5) is not in the sequence.
		

Crossrefs

Programs