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!)
A242065 Smallest k such that the union of {A242059(i): 1 <= i <= k} and {A242060(i): 1 <= i <= k} includes all primes {5, ..., prime(n)}. 2
2, 3, 4, 8, 8, 17, 17, 17, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 179, 179, 179, 179, 179, 179, 179, 179, 264, 264, 264, 319, 319, 319, 319, 365, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 4372, 4372, 4372, 4372, 4372, 15504, 15504 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
MATHEMATICA
lpf[n_]:=lpf[n]=First[First[FactorInteger[n]]]; (*least prime factor*)
lpf3[n_]:=lpf3[n]=If[#==1, 1, lpf[#]]&[n/3^IntegerExponent[n, 3]];
A242059=Map[lpf3[#-1]&, Select[Range[4, 100000, 2], lpf3[#-1]<lpf3[#-3]&](*A242057*)];
A242060=Map[lpf3[#-3]&, Select[Range[4, 100000, 2], lpf3[#-1]>lpf3[#-3]&](*A242058*)];
pos={}; NestWhile[#+1&, 3, (AppendTo[pos, Min[Position[A242059, Prime[#], 1, 1], Position[A242060, Prime[#], 1, 1]/.{}->0]]; !Last[pos]==0)&];
A242065=Rest[FoldList[Max, -Infinity, Flatten[pos]]] (* Peter J. C. Moses, Aug 14 2014 *)
CROSSREFS
Sequence in context: A336785 A080739 A361665 * A056424 A050324 A211227
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Aug 13 2014
EXTENSIONS
More terms from Peter J. C. Moses, Aug 14 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 15 22:47 EDT 2024. Contains 372549 sequences. (Running on oeis4.)