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!)
A105775 Numbers n such that 97*n + 11 is prime. 3
0, 6, 8, 20, 24, 38, 50, 56, 68, 78, 86, 90, 96, 104, 108, 114, 134, 138, 140, 146, 150, 164, 174, 180, 206, 216, 218, 224, 234, 240, 246, 258, 276, 288, 296, 314, 320, 336, 338, 348, 350, 356, 378, 380, 404, 414, 420, 426, 450, 474, 476, 510, 524, 530, 540 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If n=0, then 97*n + 11 = 11 (prime).
If n=108, then 97*n + 11 = 10487 (prime).
MATHEMATICA
For[n = 0, n < 450, n++, If[PrimeQ[97*n + 11], Print[n]]] (* Stefan Steinerberger, Feb 18 2006 *)
PROG
(Magma) [n: n in [0..600] | IsPrime(97*n+11)]; // Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(97*n+11) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Sequence in context: A357946 A309653 A113806 * A159469 A096524 A083595
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, May 04 2005
EXTENSIONS
More terms from Stefan Steinerberger, Feb 18 2006
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 18:50 EDT 2024. Contains 372522 sequences. (Running on oeis4.)