Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A130286
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A130286 Strongly-single primes: primes p such that neither previousprime(p) nor nextprime(p) is a twin prime. +0
1
83, 89, 127, 163, 167, 257, 331, 359, 367, 373, 379, 383, 389, 397, 401, 443, 449, 479, 487, 491, 499, 503, 547, 557, 587, 677, 683, 691, 701, 709, 719, 727, 733, 739, 743, 751, 757, 761, 769, 773, 787, 907, 911, 919, 929, 937, 941, 947, 953, 967, 971, 977 (list; graph; listen)
OFFSET

1,1

COMMENT

Cf. A007510 Single (or isolated or non-twin) primes. See also A000040 The prime numbers, A001097 Twin primes, A071904 Odd composite numbers.

MATHEMATICA

PrimeNext[n_]:=Module[{k}, k=n+1; While[ !PrimeQ[k], k++ ]; k]; PrimePrev[n_]:=Module[{k}, k=n-1; While[ !PrimeQ[k], k-- ]; k]; lst={}; Do[p=Prime[n]; If[ !PrimeQ[p-2]&&!PrimeQ[PrimePrev[p]-2]&&!PrimeQ[p+2]&&!PrimeQ[PrimeNext[p]+2], AppendTo[lst, p]], {n, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 21 2009]

CROSSREFS

Cf. A000040, A001097, A007510, A071904.

Sequence in context: A106418 A031961 A108751 this_sequence A062677 A045714 A090156

Adjacent sequences: A130283 A130284 A130285 this_sequence A130287 A130288 A130289

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Aug 06 2007

EXTENSIONS

Added mathematica, edited some terms Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 21 2009

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 December 1 19:22 EST 2009. Contains 167811 sequences.


AT&T Labs Research