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
33, 55, 85, 91, 93, 115, 118, 119, 141, 142, 143, 158, 201, 202, 203, 205, 213, 214, 215, 217, 218, 295, 298, 299, 301, 302, 323, 326, 391, 393, 411, 413, 445, 451, 511, 514, 535, 542, 551, 622, 633, 685, 694, 695, 697, 745, 763, 778, 791, 799, 815, 842, 843, 865, 898, 921, 922 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence A039833 is a subsequence.
LINKS
EXAMPLE
33 is in the sequence because 33, 34, 35 are all squarefree semiprimes.
55 is in the sequence because 55, 57, 58 (we ignore 56 because it's not squarefree) are all squarefree semiprimes.
MATHEMATICA
Transpose[Select[Partition[Select[Range[1000], SquareFreeQ], 3, 1], Union[ PrimeOmega[ #]] =={2}&]][[1]] (* Harvey P. Dale, Feb 07 2016 *)
PROG
(PARI) is_A242605(n, c=2)==issquarefree(n)&&omega(n)==2&&(!c||until(issquarefree(n++), )||is_A242605(n, c-1))
(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))
CROSSREFS
Cf. A242606 (m=3), A242607 (m=4), A242608 (m=5), A242621 (first terms for positive m).
Sequence in context: A061864 A075810 A132288 * A351396 A350598 A260872
KEYWORD
nonn
AUTHOR
M. F. Hasler, May 18 2014
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 May 26 21:09 EDT 2024. Contains 372844 sequences. (Running on oeis4.)