OFFSET
1,1
LINKS
Zak Seidov, Table of n, a (n) for n = 1..1000
FORMULA
a(n) = A052197(n) + 36. - Sean A. Irvine, Dec 06 2021
EXAMPLE
255803 is separated from both the next lower prime and the next higher prime by 36.
MATHEMATICA
lst={}; Do[p=Prime[n]; If[p-Prime[n-1]==Prime[n+1]-p==6*6, AppendTo[lst, p]], {n, 2, 5*8!}]; lst (* Vladimir Joseph Stephan Orlovsky, May 20 2010 *)
Transpose[Select[Partition[Prime[Range[260000]], 3, 1], Union[ Differences[#]] == {36}&]][[2]] (* Harvey P. Dale, Sep 28 2012 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Harvey P. Dale, Feb 25 2000
STATUS
approved