OFFSET
2,1
COMMENTS
See A273595 for further information and (cross)references.
From the initial values, the sequence seems strictly decreasing, with a(n+1) - a(n) = (prime(n+1) - prime(n))/2; however, this property does not persist beyond n = 16.
This is the subsequence of A273770 with indices n corresponding to odd primes 2n+1, see formula. - M. F. Hasler, Feb 17 2020
FORMULA
a(n) = (81 - prime(n))/2 for 1 < n < 17.
a(n) = A273770((prime(n) - 1)/2). - M. F. Hasler, Feb 17 2020
PROG
(PARI) A273597(n, p=prime(n), q=A273756(p\2))={for(x=1, oo, isprime(q+p*x+x^2)||return(x))} \\ M. F. Hasler, Feb 17 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, May 26 2016
EXTENSIONS
STATUS
approved