login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102624 Numbers k such that the number k23 is prime. 3
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If k=2, then k23 = 223 (prime).
If k=45, then k23 = 4523 (prime).
If k=99, then k23 = 9923 (prime).
MATHEMATICA
Select[Range[0, 300], PrimeQ[100#+23]&] (* Harvey P. Dale, Apr 08 2019 *)
PROG
(Magma) [ n: n in [1..700] | IsPrime(Seqint([3, 2] cat Intseq(n))) ]; // Vincenzo Librandi, Feb 04 2011; misses the zero
(PARI) is(n)=isprime(100*n+23) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Sequence in context: A031141 A143263 A327138 * A070328 A124934 A125217
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Jan 31 2005
EXTENSIONS
More terms from Robert G. Wilson v, Feb 04 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 07:34 EDT 2024. Contains 371905 sequences. (Running on oeis4.)