login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A256471
Numbers n for which there is an equal number of primes in range [prime(n)^2, prime(n)*prime(n+1)] as there are primes in range [prime(n)*prime(n+1), prime(n+1)^2].
8
1, 10, 14, 17, 20, 90, 110, 152, 176, 185, 193, 230, 344, 377, 391, 392, 404, 441, 442, 542, 1066, 1533, 1550, 1632, 1638, 1639, 1810, 2115, 2210, 2302, 2567, 2768, 2921, 3172, 3518, 3615, 3764, 4357, 4577, 4787, 4853, 5060, 5278, 6329
OFFSET
1,2
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define A256471 (ZERO-POS 1 1 A256470))
CROSSREFS
Positions of zeros in A256470.
Cf. A256472, A256473 (the corresponding primes).
Sequence in context: A116610 A289698 A153041 * A250403 A096851 A244033
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 30 2015
STATUS
approved