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!)
A305033 Numbers m such that m + k# is a prime, where k = floor(sqrt(m)) and k# is the primorial A034386(k). 0
1, 2, 5, 11, 13, 17, 23, 29, 31, 37, 41, 43, 53, 59, 61, 67, 71, 73, 83, 97, 101, 103, 107, 127, 131, 137, 149, 157, 163, 167, 173, 181, 193, 211, 223, 229, 239, 241, 263, 277, 283, 293, 307, 313, 317, 337, 373, 383, 389, 409, 421, 449, 457, 463, 479, 523, 541 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Since every composite number m is divisible by a prime p <= sqrt(m), the sequence contains only noncomposite numbers.
LINKS
PROG
(PARI) v=0; for(n=1, 541, pp=primepi(sqrtint(n)); if(pp>v, v=pp); if(isprime(n+factorback(primes(v))), print1(n, ", ")));
CROSSREFS
Cf. A034386.
Sequence in context: A218582 A118753 A337649 * A066149 A215423 A019387
KEYWORD
nonn
AUTHOR
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 25 06:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)