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!)
A108187 Numbers n such that 11*n - 5 is prime. 3
2, 6, 8, 12, 14, 18, 26, 32, 42, 44, 48, 62, 68, 72, 74, 78, 84, 86, 96, 102, 114, 126, 132, 144, 146, 152, 158, 162, 176, 182, 188, 194, 204, 216, 218, 222, 224, 228, 236, 242, 252, 254, 258, 284, 288, 294, 296, 306, 314, 324, 326, 336, 344, 348, 354, 356, 366 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If n=2, then 11*n - 5 = 17 (prime).
If n=44, then 11*n - 5 = 479 (prime).
MAPLE
a:=proc(n) if isprime(11*n-5)=true then n else fi end:seq(a(n), n=0..500); # Emeric Deutsch, Jun 22 2005
MATHEMATICA
Select[Range@ 366, PrimeQ[11 # - 5] &] (* Michael De Vlieger, Feb 20 2017 *)
PROG
(PARI) is(n)=isprime(11*n-5) \\ Charles R Greathouse IV, May 22 2017
CROSSREFS
Sequence in context: A173064 A111367 A105059 * A102166 A024894 A153880
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Jun 14 2005
EXTENSIONS
More terms from Emeric Deutsch, Jun 22 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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)