|
| |
|
|
A053078
|
|
Balanced primes separated from the next lower and next higher prime neighbors by 48.
|
|
3
| |
|
|
3565979, 3653911, 3985951, 5425661, 5647409, 6127019, 6292129, 6532601, 7134031, 7360411, 7389541, 7700179, 7865881, 7956211, 8467951, 8708339, 8972749, 9203791, 9603409, 9863599, 10279861, 10971791, 11998439, 12225299
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Zak Seidov, Table of n, a (n) for n = 1..1000
|
|
|
EXAMPLE
| 3653911 is separated from both the next lower prime and the next higher prime by 48
|
|
|
MATHEMATICA
| lst={}; Do[p=Prime[n]; If[p-Prime[n-1]==Prime[n+1]-p==6*8, AppendTo[lst, p]], {n, 2, 3*9!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), May 20 2010]
|
|
|
CROSSREFS
| Sequence in context: A202570 A107349 A198167 * A183970 A116221 A118813
Adjacent sequences: A053075 A053076 A053077 * A053079 A053080 A053081
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Harvey P. Dale (hpd1(AT)is2.nyu.edu), Feb 25 2000
|
| |
|
|