Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A085434
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research