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!)
A006073 Numbers k such that k, k+1 and k+2 all have the same number of distinct prime divisors. 20
2, 3, 7, 20, 33, 34, 38, 44, 50, 54, 55, 56, 74, 75, 85, 86, 91, 92, 93, 94, 98, 115, 116, 117, 122, 133, 134, 141, 142, 143, 144, 145, 146, 158, 159, 160, 175, 176, 183, 187, 200, 201, 205, 206, 207, 212, 213, 214, 215, 216, 217, 224, 235, 247 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Distinct prime divisors means that the prime divisors are counted without multiplicity. - Harvey P. Dale, Apr 19 2011
LINKS
FORMULA
Union of {2,3,7} and A364307 and A364308 and A364309 and A364266 and A364265 etc. - R. J. Mathar, Jul 18 2023
MATHEMATICA
pdQ[n_]:=PrimeNu[n]==PrimeNu[n+1]==PrimeNu[n+2]; Select[Range[250], pdQ] (* Harvey P. Dale, Apr 19 2011 *)
Take[Transpose[Flatten[Select[Partition[{#, PrimeNu[#]}&/@Range[250000], 3, 1], #[[1, 2]]==#[[2, 2]]==#[[3, 2]]&], 1]][[1]], {1, -1, 3}] (* Harvey P. Dale, Dec 09 2011 *)
Flatten[Position[Partition[PrimeNu[Range[250]], 3, 1], _?(#[[1]]==#[[2]]== #[[3]]&), {1}, Heads->False]] (* Harvey P. Dale, Oct 30 2013 *)
CROSSREFS
Sequence in context: A172976 A171655 A293683 * A052402 A300041 A222939
KEYWORD
nonn
AUTHOR
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)