login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071870 Numbers n such that Lpf(n) > Lpf(n+1) > Lpf(n+2) where Lpf(x) denotes the largest prime factor of x. 12
13, 14, 34, 37, 38, 43, 61, 62, 73, 79, 86, 94, 103, 118, 122, 123, 142, 151, 152, 157, 158, 163, 173, 185, 193, 194, 202, 206, 214, 218, 223, 229, 241, 254, 257, 258, 271, 277, 278, 283, 284, 295, 298, 302, 313, 317, 318, 321, 322, 326, 331, 334, 341, 373 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Erdos conjectured that this sequence is infinite.

REFERENCES

Erdos P. and Pomerance C., "On the largest prime factors of n and n+1", Aequationes Math. vol. 17, 1978, p. 311-321

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

PROG

(PARI) for(n=2, 500, if(sign(component(component(factor(n), 1), omega(n))-component(component(factor(n+1), 1), omega(n+1)))+sign(component(component(factor(n+1), 1), omega(n+1))-component(component(factor(n+2), 1), omega(n+2)))==2, print1(n, ", ")))

CROSSREFS

Cf. A006530, A070087.

Cf. A071869, A082417-A082422

Sequence in context: A041338 A042411 A167996 * A041350 A041348 A041346

Adjacent sequences:  A071867 A071868 A071869 * A071871 A071872 A071873

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 09 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 09:56 EST 2012. Contains 205904 sequences.