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!)
A082419 Numbers n such that P(n+2) < P(n) < P(n+1), where P(n) = largest prime factor of n (A006530). 2
6, 10, 22, 25, 28, 30, 33, 46, 52, 58, 68, 70, 78, 82, 88, 93, 98, 102, 106, 110, 115, 126, 130, 133, 138, 141, 145, 148, 160, 166, 172, 178, 187, 190, 198, 201, 205, 208, 213, 222, 226, 232, 236, 238, 248, 253, 262, 268, 273, 286, 292, 304, 306, 310, 316, 328, 346, 348 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
Antal Balog, On the largest prime factor of consecutive integers, Abstracts Amer. Math. Soc., 25 (No. 2, 2002), p. 337, #975-11-76.
LINKS
P. Erdős and C. Pomerance, On the largest prime factors of n and n+1, Aequationes Math. 17 (1978), p. 311-321. [alternate link]
MATHEMATICA
pflist=Select[Partition[Table[{n, lpf[n]}, {n, 400}], 3, 1], #[[3, -1]]< #[[1, -1]]< #[[2, -1]]&]; Table[pflist[[n, 1, 1]], {n, Length[pflist]}] (* Harvey P. Dale, Oct 25 2011 *)
CROSSREFS
Sequence in context: A287993 A220035 A083285 * A102783 A369656 A365064
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 25 2003
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 24 07:06 EDT 2024. Contains 371920 sequences. (Running on oeis4.)