login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A244767 Prime numbers ending in the prime number 29. 2
29, 229, 829, 929, 1129, 1229, 1429, 2029, 2129, 2729, 3229, 3329, 3529, 3929, 4129, 4229, 4729, 6029, 6229, 6329, 6529, 6829, 7129, 7229, 7529, 7829, 8329, 8429, 8629, 8929, 9029, 9629, 9829, 9929, 10429, 10529, 10729, 11329, 12329, 12829, 13229, 13729 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also primes of the form 100*n+29. Subsequence of A141883, A141930.
LINKS
MATHEMATICA
Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={2, 9} &]
Select[Prime[Range[6000]], Mod[#, 100]==29&] (* Harvey P. Dale, Oct 05 2021 *)
PROG
(Magma) [n: n in PrimesUpTo(16000) | n mod 100 eq 29];
(PARI) select(x->(x % 100)==29, primes(2000)) \\ Michel Marcus, Jul 06 2014
CROSSREFS
Cf. similar sequences listed in A244763.
Sequence in context: A287306 A142066 A091631 * A146421 A093401 A228408
KEYWORD
nonn,base,easy
AUTHOR
Vincenzo Librandi, Jul 06 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 7 15:50 EDT 2024. Contains 375017 sequences. (Running on oeis4.)