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!)
A108938 Numbers n such that 911*n + 7 is prime. 1
0, 12, 24, 30, 36, 50, 54, 60, 62, 66, 72, 74, 116, 122, 134, 146, 150, 156, 164, 170, 176, 180, 194, 212, 234, 242, 246, 260, 270, 272, 276, 296, 302, 314, 332, 342, 354, 360, 362, 366, 380, 384, 386, 390, 410, 446, 452, 464, 470, 480, 486, 506, 510, 516, 522 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If n=0 then 911*n + 7 = 7 (prime).
If n=66 then 911*n + 7 = 60133 (prime).
MATHEMATICA
Select[Range[0, 600], PrimeQ[911#+7]&] (* Harvey P. Dale, Apr 02 2017 *)
PROG
(Magma) [n: n in [0..10000] |IsPrime(911*n+7)] - Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(911*n+7) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A352287 A364462 A369182 * A085236 A068567 A316099
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 May 7 16:40 EDT 2024. Contains 372310 sequences. (Running on oeis4.)