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!)
A111455 Numbers n such that 101*n + 97 is prime. 0

%I #11 Sep 08 2022 08:45:21

%S 0,14,24,32,36,42,50,62,66,72,84,86,90,102,104,116,126,146,164,192,

%T 200,206,224,230,240,246,260,270,282,290,326,330,332,336,344,350,354,

%U 360,374,396,402,410,414,422,440,456,482,492,494,504,506,510,546,552,570

%N Numbers n such that 101*n + 97 is prime.

%C All the numbers in this sequence are even. 97 is the largest two digit prime and 101 is the smallest three digit prime.

%e If n=240 then 101*n + 97 = 24337 (prime).

%o (Magma) [n: n in [0..1000000] |IsPrime(101*n+97)] - _Vincenzo Librandi_, Nov 13 2010

%o (PARI) is(n)=isprime(101*n+97) \\ _Charles R Greathouse IV_, Jun 13 2017

%Y Cf. A101084.

%K nonn,easy

%O 1,2

%A _Parthasarathy Nambi_, Nov 14 2005

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 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)