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.

A185005 Ramanujan primes R_(3,2)(n): a(n) is the smallest number such that if x >= a(n), then pi_(3,2)(x) - pi_(3,2)(x/2) >= n, where pi_(3,2)(x) is the number of primes==2 (mod 3) <= x.

Original entry on oeis.org

11, 23, 47, 59, 83, 107, 131, 167, 227, 233, 239, 251, 263, 281, 347, 383, 401, 419, 431, 443, 479, 563, 587, 593, 641, 647, 653, 659, 719, 743, 809, 821, 839, 863, 941, 947, 971, 1019, 1049, 1061, 1091, 1151, 1187, 1217, 1223, 1259, 1283
Offset: 1

Views

Author

Keywords

Comments

All terms are primes==2 (mod 3).
For the definition of generalized Ramanujan numbers, see Section 6 of the Shevelev, Greathouse, & Moses link.
We conjecture that for all n >= 1, a(n) <= A104272(3*n). This conjecture is based on observation that, if interval (x/2, x] contains >= 3*n primes, then at least n of them are of the form 3*k+2.

Crossrefs

Programs

  • Mathematica
    Table[1 + NestWhile[#1 - 1 &, A104272[[3 k]], Count[Mod[Select[Range@@{Floor[#1/2 + 1], #1}, PrimeQ], 3], 2] >= k &], {k, 1, 10}]

Formula

lim(a(n)/prime(4*n)) = 1 as n tends to infinity.