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!)
A107994 Numbers n such that 11*n - 2 is prime. 1
3, 5, 9, 15, 21, 23, 29, 35, 41, 59, 63, 69, 75, 83, 89, 93, 99, 101, 105, 119, 125, 131, 135, 141, 143, 149, 159, 171, 173, 183, 191, 195, 209, 213, 225, 231, 243, 245, 255, 269, 273, 275, 279, 281, 293, 303, 315, 321, 329, 339, 345, 353, 359, 365, 369, 371 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (A141856(n)+2)/11. - Robert Israel, Oct 04 2019
EXAMPLE
If n=3, then 11*n - 2 = 31 (prime).
If n=59, then 11*n - 2 = 647 (prime).
MAPLE
select(t -> isprime(11*t-2), [seq(i, i=1..1000, 2)]); # Robert Israel, Oct 04 2019
MATHEMATICA
Select[Range[500], PrimeQ[11#-2]&] (* Harvey P. Dale, Mar 11 2011 *)
PROG
(Magma) [n: n in [1..100000] | IsPrime(11*n-2)] // Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(11*n-2) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A141856.
Sequence in context: A029533 A350166 A018685 * A086748 A364561 A014957
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Jun 14 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 1 19:41 EDT 2024. Contains 372176 sequences. (Running on oeis4.)