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!)
A168628 Numbers n such that n and n+-1 have 4 distinct prime factors. 3
37961, 44485, 45695, 50141, 51429, 55131, 55385, 61335, 63365, 64295, 67165, 68265, 68475, 70005, 70091, 71709, 72709, 76153, 80445, 81549, 81719, 82041, 84435, 85491, 86241, 90364, 95381, 97383, 98021, 99085, 99385, 99429, 99789, 100165, 100491, 100595 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[n_]:=Length[FactorInteger[n]]; lst={}; Do[If[f[n]>=4&&f[n-1]>=4&&f[n+1]>=4, AppendTo[lst, n]], {n, 9!}]; lst
SequencePosition[PrimeNu[Range[110000]], {4, 4, 4}][[All, 1]]+1 (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Apr 27 2018 *)
CROSSREFS
Sequence in context: A172425 A224906 A364309 * A178286 A187938 A235185
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by Harvey P. Dale, Apr 27 2018
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)