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.

A324157 Number of terms in the n-th row of the triangle A324156.

Original entry on oeis.org

3, 36, 109, 5
Offset: 2

Views

Author

Hieronymus Fischer, Jun 22 2019

Keywords

Comments

The offset is 2 for compatibility with the definition of A324156.

Examples

			a(2) = 3 since there are 3 numbers m such that number of prime numbers <= m is equal to the number of base-2 zerofree numbers <= m: these are 2, 3, 4 (= row #2 of A324156).
		

Crossrefs

Formula

a(n) <= A324155(n) - A324154(n) + 1, equality holds for n = 2 and n = 5 (and possibly for further terms).