login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A256476 Numbers n for which there are more primes in range [prime(n)*prime(n+1), prime(n+1)^2] than in range [prime(n)^2, prime(n)*prime(n+1)]. 4
2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 15, 16, 18, 19, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 40, 46, 47, 51, 52, 53, 54, 56, 57, 60, 62, 64, 66, 67, 68, 70, 71, 72, 75, 76, 78, 79, 80, 82, 83, 84, 85, 87, 89, 91, 93, 94, 95, 97, 99, 100, 102, 104, 105, 111, 112, 113, 114, 115, 118, 119, 123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Positions where A256470 is strictly positive.
LINKS
MATHEMATICA
Select[Range@125, Count[Range[Prime[#] Prime[# + 1], Prime[# + 1]^2], _?PrimeQ] > Count[Range[Prime[#]^2, Prime[#] Prime[# + 1]], _?PrimeQ] &] (* Michael De Vlieger, Mar 30 2015 *)
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define A256476 (MATCHING-POS 1 1 (lambda (n) (< 0 (A256470 n)))))
CROSSREFS
Complement: A256477.
Setwise difference of A256474 and A256471.
Cf. A256470.
Sequence in context: A254329 A128870 A355620 * A154771 A071249 A084433
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 30 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 30 08:52 EDT 2024. Contains 372131 sequences. (Running on oeis4.)