|
| |
|
|
A082077
|
|
Balanced primes of order two.
|
|
16
| |
|
|
79, 281, 349, 439, 643, 677, 787, 1171, 1733, 1811, 2141, 2347, 2389, 2767, 2791, 3323, 3329, 3529, 3929, 4157, 4349, 4751, 4799, 4919, 4951, 5003, 5189, 5323, 5347, 5521, 5857, 5861, 6287, 6337, 6473, 6967, 6997, 7507, 7933, 8233, 8377, 8429, 9377
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| The arithmetic mean of 4 primes in its "neighborhood"; not to be confused with 'Doubly balanced primes' (A051795).
Balanced primes of order two are not necessarily balanced order one or of order three.
|
|
|
EXAMPLE
| p = 79 = (71 + 73 + 79 + 83 + 89)/5 = 395/5 i.e. it is both the arithmetic mean and mode.
|
|
|
MATHEMATICA
| Do[s3=Prime[n]+Prime[n+1]+Prime[n+2]; s5=Prime[n-1]+s3+Prime[n+3]; If[Equal[s5/5, Prime[n+1]], Print[Prime[n+1]]], {n, 3, 3000}],
|
|
|
CROSSREFS
| Cf. A006562, A082078, A082079, A096697, A096698, A096699, A096700, A096701, A096702, A096703, A096704.
Cf. A096693, A082080, A081415, A051795, A006562.
Sequence in context: A201036 A142932 A180455 * A158769 A158774 A157507
Adjacent sequences: A082074 A082075 A082076 * A082078 A082079 A082080
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Labos E. (labos(AT)ana.sote.hu), Apr 08 2003
|
| |
|
|