|
Search: id:A082079
|
|
|
| A082079 |
|
Balanced primes of order four. |
|
+0 15
|
|
| 491, 757, 1787, 3571, 6337, 6451, 6991, 7741, 7907, 8821, 10141, 10267, 10657, 12911, 15299, 16189, 18223, 18701, 19801, 19843, 19853, 19937, 21961, 22543, 22739, 22807, 23893, 23909, 24767, 25169, 25391, 26591, 26641, 26693, 26713
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
The arithmetic mean of 8 primes in its "neighborhood"; not to be confused with 'Quadruply balanced primes' (A096710).
A balanced prime of order four is not necessarily balanced (A006562) order one, or of order two (A082077), or of order three (A082078), etc.
|
|
EXAMPLE
|
p = 491 = {463 + 467 + 479 + 487 + 491 + 499 + 503 + 509 + 521)/9 = 4419/9.
|
|
MATHEMATICA
|
Do[s3=Prime[n]+Prime[n+1]+Prime[n+2]; s5=Prime[n-1]+s3+Prime[n+3]; s7=Prime[n-2]+s5+Prime[n+4]; s9=Prime[n-3]+s7+Prime[n+5]; If[Equal[s9/9, Prime[n+1]], Print[Prime[n+1]]], {n, 4, 10000}]
|
|
CROSSREFS
|
Cf. A006562, A082077, A082078, A096697, A096698, A096699, A096700, A096701, A096702, A096703, A096704.
Cf. A096693, A082080, A081415, A051795, A006562.
Adjacent sequences: A082076 A082077 A082078 this_sequence A082080 A082081 A082082
Sequence in context: A056052 A051115 A060975 this_sequence A007242 A116207 A045007
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Apr 08 2003
|
|
|
Search completed in 0.002 seconds
|