login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A109069
Numbers n such that the string n2323 is prime.
1
1, 3, 4, 6, 12, 19, 22, 25, 43, 48, 52, 54, 57, 63, 66, 67, 70, 73, 82, 84, 85, 87, 111, 132, 139, 145, 150, 151, 157, 159, 160, 172, 175, 187, 195, 201, 204, 210, 211, 213, 216, 217, 223, 228, 235, 238, 241, 256, 258
OFFSET
1,2
LINKS
EXAMPLE
n=1 is in the sequence because n2323 = 12323 is prime.
n=87 is in the sequence because n2323 = 872323 is prime.
MAPLE
select(t -> isprime(10^4*t+2323), [$1..1000]); # Robert Israel, Mar 05 2020
CROSSREFS
Sequence in context: A024373 A111159 A210523 * A329953 A329671 A124571
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Aug 17 2005
STATUS
approved