The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A242605 Start of a triple of consecutive squarefree numbers which are all semiprimes. 6

%I #24 Jan 19 2019 04:15:43

%S 33,55,85,91,93,115,118,119,141,142,143,158,201,202,203,205,213,214,

%T 215,217,218,295,298,299,301,302,323,326,391,393,411,413,445,451,511,

%U 514,535,542,551,622,633,685,694,695,697,745,763,778,791,799,815,842,843,865,898,921,922

%N Start of a triple of consecutive squarefree numbers which are all semiprimes.

%C Sequence A039833 is a subsequence.

%H Harvey P. Dale, <a href="/A242605/b242605.txt">Table of n, a(n) for n = 1..1000</a>

%H Daniel C. Mayer, <a href="http://www.linkedin.com/groupItem?view=&amp;gid=4510047&amp;item=5873010790079934468&amp;type=member">Define an "m-triple" to consist of three consecutive squarefree positive integers, each with exactly m prime divisors</a>, Number Theory group on LinkedIn.com

%e 33 is in the sequence because 33, 34, 35 are all squarefree semiprimes.

%e 55 is in the sequence because 55, 57, 58 (we ignore 56 because it's not squarefree) are all squarefree semiprimes.

%t Transpose[Select[Partition[Select[Range[1000],SquareFreeQ],3,1], Union[ PrimeOmega[ #]] =={2}&]][[1]] (* _Harvey P. Dale_, Feb 07 2016 *)

%o (PARI) is_A242605(n,c=2)==issquarefree(n)&&omega(n)==2&&(!c||until(issquarefree(n++),)||is_A242605(n,c-1))

%o (PARI) (back(n,c=1)=until(issquarefree(n--)&&c--,);n); for(n=1,999,issquarefree(n)||next;dk==4&&dk==dm&&numdiv(n)==dm&&print1(back(n)",");dk=dm;dm=numdiv(n))

%Y Cf. A242606 (m=3), A242607 (m=4), A242608 (m=5), A242621 (first terms for positive m).

%K nonn

%O 1,1

%A _M. F. Hasler_, May 18 2014

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 June 17 11:15 EDT 2024. Contains 373445 sequences. (Running on oeis4.)