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!)
A114331 Observe that A052248(n) = greatest prime divisor q (say) of all composite numbers between p = prime(n) and next prime. There is only one composite number in this range which is divisible by q. Sequence lists these composite numbers. 3
4, 6, 10, 12, 14, 18, 22, 26, 30, 34, 38, 42, 46, 51, 58, 60, 62, 69, 72, 74, 82, 86, 94, 99, 102, 106, 108, 111, 122, 129, 134, 138, 146, 150, 155, 158, 166, 172, 178, 180, 183, 192, 194, 198, 206, 218, 226, 228, 232, 237, 240, 249, 254, 262, 267, 270 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
The uniqueness follows from generalization of Bertrand's Postulate. - Franklin T. Adams-Watters.
LINKS
Eric Weisstein's World of Mathematics, Bertrand's Postulate
MAPLE
p:= 3: R:= NULL:
for i from 2 to 100 do
pp:= p; p:= nextprime(p);
rmax:= 0:
for q from pp+1 to p-1 do
r:= max(numtheory:-factorset(q));
if r > rmax then rmax:= r; qmax:= q fi
od;
R:= R, qmax
od:
R; # Robert Israel, Apr 01 2021
CROSSREFS
Sequence in context: A199536 A284883 A134333 * A102070 A026402 A036438
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, based on correspondence from Leroy Quet and Hugo Pfoertner, Feb 22 2006
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 16 14:17 EDT 2024. Contains 371740 sequences. (Running on oeis4.)