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!)
A108969 Numbers n such that 43*n + 41 is prime. 0
0, 2, 12, 14, 42, 44, 60, 62, 66, 72, 86, 90, 104, 114, 132, 150, 152, 170, 174, 182, 186, 192, 200, 212, 222, 230, 234, 264, 276, 284, 290, 300, 312, 336, 342, 350, 354, 356, 362, 380, 384, 390, 402, 416, 432, 446, 450, 452, 464, 476, 480, 486, 494, 504, 506 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
41 and 43 are twin primes.
LINKS
EXAMPLE
If n=0 then 43*n + 41 = 41 (prime).
If n=90 then 43*n + 41 = 3911 (prime).
MATHEMATICA
Select[Range[0, 510], PrimeQ[43#+41]&] (* Harvey P. Dale, Feb 27 2012 *)
PROG
(Magma) [n: n in [0..10000] |IsPrime(43*n + 41)] - Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(43*n+41) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A270119 A340016 A260899 * A269130 A265485 A166745
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Jul 30 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 July 16 17:03 EDT 2024. Contains 374358 sequences. (Running on oeis4.)