The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A105583 Numbers k such that 101*k + 997 is prime. 3
0, 14, 26, 30, 32, 44, 50, 54, 56, 60, 72, 92, 102, 110, 114, 116, 126, 140, 144, 152, 162, 176, 182, 192, 204, 206, 212, 234, 240, 242, 252, 296, 320, 324, 326, 330, 360, 366, 372, 386, 390, 396, 404, 410, 416, 444, 450, 452, 462, 474, 480, 494, 506, 512, 516 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
101 and 997 are the smallest and largest three-digit primes.
LINKS
EXAMPLE
If k=0, then 101*k + 997 = 997 (prime).
If k=110, then 101*k + 997 = 12107 (prime).
PROG
(Magma) [n: n in [0..100000] | IsPrime(101*n + 997)] // Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(101*n+997) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Cf. A105679.
Sequence in context: A030786 A094163 A134837 * A323030 A005277 A079702
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, May 06 2005
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 May 13 16:16 EDT 2024. Contains 372522 sequences. (Running on oeis4.)