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.

A059932 Prime groupings.

Original entry on oeis.org

23, 5711, 1317192329, 31374143475359, 6167717379838997101103107, 109113127131137139149151157163167173179, 181191193197199211223227229233239241251257263269271
Offset: 0

Views

Author

Jason Earls, Mar 01 2001

Keywords

Comments

a(n) is formed by concatenating the next prime(n) primes.

Formula

The n-th term of the sequence is determined by grouping the prime numbers according to the natural order of primes themselves, e.g. the first prime is 2 so group the first two primes 2 and 3. Second prime is 3 so group the next 3 primes 5, 7 and 11, etc.