Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A099019
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A099019 Odd composite numbers n such that n-2 and n+2 are also composite. +0
1
93, 117, 119, 121, 123, 143, 145, 185, 187, 203, 205, 207, 215, 217, 219, 245, 247, 287, 289, 297, 299, 301, 303, 321, 323, 325, 327, 341, 343, 363, 393, 405, 413, 415, 425, 427, 453, 471, 473, 475, 483, 495, 513, 515, 517, 527, 529, 531, 533, 535, 537, 551 (list; graph; listen)
OFFSET

0,1

EXAMPLE

93 is the first term because 91=7*13, 93=3*31, and 95=5*19 are all composite and there is no smaller odd composite with both odd neighbors composite.

PROGRAM

(PARI) forstep(n=9, 1000, 2, if(!isprime(n)&&!isprime(n-2)&&!isprime(n+2), print1(n, ", ")))

CROSSREFS

Sequence in context: A118131 A020320 A039550 this_sequence A082131 A048257 A044425

Adjacent sequences: A099016 A099017 A099018 this_sequence A099020 A099021 A099022

KEYWORD

nonn

AUTHOR

Rick L. Shepherd (rshepherd2(AT)hotmail.com), Nov 13 2004

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research