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!)
A108936 Numbers n such that 11*n + 911 is prime. 0
0, 6, 10, 16, 18, 22, 36, 42, 48, 52, 58, 60, 66, 76, 88, 90, 100, 108, 112, 126, 130, 142, 148, 160, 162, 172, 186, 190, 192, 196, 198, 210, 220, 232, 238, 246, 256, 262, 270, 276, 282, 286, 288, 300, 318, 328, 340, 342, 352, 360, 366, 372, 382, 388, 402, 408 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If n=0 then 11*n + 911 = 911 (prime).
If n=52 then 11*n + 911 = 1483 (prime).
PROG
(Magma) [n: n in [0..10000] |IsPrime(11*n + 911)] - Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(11*n+911) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A342480 A299996 A315289 * A315290 A315291 A315292
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 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)