cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A192231 Numbers k without prime numbers in the range (k-3*sqrt(sqrt(k)), k].

Original entry on oeis.org

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
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jun 26 2011

Keywords

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

Examples

			a(2)=123 because (123-3*sqrt(sqrt(123)), 123]=(123-9,9907.., 123]=(113,0092.., 123].
		

Crossrefs

Subsequence of A192226.

Programs

Extensions

a(2) added by Alonso del Arte, Jun 27 2011

A192227 Number of primes in the range (n - 2*sqrt(sqrt(n)), n].

Original entry on oeis.org

0, 1, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 2, 2, 1, 1, 2, 1, 2, 2, 2, 1, 2, 1, 1, 1, 1, 0, 1, 1, 2, 2, 2, 1, 1, 0, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jun 26 2011

Keywords

Comments

a(n) is probably positive for all n > 191913030. - Charles R Greathouse IV, Jul 01 2011

Crossrefs

Programs

  • Maple
    A192227 := proc(n) local nhi, nlo ; nhi := n ; nlo := floor( n-2*root[4](n)) ; numtheory[pi](nhi)-numtheory[pi](nlo) ; end proc; # R. J. Mathar, Jul 12 2011
  • Mathematica
    Table[PrimePi[n]-PrimePi[n-2*Sqrt[Sqrt[n]]],{n,90}] (* Harvey P. Dale, Feb 24 2018 *)

Formula

Conjecturally, a(n) ~ 2*n^(1/4)/log n. - Charles R Greathouse IV, Jul 01 2011
Showing 1-2 of 2 results.