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!)
A102711 Numbers k such that 11*k + 7 is prime. 2
0, 2, 6, 12, 20, 24, 26, 30, 32, 44, 50, 54, 66, 74, 80, 86, 90, 92, 96, 102, 104, 110, 116, 120, 132, 134, 146, 150, 156, 162, 164, 170, 180, 186, 194, 200, 204, 206, 212, 216, 240, 246, 254, 272, 282, 300, 302, 306, 314, 320, 324, 326, 330, 332, 342, 356, 360 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If k=0, then 11*0 + 7 = 7 (prime).
If k=44, then 11*44 + 7 = 491 (prime).
If k=102, then 11*102 + 7 = 1129 (prime).
MATHEMATICA
Select[Range[0, 400], PrimeQ[11#+7]&] (* Harvey P. Dale, Dec 13 2012 *)
PROG
(Magma) [n: n in [0..1000] | IsPrime(11*n + 7 )] // Vincenzo Librandi, Nov 17 2010
(PARI) is(n)=isprime(11*n+7) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Cf. A102646.
Sequence in context: A139082 A061078 A067114 * A235375 A141406 A045619
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Feb 05 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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)