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!)
A109604 Numbers n such that 41*n - 43 is prime. 0
10, 12, 16, 22, 24, 30, 36, 40, 52, 60, 66, 72, 82, 100, 102, 112, 120, 142, 144, 154, 156, 162, 166, 186, 192, 196, 214, 222, 234, 252, 256, 264, 270, 276, 280, 282, 294, 304, 306, 322, 324, 330, 346, 352, 360, 376, 382, 394, 396, 406, 414, 424, 432, 462, 472 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If n=10 then 41*n - 43 = 367 (prime).
If n=82 then 41*n - 43 = 3319 (prime).
MAPLE
select(n-> isprime(41*n-43), [$0..600])[]; # Emeric Deutsch, Aug 07 2005
MATHEMATICA
Select[Range[2, 500], PrimeQ[41#-43]&] (* Harvey P. Dale, Apr 06 2016 *)
PROG
(PARI) is(n)=isprime(41*n-43) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A096128 A334939 A063192 * A187710 A063096 A270819
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Jul 30 2005
EXTENSIONS
More terms from Emeric Deutsch, Aug 07 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 April 19 02:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)