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!)
A108030 Numbers k such that 151*k + 149 is prime. 3
0, 20, 30, 42, 44, 50, 60, 62, 78, 98, 102, 110, 120, 128, 144, 158, 162, 170, 174, 180, 182, 188, 194, 198, 210, 240, 242, 252, 258, 260, 264, 272, 294, 302, 314, 348, 350, 368, 380, 392, 404, 408, 432, 450, 462, 470, 482, 492, 498 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
149 and 151 are twin primes.
LINKS
EXAMPLE
If k=98 then 151*k + 149 = 14947 (prime).
MATHEMATICA
Select[Range[0, 500], PrimeQ[151*# + 149] &] (* Stefan Steinerberger, Mar 03 2006 *)
PROG
(PARI) is(n)=isprime(151*n+149) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Sequence in context: A216603 A166730 A109944 * A095787 A198471 A120145
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, May 31 2005
EXTENSIONS
More terms from Stefan Steinerberger, Mar 03 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 09:49 EDT 2024. Contains 372504 sequences. (Running on oeis4.)