login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A192231 Numbers n without prime numbers in the range (n-3*sqrt(sqrt(n)), n]. 2
1, 123, 124, 125, 126, 306, 330, 538, 539, 540, 904, 905, 906, 1147, 1148, 1149, 1150, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1689, 1690, 1691, 1692, 1971, 1972, 2200, 2201
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(934) = 20831532 is probably the last term. Any further terms must be greater than 1.5 * 10^18. - Charles R Greathouse IV, Jun 27 2011
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..934
EXAMPLE
a(2)=123 because (123-3*sqrt(sqrt(123)), 123]=(123-9,9907.., 123]=(113,0092.., 123].
MATHEMATICA
Select[Range[2000], PrimePi[# - 3Sqrt[Sqrt[#]]] == PrimePi[#] &] (* Alonso del Arte, Jun 27 2011 *)
PROG
(PARI) isA192231(n)=nextprime(floor(n+1-3*n^.25))>n \\ Charles R Greathouse IV, Jun 27 2011
(PARI) is(n)=for(k=0, sqrtnint(81*n-1, 4), if(isprime(n-k), return(0))); 1 \\ Charles R Greathouse IV, Aug 26 2015
CROSSREFS
Subsequence of A192226.
Sequence in context: A125097 A302211 A308004 * A341992 A077378 A031509
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(2) added by Alonso del Arte, Jun 27 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 01:02 EDT 2024. Contains 376002 sequences. (Running on oeis4.)