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!)
A113911 Prime numbers not appearing in the nextprime(x^2) sequence A007491. 0
3, 7, 13, 19, 23, 31, 41, 43, 47, 59, 61, 71, 73, 79, 89, 97, 103, 107, 109, 113, 131, 137, 139, 151, 157, 163, 167, 179, 181, 191, 193, 199, 211, 223, 229, 233, 239, 241, 251, 263, 269, 271, 277, 281, 283, 307, 311, 313, 317, 337, 347, 349, 353, 359, 373, 379 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ n log n. - Charles R Greathouse IV, Apr 09 2013
MATHEMATICA
Complement[ Prime@Range@75, Prime[ PrimePi[ Range@19^2] + 1]] (* Robert G. Wilson v *)
PROG
(PARI) is(n)=isprime(n)&&n>nextprime(sqrtint(n)^2) \\ Charles R Greathouse IV, Apr 09 2013
CROSSREFS
Sequence in context: A133387 A105399 A133261 * A365241 A051635 A136009
KEYWORD
nonn,easy
AUTHOR
Jorge Coveiro, Jan 29 2006
EXTENSIONS
More terms from Robert G. Wilson v, Jan 30 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 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)