A053077 Balanced primes separated from the next lower and next higher prime neighbors by 42.
247141, 689509, 1008659, 1629809, 1658669, 2024689, 2751041, 2811761, 2880949, 2921819, 3264491, 3295069, 3311359, 3365491, 3555311, 3668461, 4059271, 4412141, 4440571, 4549351, 4619399, 4690261, 4802989, 4955221, 5115301
Offset: 1
Examples
247141 is separated from both the next lower prime and the next higher prime by 42.
Links
- Zak Seidov, Table of n, a (n) for n = 1..1000
Crossrefs
Cf. A052198.
Programs
-
Mathematica
lst={};Do[p=Prime[n];If[p-Prime[n-1]==Prime[n+1]-p==6*7,AppendTo[lst,p]],{n,2,9!}];lst (* Vladimir Joseph Stephan Orlovsky, May 20 2010 *)
Formula
a(n) = A052198(n) + 42. - Sean A. Irvine, Dec 06 2021