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.

A220273 a(n) is the smallest number, such that for all N >= a(n) there are at least n primes between 5*N and 6*N.

Original entry on oeis.org

2, 7, 17, 24, 25, 38, 41, 58, 59, 64, 65, 73, 95, 97, 103, 106, 107, 108, 138, 143, 143, 157, 169, 169, 174, 179, 182, 214, 227, 238, 239, 242, 248, 267, 267, 268, 269, 269, 329, 330, 333, 336, 343, 348, 353, 368, 379, 379, 383, 389, 392, 432, 437, 437, 444
Offset: 1

Views

Author

Keywords

Crossrefs

Formula

a(n) <= ceiling(R_(6/5)(n)/6), where R_v(n) (v>1) are generalized Ramanujan numbers (see Shevelev's link). In particular, for n >= 1, {R_(6/5)(n)}={29, 59, 137, 139, 149, 223, 241, 347, 353, 383, 389, 563, 569, 593, ...}. Moreover, if R_(6/5)(n) == 1 (mod 6), then a(n) = ceiling(R_(6/5)(n)/6).