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-4 of 4 results.

A023204 Primes p such that 2*p + 3 is also prime.

Original entry on oeis.org

2, 5, 7, 13, 17, 19, 29, 43, 47, 53, 67, 73, 89, 97, 113, 127, 137, 139, 157, 167, 173, 193, 197, 199, 223, 227, 229, 269, 277, 283, 307, 337, 349, 353, 379, 383, 397, 409, 439, 463, 467, 487, 503, 509, 523, 547, 557, 563, 599, 607, 613, 617, 643, 647, 659, 739, 743, 773
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

Formula

A067076 INTERSECT A000040. - R. J. Mathar, Mar 23 2017

A089531 Primes p such that (p-3)/2 is also prime.

Original entry on oeis.org

7, 13, 17, 29, 37, 41, 61, 89, 97, 109, 137, 149, 181, 197, 229, 257, 277, 281, 317, 337, 349, 389, 397, 401, 449, 457, 461, 541, 557, 569, 617, 677, 701, 709, 761, 769, 797, 821, 881, 929, 937, 977, 1009, 1021, 1049, 1097, 1117, 1129, 1201, 1217, 1229, 1237
Offset: 1

Views

Author

Ray Chandler, Nov 07 2003

Keywords

Crossrefs

Programs

Formula

a(n) = 2*A023204(n) + 3.

Extensions

Comment from Juri-Stepan Gerasimov used as new name (old name moved to formulas). - Charles R Greathouse IV, Sep 09 2014

A089530 A023204 indexed by A000040.

Original entry on oeis.org

1, 3, 4, 6, 7, 8, 10, 14, 15, 16, 19, 21, 24, 25, 30, 31, 33, 34, 37, 39, 40, 44, 45, 46, 48, 49, 50, 57, 59, 61, 63, 68, 70, 71, 75, 76, 78, 80, 85, 90, 91, 93, 96, 97, 99, 101, 102, 103, 109, 111, 112, 113, 117, 118, 120, 131, 132, 137, 139, 140, 144, 147, 149, 154
Offset: 1

Views

Author

Ray Chandler, Nov 07 2003

Keywords

Crossrefs

Programs

  • Magma
    [n: n in [1..250] | IsPrime(2*NthPrime(n)+3)]; // Vincenzo Librandi, May 02 2016
  • Mathematica
    Select[Range[160], PrimeQ[2 Prime[#] + 3] &] (* Vincenzo Librandi, May 02 2016 *)

Formula

a(n)=k such that A023204(n)=A000040(k).

A089529 A089528 indexed by A000040.

Original entry on oeis.org

6, 12, 24, 59, 77, 78, 87, 88, 126, 135, 158, 312, 331, 379, 415, 445, 455, 456, 824, 924, 955, 971, 1069, 1080, 1148, 1226, 1368, 1402, 1480, 1592, 1597, 1826, 1934, 2002, 2014, 2035, 2093, 2187, 2212, 2254, 2315, 2353, 2461, 2587, 2619, 2653, 2766, 2792
Offset: 1

Views

Author

Ray Chandler, Nov 07 2003

Keywords

Examples

			prime(3)=5, 2*5 + 3 = 13 = prime(6);
prime(4)=7, 2*7 + 3 = 17 = prime(7).
		

Crossrefs

Subsequence of A089532.

Formula

a(n) = k such that A089528(n) = A000040(k).
a(n) = A000720(A089528(n)). - Michel Marcus, Aug 04 2021

Extensions

Offset changed to 1 by Jinyuan Wang, Aug 04 2021
Showing 1-4 of 4 results.