|
Search: id:A085434
|
|
|
| A085434 |
|
n-th even number not a power of 2 whose largest and smallest factors do not add or subtract to a twin prime. |
|
+0 2
|
|
| 46, 74, 94, 106, 134, 158, 166, 178, 194, 226, 254, 262, 314, 326, 334, 346, 422, 446, 466, 502, 514, 526, 554, 586, 614, 634, 662, 674, 706, 718, 734, 746, 758, 766, 778, 794, 802, 818, 878, 886, 898, 914, 934, 958, 974, 982, 998, 1006, 1018, 1082, 1094
(list; graph; listen)
|
|
|
OFFSET
|
6,1
|
|
|
COMMENT
|
The density of these numbers approach 0 as n approaches oo.
|
|
PROGRAM
|
(PARI) maxpmmintwin(n) = { c=0; forprime(p=3, n, if(!isprime(p-2) & !isprime(p+2), print1(p+p", "); c++); ); print(); print(c" "c/n+.0) }
|
|
CROSSREFS
|
Cf. A052369, A056608.
Sequence in context: A101577 A051413 A167283 this_sequence A020351 A113691 A057454
Adjacent sequences: A085431 A085432 A085433 this_sequence A085435 A085436 A085437
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Aug 13 2003
|
|
|
Search completed in 0.002 seconds
|