OFFSET
1,1
COMMENTS
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
Jonathan Bayless, Dominic Klyve, and Tomás Oliveira e Silva, New Bounds and Computations on Prime-Indexed Primes, INTEGERS, Electronic J. of Combinatorial Number Theory, Vol. 13, Paper A43, 2013.
EXAMPLE
5 is here because 5 and 11 are adjacent terms in A006450 differing by 6.
MATHEMATICA
nn = 10000; t = Table[Prime[Prime[n]], {n, nn}]; s = Select[Range[nn - 1], t[[# + 1]] - t[[#]] == 6 &]; t[[s]]
KEYWORD
nonn
AUTHOR
T. D. Noe, Aug 09 2013
STATUS
approved