55269
domain: N
Appears in sequences
- Numbers k such that the sum of the first k consecutive prime numbers is pandigital (includes all 10 digits at least once).at n=34A228468
- a(n) is the number of primes occurring between A053182(n) and A053183(n) (excluding the endpoints).at n=19A238399
- If n is a power of 2, then a(n) = 1, otherwise we search for the smallest integer m > n, for which there exists an odd number i <= n^3 such that m*i = A048720(n, i), and return that i as the result of a(n). Here A048720 is carryless base-2 multiplication.at n=74A391567