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!)
A108937 Numbers n such that 911*n + 11 is prime. 2
0, 6, 40, 42, 70, 76, 78, 82, 112, 118, 120, 126, 148, 160, 166, 168, 172, 180, 186, 196, 228, 238, 240, 252, 268, 270, 292, 298, 300, 312, 316, 328, 358, 370, 376, 400, 406, 408, 420, 450, 456, 466, 490, 502, 510, 516, 540, 546, 552, 558, 568, 580, 586, 588 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If n=0 then 911*n + 11 = 11 (prime).
If n=118 then 911*n + 11 = 107509 (prime).
MATHEMATICA
Select[Range[0, 600], PrimeQ[911#+11]&] (* Harvey P. Dale, Oct 02 2020 *)
PROG
(Magma) [n: n in [0..10000] |IsPrime(911*n + 11)] - Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(911*n+11) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A094654 A145001 A263955 * A045565 A334903 A200945
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Jul 20 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)