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!)
A024893 Numbers k such that 3*k+2 is prime. 16
0, 1, 3, 5, 7, 9, 13, 15, 17, 19, 23, 27, 29, 33, 35, 37, 43, 45, 49, 55, 57, 59, 63, 65, 75, 77, 79, 83, 85, 87, 89, 93, 97, 103, 105, 115, 117, 119, 127, 129, 133, 139, 143, 147, 149, 153, 155, 159, 163, 167, 169, 173, 185, 187, 189, 195, 197, 199, 205, 213, 215, 217, 219, 225, 227 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A087370(n)-1 = A088879(n)+1.
MATHEMATICA
Select[Range[0, 250], PrimeQ[3# + 2] &] (* Vincenzo Librandi, Sep 25 2012 *)
PROG
(Magma) [n: n in [0..1000] | IsPrime(3*n+2)]; // Vincenzo Librandi, Nov 20 2010
(PARI) is(n)=isprime(3*n+2) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Cf. A003627 (associated primes), A091177 (gives prime index).
Sequence in context: A215806 A333369 A064608 * A337810 A355773 A119253
KEYWORD
nonn,easy
AUTHOR
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 07:33 EDT 2024. Contains 371782 sequences. (Running on oeis4.)