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!)
A089526 Numbers n such that 2*p(n)+3 and 2*p(n+1)+3 are consecutive primes, where p(i) denotes the i-th prime. 5
3, 7, 14, 33, 44, 45, 48, 49, 70, 75, 90, 174, 186, 213, 225, 246, 253, 254, 447, 505, 524, 531, 589, 592, 625, 665, 745, 766, 806, 866, 868, 989, 1047, 1084, 1091, 1105, 1131, 1191, 1202, 1228, 1257, 1280, 1333, 1395, 1410, 1429, 1495, 1512, 1550, 1643, 1651 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
p(3)=5, 2*5+3=13=p(6)
p(4)=7, 2*7+3=17=p(7)
MATHEMATICA
cpQ[n_]:=Module[{p=2Prime[n]+3}, PrimeQ[p]&&NextPrime[p]==2Prime[n+1]+3]; Select[Range[1700], cpQ] (* Harvey P. Dale, Nov 29 2014 *)
CROSSREFS
Subsequence of A089530. Cf. A089527, A089528, A089529.
Sequence in context: A354463 A223136 A354603 * A261051 A231397 A231464
KEYWORD
nonn
AUTHOR
Ray Chandler, Nov 07 2003
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 23 07:16 EDT 2024. Contains 371905 sequences. (Running on oeis4.)