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”).

A275317
Prime numbers of the form 100*n+57.
0
157, 257, 457, 557, 757, 857, 1657, 2357, 2557, 2657, 2857, 2957, 3257, 3457, 3557, 4057, 4157, 4357, 4457, 4657, 4957, 5557, 5657, 5857, 6257, 6857, 7057, 7457, 7757, 9157, 9257, 9857, 10357, 10457, 10657, 10957, 11057, 11257, 11657, 12157, 12457, 12757
OFFSET
1,1
COMMENTS
Also primes ending with 57.
LINKS
Chris K. Caldwell and G. L. Honaker, Jr., Prime Curio for 40
MATHEMATICA
Select[Prime[Range[5, 2000]], Take[IntegerDigits[#], -2] == {5, 7} &] (* Vincenzo Librandi, Jul 23 2016 *)
Select[100*Range[0, 150]+57, PrimeQ] (* Harvey P. Dale, Apr 03 2024 *)
PROG
(Magma) [n: n in PrimesUpTo(14000) | n mod 100 eq 57]; // Vincenzo Librandi, Jul 23 2016
CROSSREFS
Cf. A000040.
Cf. similar sequences listed in A244763.
Sequence in context: A020356 A142367 A216498 * A303094 A001837 A142581
KEYWORD
nonn
AUTHOR
G. L. Honaker, Jr., Jul 23 2016
EXTENSIONS
More terms from Vincenzo Librandi, Jul 23 2016
STATUS
approved