Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #10 Jul 14 2015 23:17:06
%S 34,42,53,61,82,91,141,145,162,172,177,191,205,214,266,269,282,289,
%T 308,316,324,331,335,342,350,360,381,399,431,452,472,474,502,525,531,
%U 535,570,578,580,582,585,587,593,597,609,672,687,704,728,746,773,779,790
%N Indices of the primes in A095649: A095649(n) = prime(a(n)).
%t m = 2; 1 + Select[ Range[800], Prime[ # + 2] - 2*Prime[ # + 1] + Prime[ # ] - 4*m == 0 &] (* _Robert G. Wilson v_, Jul 14 2004 *)
%Y Cf. A095420, A095648, A095649, A095650, A095651, A095672, A095673.
%K nonn
%O 1,1
%A _Roger L. Bagula_, Jul 02 2004
%E Edited by _Robert G. Wilson v_, Jul 14 2004
%E Edited by _N. J. A. Sloane_, Nov 07 2005