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.

A102624 Numbers k such that the number k23 is prime.

Original entry on oeis.org

0, 2, 5, 8, 11, 12, 14, 15, 17, 18, 24, 30, 33, 36, 38, 39, 44, 45, 47, 50, 53, 56, 59, 63, 68, 75, 77, 78, 81, 84, 86, 89, 93, 96, 99, 102, 107, 114, 119, 123, 128, 129, 135, 137, 143, 144, 147, 149, 158, 159, 162, 168, 171, 176, 179, 182, 185, 194, 200, 201, 203, 210
Offset: 1

Views

Author

Parthasarathy Nambi, Jan 31 2005

Keywords

Examples

			If k=2, then k23 = 223 (prime).
If k=45, then k23 = 4523 (prime).
If k=99, then k23 = 9923 (prime).
		

Crossrefs

Programs

  • Magma
    [ n: n in [1..700] | IsPrime(Seqint([3,2] cat Intseq(n))) ]; // Vincenzo Librandi, Feb 04 2011; misses the zero
    
  • Mathematica
    Select[Range[0,300],PrimeQ[100#+23]&] (* Harvey P. Dale, Apr 08 2019 *)
  • PARI
    is(n)=isprime(100*n+23) \\ Charles R Greathouse IV, Jun 06 2017

Extensions

More terms from Robert G. Wilson v, Feb 04 2005
Showing 1-1 of 1 results.