|
| |
| |
|
|
|
32, 42, 46, 47, 56, 58, 61, 66, 71, 74, 76, 97, 103, 114, 118, 126, 127, 128, 161, 177, 180, 186, 195, 205, 232, 233, 267, 271, 290, 321, 326, 329, 331, 347, 359, 368, 370, 372, 383, 416, 423, 432, 437, 456, 508, 518, 520, 593, 594, 607, 633, 666, 675, 709
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| A072473: a(n) = p(2n) - p(n), where p(k) is the k-th prime.
Usually A072473(n) < A072473(n+1), only rarely this is not the case. Cf. A072473 a(n)=p(2n)-p(n), where p(k) is the k-th prime, A115867 numbers n such that A072473(n)=A072473(n+1).
|
|
|
MATHEMATICA
| s={}; Do[If[Prime[2n]-Prime[n]==Prime[2(n+1)]-Prime[n+1], AppendTo[s, n]], {n, 1000}]; s
|
|
|
CROSSREFS
| Cf. A072473, A115867.
Sequence in context: A039778 A167309 A159007 * A104390 A167528 A035112
Adjacent sequences: A114039 A114040 A114041 * A114043 A114044 A114045
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Zak Seidov (zakseidov(AT)yahoo.com), Feb 01 2006
|
|
|
EXTENSIONS
| Entry revised by Robert G. Wilson v, Mar 16 2006
|
| |
|
|