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.

A270192 Numbers n for which (prime(n+1)-prime(n)) mod 3 = 2.

Original entry on oeis.org

2, 3, 5, 7, 10, 13, 17, 20, 24, 26, 28, 30, 33, 35, 41, 43, 45, 49, 52, 57, 60, 62, 64, 66, 69, 72, 77, 79, 81, 83, 87, 89, 92, 94, 98, 104, 109, 113, 116, 120, 124, 126, 128, 132, 135, 137, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 162, 166, 171, 173, 176, 178, 182, 186, 190, 192, 196, 201, 206, 209, 212, 215, 220, 223, 225
Offset: 1

Views

Author

Antti Karttunen, Mar 16 2016

Keywords

Examples

			2 is present as prime(3) - prime(2) = 5 - 3 = 2 = 2 modulo 3.
24 is present as prime(24) = 89, prime(25) = 97 and 97-89 = 8 = 2 modulo 3.
		

Crossrefs

Subsequence of A270189.
Positions of 2's in A137264.
Differs from its subsequence A029707 for the first time at n=9.

Programs