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

 


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
OFFSET
1,1
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
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 | 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 September 21 15:24 EDT 2024. Contains 376087 sequences. (Running on oeis4.)