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!)
A045932 Numbers n such that n through n+3 are divisible by the same number of distinct primes. 12

%I #20 Oct 26 2019 03:08:45

%S 2,33,54,55,74,85,91,92,93,115,116,133,141,142,143,144,145,158,159,

%T 175,200,205,206,212,213,214,215,216,247,295,296,301,302,323,324,325,

%U 326,332,391,392,422,445,451,535,536,542,565,632,685,686,721,722,799,800

%N Numbers n such that n through n+3 are divisible by the same number of distinct primes.

%H Amiram Eldar, <a href="/A045932/b045932.txt">Table of n, a(n) for n = 1..10000</a>

%t Transpose[Select[Partition[Range[900],4,1],Length[Union[PrimeNu[#]]] == 1&]][[1]] (* _Harvey P. Dale_, Apr 12 2013 *)

%Y Cf. A001221, A006049, A006073, A045933-A045938.

%K nonn

%O 1,1

%A _David W. Wilson_

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 August 30 02:56 EDT 2024. Contains 375521 sequences. (Running on oeis4.)