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!)
A095011 Number of 8k+5 primes (A007521) in range ]2^n,2^(n+1)]. 4
0, 1, 1, 1, 3, 2, 6, 11, 20, 35, 63, 118, 216, 407, 759, 1424, 2686, 5094, 9652, 18472, 35068, 67068, 128421, 246403, 473647, 911479, 1757076, 3390256, 6552075, 12675294, 24545280, 47583568, 92332958 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
MATHEMATICA
Module[{nn = 21, s}, s = Select[8 Range[0, 2^nn] + 5, PrimeQ]; Table[Count[s, _?(2^n < # < 2^(n + 1) &)], {n, nn}]] (* Michael De Vlieger, Jul 23 2017 *)
CROSSREFS
a(n) = A095014(n)-A095010(n). Cf. A091128.
Sequence in context: A109876 A108284 A340733 * A274975 A188621 A175182
KEYWORD
nonn
AUTHOR
Antti Karttunen and Labos Elemer, Jun 01 2004
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 May 4 20:57 EDT 2024. Contains 372257 sequences. (Running on oeis4.)