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!)
A243811 Numbers n such that 2*n+3 and 2*n+5 are both prime. 2
0, 1, 4, 7, 13, 19, 28, 34, 49, 52, 67, 73, 88, 94, 97, 112, 118, 133, 139, 154, 172, 208, 214, 229, 259, 283, 298, 307, 319, 328, 403, 409, 412, 427, 439, 508, 514, 523, 529, 544, 574, 613, 637, 643, 649, 658, 712, 724, 739, 742, 802, 808, 832, 847, 859, 892, 934 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A040040(n)-2.
MATHEMATICA
Select[Range[0, 1000], PrimeQ[2 # + 3] && PrimeQ[2 # + 5] &]
PROG
(Magma) [n: n in [0..1000] | IsPrime(2*n+3) and IsPrime(2*n+5)];
CROSSREFS
Sequence in context: A191138 A075315 A238327 * A194073 A023496 A191868
KEYWORD
nonn,easy,less
AUTHOR
Vincenzo Librandi, Jun 11 2014
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:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)