[go: up one dir, main page]

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!)
A244775 Prime numbers ending in the prime number 79. 2
79, 179, 379, 479, 1279, 1579, 1879, 1979, 2179, 2579, 2879, 3079, 3779, 4079, 4679, 5179, 5279, 5479, 5779, 5879, 6079, 6379, 6679, 6779, 7079, 7879, 8179, 8779, 9479, 9679, 10079, 10979, 11279, 11579, 11779, 12379, 12479, 12979, 13679, 13879 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also primes of the form 100*n+79. Subsequence of A141887, A141930.
LINKS
MATHEMATICA
Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={7, 9} &]
Select[Prime[Range[2000]], Mod[#, 100]==79&] (* Harvey P. Dale, Nov 29 2017 *)
PROG
(Magma) [n: n in PrimesUpTo(14000) | n mod 100 eq 79];
(PARI) select(x->(x % 100)==79, primes(2000)) \\ Michel Marcus, Jul 07 2014
CROSSREFS
Cf. similar sequences listed in A244763.
Sequence in context: A082929 A044411 A044792 * A142493 A063328 A142678
KEYWORD
nonn,base
AUTHOR
Vincenzo Librandi, Jul 07 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 29 12:15 EDT 2024. Contains 375517 sequences. (Running on oeis4.)