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

A244774
Prime numbers ending in the prime number 73.
3
73, 173, 373, 673, 773, 1373, 1873, 1973, 2273, 2473, 3373, 3673, 4073, 4273, 4373, 4673, 4973, 5273, 5573, 6073, 6173, 6373, 6473, 6673, 7573, 7673, 7873, 8273, 8573, 9173, 9473, 9973, 10273, 10973, 11173, 11273, 12073, 12373, 12473, 12973, 13873
OFFSET
1,1
COMMENTS
Also primes of the form 100*k+73. Subsequence of A141885, A141945.
LINKS
MATHEMATICA
Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={7, 3} &]
PROG
(Magma) [n: n in PrimesUpTo(14000) | n mod 100 eq 73];
(PARI) select(x->(x % 100)==73, primes(2000)) \\ Michel Marcus, Jul 07 2014
CROSSREFS
Cf. similar sequences listed in A244763.
Sequence in context: A142377 A044405 A044786 * A142550 A269790 A142741
KEYWORD
nonn,base
AUTHOR
Vincenzo Librandi, Jul 07 2014
STATUS
approved