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!)
A233348 Numbers n such that 3*n+2 and 3*n-2 are both prime for n multiple of 5 (A008587). 0
5, 15, 35, 55, 65, 75, 105, 155, 205, 215, 225, 275, 285, 295, 365, 405, 435, 475, 495, 555, 565, 595, 625, 665, 695, 735, 765, 825, 895, 945, 985, 1055, 1085, 1115, 1155, 1205, 1225, 1265, 1315, 1335, 1385, 1505, 1595, 1605, 1645, 1745, 1805, 1835, 1885 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Intersection of A008587 and A157834.
EXAMPLE
For n=15; 3*15+2=47 and 3*15-2=43.
MATHEMATICA
Select[5*Range[500], PrimeQ[3 # + 2] && PrimeQ[3 # - 2] &] (* T. D. Noe, Dec 09 2013 *)
PROG
(TI-BASIC) Clrio:5(sto)n:Lbl colorin:if isPrime(3n+2) and isPrime(3n-2) Then:Disp n:Pause: EndIf:n+5(sto)n:Goto colorin:EndPrgm
CROSSREFS
Cf. A157834 (n such that 3n-2 and 3n+2 are both prime).
Sequence in context: A072186 A051807 A034052 * A061829 A063382 A069983
KEYWORD
nonn,less
AUTHOR
César Aguilera, Dec 07 2013
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 16 17:08 EDT 2024. Contains 371749 sequences. (Running on oeis4.)