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!)
A108058 Numbers n such that 179*n + 181 is prime. 0
0, 8, 14, 20, 38, 42, 62, 78, 84, 92, 102, 104, 120, 150, 158, 162, 164, 168, 174, 180, 192, 204, 224, 228, 230, 242, 252, 272, 278, 294, 300, 308, 344, 348, 360, 378, 384, 390, 402, 404, 410, 414, 432, 434, 438, 440, 444, 458, 474, 494, 500, 504, 528, 554 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
179 and 181 are twin primes.
LINKS
EXAMPLE
If n=92 then 179*n + 181 = 16649 (prime).
PROG
(Magma) [n: n in [0..100000] | IsPrime(179*n + 181 )] // Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(179*n+181) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A345089 A200328 A363031 * A322410 A191352 A287177
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Jun 02 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 5 12:29 EDT 2024. Contains 372275 sequences. (Running on oeis4.)