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!)
A108029 Numbers n such that 149*k + 151 is prime. 3
0, 2, 14, 18, 24, 30, 32, 38, 60, 74, 80, 92, 98, 102, 104, 114, 122, 132, 134, 140, 150, 168, 188, 192, 218, 228, 230, 240, 242, 252, 254, 258, 260, 282, 284, 288, 300, 312, 318, 338, 342, 344, 350, 360, 368, 372, 378, 384, 398, 408, 414, 420, 422, 434, 438 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
149 and 151 are twin primes.
LINKS
EXAMPLE
If k=74, then 149*k + 151 = 11177 (prime).
MATHEMATICA
Select[Range[0, 500], PrimeQ[149*# + 151] &] (* Stefan Steinerberger, Mar 03 2006 *)
PROG
(PARI) is(n)=isprime(149*n+151) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Sequence in context: A278975 A096508 A355169 * A212048 A322955 A266388
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 April 18 15:48 EDT 2024. Contains 371780 sequences. (Running on oeis4.)