|
| |
|
|
A070089
|
|
P(n) < P(n+1) where P(n) (A006530) is the largest prime factor of n.
|
|
9
| |
|
|
1, 2, 4, 6, 8, 9, 10, 12, 16, 18, 20, 21, 22, 24, 25, 27, 28, 30, 32, 33, 36, 40, 42, 45, 46, 48, 50, 52, 54, 56, 57, 58, 60, 64, 66, 68, 70, 72, 75, 77, 78, 81, 82, 84, 85, 88, 90, 91, 92, 93, 96, 98, 100, 102, 105, 106, 108, 110, 112, 114, 115, 117
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
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] &]
|
|
|
CROSSREFS
| Cf. A006530, A070087.
Sequence in context: A176693 A118672 A100417 * A069167 A036627 A191982
Adjacent sequences: A070086 A070087 A070088 * A070090 A070091 A070092
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), May 13 2002
|
| |
|
|