login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A195613 Numbers n with property that n, 2n-1 and 2n+1 are composite. 0
25, 28, 32, 38, 46, 58, 60, 62, 72, 77, 80, 85, 88, 92, 93, 94, 102, 104, 108, 110, 118, 122, 123, 124, 130, 133, 143, 144, 145, 148, 150, 152, 160, 161, 162, 164, 170, 171, 172, 178, 182, 185, 188, 196, 202, 203, 206, 207, 208, 212, 213, 214, 218, 226, 235 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
In A000027, if n, n+(n-1) and n+(n+1) are composite, then n is a term of this sequence.
Suggestion: there are arbitrarily long sets of consecutive integers, e.g., 632..637, 665..672, 6428..6443.
LINKS
MATHEMATICA
Select[Range[2, 1000], !PrimeQ[2#-1]&&!PrimeQ[#]&&!PrimeQ[2#+1]&]
Select[Range[250], AllTrue[{#, 2#-1, 2#+1}, CompositeQ]&] (* Harvey P. Dale, Feb 26 2022 *)
CROSSREFS
Sequence in context: A345509 A295748 A254226 * A127652 A303812 A334534
KEYWORD
nonn
AUTHOR
Zak Seidov, Sep 21 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 11:14 EDT 2024. Contains 371791 sequences. (Running on oeis4.)