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

A244772
Prime numbers ending in the prime number 59.
2
59, 359, 659, 859, 1259, 1459, 1559, 1759, 2459, 2659, 3259, 3359, 3559, 3659, 4159, 4259, 4759, 5059, 5659, 6359, 6659, 6959, 7159, 7459, 7559, 7759, 8059, 9059, 9859, 10159, 10259, 10459, 10559, 10859, 11059, 11159, 11959, 12659, 12959, 13159, 13259
OFFSET
1,1
COMMENTS
Also primes of the form 100*n+59. Subsequence of A141887, A141934.
LINKS
MATHEMATICA
Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={5, 9} &]
PROG
(Magma) [n: n in PrimesUpTo(14000) | n mod 100 eq 59];
(PARI) select(x->(x % 100)==59, primes(2000)) \\ Michel Marcus, Jul 07 2014
CROSSREFS
Cf. similar sequences listed in A244763.
Sequence in context: A142265 A290183 A118624 * A142604 A071771 A235223
KEYWORD
nonn,base
AUTHOR
Vincenzo Librandi, Jul 07 2014
STATUS
approved