The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A104199 Lower bound on a straddle prime pair. 0
3, 5, 7, 7, 7, 11, 13, 13, 13, 17, 19, 19, 19, 23, 23, 23, 23, 23, 29, 31, 31, 31, 31, 31, 37, 37, 37, 41, 43, 43, 43, 47, 47, 47, 47, 47, 53, 53, 53, 53, 53, 59, 61, 61, 61, 61, 61, 67, 67, 67, 71, 73, 73, 73, 73, 73, 79, 79, 79, 83, 83, 83, 83, 83, 89, 89, 89, 89, 89, 89, 89 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,1
COMMENTS
Straddle primes that occur only once on either side of the composite number are lower and upper twin primes respectively.
LINKS
FORMULA
Straddle primes are the nearest primes preceding and following a composite number n.
EXAMPLE
The first straddle prime pair is 3 and 5 which straddle the composite number 4.
PROG
(PARI) strad(n) = { my(y, pp, np); for(x=1, n, y=composite(x); pp=precprime(y); np=nextprime(y); print1(pp", ") ) }
CROSSREFS
Sequence in context: A342622 A211517 A254935 * A103470 A316852 A357274
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Mar 13 2005
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 June 3 19:11 EDT 2024. Contains 373087 sequences. (Running on oeis4.)