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.

Showing 1-1 of 1 results.

A165810 Primes p such that 18*p+1 is also a prime.

Original entry on oeis.org

2, 7, 11, 17, 29, 41, 59, 71, 79, 97, 127, 137, 139, 149, 151, 181, 197, 199, 241, 251, 277, 281, 307, 337, 347, 367, 379, 401, 431, 479, 491, 541, 569, 587, 659, 701, 709, 757, 797, 809, 821, 827, 829, 857, 877, 881, 947, 991, 1021, 1051, 1109, 1117, 1129, 1151, 1229
Offset: 1

Views

Author

Vincenzo Librandi, Sep 28 2009

Keywords

Examples

			For p=2, 18*p+1=37. For p=7, 18*p+1=127. For p=11, 18*p+1=199.
		

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[1000]],PrimeQ[18#+1]&]  (* Harvey P. Dale, Mar 06 2011 *)

Formula

a(n) = (A165811(n)-1)/18.

Extensions

Extended by R. J. Mathar, Oct 16 2009
Showing 1-1 of 1 results.