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.

A351070 Number of integers less than the (n+1)-th primorial such that the maximal exponent in their prime factorization is not less than the maximal digit in their primorial base expansion.

Original entry on oeis.org

3, 9, 38, 160, 793, 4380, 28471, 213395
Offset: 1

Views

Author

Antti Karttunen, Feb 02 2022

Keywords

Comments

a(n) is the number of terms of A351038 smaller than A002110(1+n).

Crossrefs

Formula

a(n) = Sum_{k=1..A002110(1+n)-1} [A328114(k) <= A051903(k)], where [ ] is the Iverson bracket.
For all n, a(n) > A351068(n).