login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Numbers n such that 2*p(n)+3, 2*p(n+1)+3, 2*p(n+2)+3 are consecutive primes, where p(i) denotes the i-th prime.
4

%I #5 Oct 12 2013 15:14:05

%S 44,48,253,1834,4193,6380,6532,6788,7187,8216,8711,9318,9519,9817,

%T 9908,10947,11971,13308,13880,17326,18366,22664,27938,29576,31931,

%U 34773,35960,40853,45454,48736,52256,52586,53010,53956,54758,59618,62178

%N Numbers n such that 2*p(n)+3, 2*p(n+1)+3, 2*p(n+2)+3 are consecutive primes, where p(i) denotes the i-th prime.

%e p(44)=193, 2*193+3=389=p(77)

%e p(45)=197, 2*197+3=397=p(78)

%e p(46)=199, 2*199+3=401=p(79)

%Y Subsequence of A089526.

%Y Cf. A088119, A089450, A089525.

%K nonn

%O 1,1

%A _Pierre CAMI_, Nov 02 2003

%E More terms from _Ray Chandler_, Nov 03 2003