OFFSET
1,1
COMMENTS
Erdos conjectured that this sequence has asymptotic density 1/2.
REFERENCES
H. L. Montgomery, Ten Lectures on the Interface Between Analytic Number Theory and Harmonic Analysis, Amer. Math. Soc., 1996, p. 210.
LINKS
T. D. Noe, Table of n, a(n) for n=1..1000
MATHEMATICA
f[n_] := FactorInteger[n][[ -1, 1]]; Select[ Range[125], f[ # ] > f[ # + 1] &]
With[{lpfn=Table[FactorInteger[n][[-1, 1]], {n, 200}]}, Flatten[ Position[ Partition[ lpfn, 2, 1], _?(#[[1]]>#[[2]]&), {1}, Heads->False]]] (* Harvey P. Dale, Sep 14 2014 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 13 2002
STATUS
approved