OFFSET
1,1
COMMENTS
Conjecture: The sequence is infinite and for every n, a(n+1) < a(n)^(1+1/n); i.e., a(n)^(1/n) is a strictly decreasing function of n (see comment lines of the sequence A248855). - Jahangeer Kholdi and Farideh Firoozbakht, Nov 29 2014
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
FORMULA
a(n) = prime(A320705(n)). - R. J. Mathar, Apr 30 2024
MATHEMATICA
Transpose[Select[Partition[Prime[Range[1000]], 2, 1], Last[#]-First[#] == 14&]] [[1]] (* Harvey P. Dale, Aug 24 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(8000) | NextPrime(p)-p eq 14]; // Bruno Berselli, Apr 09 2013
(PARI) is(n)=isprime(n) && nextprime(n+1)==n+14 \\ Charles R Greathouse IV, Sep 14 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved