VOOZH
about
URL: https://oeis.org/A167441
⇱ A167441 - OEIS
login
A167441
Prime numbers ending in the prime number 71.
2
71, 271, 571, 971, 1171, 1471, 1571, 1871, 2371, 2671, 2971, 3271, 3371, 3571, 3671, 4271, 4871, 5171, 5471, 6271, 6571, 6871, 6971, 8171, 8971, 9371, 9871, 10271, 10771, 11071, 11171, 11471, 11971, 12071, 12671, 13171, 14071, 14771, 15271
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
LINKS
Vincenzo Librandi,
Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={7, 1} &] (*
Vincenzo Librandi
, Jul 07 2014 *)
Select[Prime[Range[6000]], Mod[#, 100]==71&] (*
Harvey P. Dale
, Jan 15 2024 *)
PROG
(Magma) [n: n in PrimesUpTo(16000) | n mod 100 eq 71]; //
Vincenzo Librandi
, Jul 07 2014
CROSSREFS
Cf. similar sequences listed in
A244763
.
Sequence in context:
A298103
A293395
A141943
*
A349084
A140856
A114992
Adjacent sequences:
A167438
A167439
A167440
*
A167442
A167443
A167444
KEYWORD
base
,
nonn
AUTHOR
Mark A. Thomas
, Nov 03 2009
STATUS
approved