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!)
A244776 Prime numbers ending in the prime number 83. 2

%I #14 Sep 08 2022 08:46:08

%S 83,283,383,683,883,983,1283,1483,1583,1783,2083,2383,2683,3083,3583,

%T 4283,4483,4583,4783,5483,5683,5783,6883,6983,7283,7583,7883,8783,

%U 9283,9883,10883,11083,11383,11483,11783,12583,12983,13183,13883,14083,14683

%N Prime numbers ending in the prime number 83.

%C Also primes of the form 100*n+83. Subsequence of A141933.

%H Vincenzo Librandi, <a href="/A244776/b244776.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={8, 3} &]

%o (Magma) [n: n in PrimesUpTo(15000) | n mod 100 eq 83];

%o (PARI) select(x->(x % 100)==83, primes(2000)) \\ _Michel Marcus_, Jul 07 2014

%Y Cf. similar sequences listed in A244763.

%Y Cf. A141933.

%K nonn,base

%O 1,1

%A _Vincenzo Librandi_, Jul 07 2014

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 April 16 00:00 EDT 2024. Contains 371696 sequences. (Running on oeis4.)