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!)
A107305 Numbers k such that 11*k - 13 is prime. 1
4, 6, 10, 16, 22, 24, 30, 36, 42, 60, 64, 70, 76, 84, 90, 94, 100, 102, 106, 120, 126, 132, 136, 142, 144, 150, 160, 172, 174, 184, 192, 196, 210, 214, 226, 232, 244, 246, 256, 270, 274, 276, 280, 282, 294, 304, 316, 322, 330, 340, 346, 354, 360, 366, 370, 372 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
11 and 13 are twin primes.
All terms must be even. - Harvey P. Dale, Jul 29 2016
LINKS
EXAMPLE
If k=4, then 11*k - 13 = 31 (prime).
If k=60, then 11*k - 13 = 647 (prime).
MATHEMATICA
Select[Range[2, 400, 2], PrimeQ[11#-13]&] (* Harvey P. Dale, Jul 29 2016 *)
PROG
(Magma) [n: n in [2..100000] | IsPrime(11*n - 13)]; // Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(11*n-13) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A141856 (the resulting primes).
Sequence in context: A310587 A310588 A310589 * A102768 A075637 A027689
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, May 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 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)