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.

A102731 Numbers k such that 11*k + 23 is prime.

Original entry on oeis.org

0, 4, 6, 16, 28, 30, 34, 36, 40, 54, 58, 60, 64, 76, 78, 84, 88, 90, 100, 114, 118, 126, 130, 144, 160, 168, 180, 186, 190, 196, 204, 208, 210, 214, 216, 228, 240, 244, 246, 258, 264, 268, 274, 286, 288, 294, 298, 300, 306, 310, 316, 328, 334, 336, 348, 354, 364
Offset: 1

Views

Author

Parthasarathy Nambi, Feb 07 2005

Keywords

Examples

			If k=0, then 11*0 + 23 = 23 (prime).
If k=54, then 11*54 + 23 = 617 (prime).
If k=114, then 11*114 + 23 = 1277 (prime).
		

Programs

Formula

a(n) = A102656(n) - 2. - R. J. Mathar, Jul 08 2009