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.

A165294 The larger member of a prime pair (p, p+100).

Original entry on oeis.org

103, 107, 113, 131, 137, 167, 173, 179, 197, 227, 239, 251, 257, 263, 281, 293, 311, 383, 431, 449, 467, 479, 509, 521, 557, 563, 587, 599, 641, 647, 677, 701, 719, 743, 761, 773, 809, 827, 839, 857, 887, 911, 929, 953, 977, 983, 1019, 1091, 1097, 1109, 1151, 1163
Offset: 1

Views

Author

Vincenzo Librandi, Sep 14 2009

Keywords

Comments

Subsequence of A100750.

Examples

			a(1) = 3+100=103, a(2)=7+100=107, a(3)=13+100=113.
		

Programs

  • Magma
    [p+100: p in PrimesUpTo(1200)| IsPrime(p+100)]; // Vincenzo Librandi, Sep 12 2013
  • Mathematica
    Select[Prime[Range[200]] + 100, PrimeQ] (* Vincenzo Librandi, Sep 12 2013 *)

Extensions

Definition rephrased, relation to A100750 added, 563, 719 etc. inserted - R. J. Mathar, Sep 16 2009