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!)
A068797 Minimum x such that f(x)=n, where f(x)=A068796(x) is the maximum k such that k consecutive integers starting at x have distinct numbers of prime factors (counted with multiplicity). 2
2, 1, 6, 15, 60, 726, 6318, 189375, 755968, 683441871, 33714015615 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The number of prime factors (counted with multiplicity) of n is bigomega(n) = A001222(n).
The known terms, except for the first, agree with A067665. Is that true forever?
LINKS
J.-M. De Koninck, J. B. Friedlander, and F. Luca, On strings of consecutive integers with a distinct number of prime factors, Proc. Amer. Math. Soc., 137 (2009), 1585-1592.
MATHEMATICA
bigomega[n_] := Plus@@Last/@FactorInteger[n]; f[n_] := For[k=1; s={bigomega[n]}, True, k++, If[MemberQ[s, z=bigomega[n+k]], Return[k], AppendTo[s, z]]]; a[n_] := For[x=1, True, x++, If[f[x]==n, Return[x]]]
CROSSREFS
Sequence in context: A282329 A343806 A210654 * A254639 A049951 A025263
KEYWORD
more,nonn
AUTHOR
Dean Hickerson, Mar 05 2002
EXTENSIONS
a(11) from Donovan Johnson, Oct 15 2008
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)