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

A088649 Duplicate of A020498.

Original entry on oeis.org

1, 3, 7, 9, 13, 19, 21, 27, 31, 33, 37, 43, 49, 51, 57, 63, 69, 73, 79, 87, 91, 97, 99, 103
Offset: 1

Views

Author

Keywords

A088650 a(n) is the smallest x such that A020498(k) + x is prime for all k = 1 to n.

Original entry on oeis.org

1, 2, 4, 4, 4, 4, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10
Offset: 1

Views

Author

Amarnath Murthy, Oct 29 2003

Keywords

Comments

Is the sequence finite?

Examples

			a(4)= 4 and the primes arising are 5, 7, 11, and 13.
		

Crossrefs

Cf. A020498.

Extensions

Corrected and extended by Max Alekseyev, Aug 23 2013

A141544 Odd numbers k such that 2k+5 is a prime.

Original entry on oeis.org

1, 3, 7, 9, 13, 19, 21, 27, 31, 33, 37, 39, 49, 51, 61, 63, 67, 73, 79, 81, 87, 93, 97, 103, 109, 111, 117, 123, 129, 133, 139, 151, 153, 163, 171, 177, 181, 187, 189, 207, 213, 217, 219, 229, 231, 237, 241, 243, 247, 249, 259, 271, 279, 283, 291, 297, 301, 307
Offset: 1

Views

Author

Giovanni Teofilatto, Aug 16 2008

Keywords

Comments

Superset of A107771. The corresponding primes are given by deleting the first entry in A002145. - R. J. Mathar, Aug 18 2008

Crossrefs

Programs

  • Maple
    a:=proc(n) if isprime(2*n+5) then n end if end proc: seq(a(2*n-1), n=1..170); # Emeric Deutsch, Aug 17 2008
  • Mathematica
    Select[Range[1,307,2],PrimeQ[2#+5]&] (* James C. McMahon, Jul 26 2025 *)

Formula

A089038 INTERSECT A005408. - R. J. Mathar, Aug 18 2008
a(n) = A087915(n+1) - 1 = A090670(n+1) - 4. - Giovanni Teofilatto, Sep 07 2008

Extensions

Extended by Emeric Deutsch, Aug 17 2008 and R. J. Mathar, Aug 18 2008
Showing 1-3 of 3 results.