login

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”).

A095419
Indices of the primes in A095649: A095649(n) = prime(a(n)).
7
34, 42, 53, 61, 82, 91, 141, 145, 162, 172, 177, 191, 205, 214, 266, 269, 282, 289, 308, 316, 324, 331, 335, 342, 350, 360, 381, 399, 431, 452, 472, 474, 502, 525, 531, 535, 570, 578, 580, 582, 585, 587, 593, 597, 609, 672, 687, 704, 728, 746, 773, 779, 790
OFFSET
1,1
MATHEMATICA
m = 2; 1 + Select[ Range[800], Prime[ # + 2] - 2*Prime[ # + 1] + Prime[ # ] - 4*m == 0 &] (* Robert G. Wilson v, Jul 14 2004 *)
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Jul 02 2004
EXTENSIONS
Edited by Robert G. Wilson v, Jul 14 2004
Edited by N. J. A. Sloane, Nov 07 2005
STATUS
approved