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!)
A095012 Number of 8k+7 primes (A007522) in range ]2^n,2^(n+1)]. 4
0, 1, 0, 2, 1, 4, 6, 12, 17, 36, 62, 118, 222, 395, 773, 1412, 2699, 5100, 9690, 18384, 35074, 67076, 128446, 246483, 473737, 911126, 1757021, 3390639, 6551367, 12675525, 24545392, 47584301, 92330675, 179318608, 348546687, 678022783, 1319953810, 2571408262 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A095013(n) - A095009(n).
MATHEMATICA
Module[{nn = 21, s}, s = Select[8 Range[0, 2^nn] + 7, PrimeQ]; Table[Count[s, _?(2^n < # < 2^(n + 1) &)], {n, nn}]] (* Michael De Vlieger, Jul 23 2017 *)
CROSSREFS
Sequence in context: A285637 A205845 A034424 * A192781 A253918 A269415
KEYWORD
nonn
AUTHOR
Antti Karttunen and Labos Elemer, Jun 01 2004
EXTENSIONS
a(34)-a(38) from Amiram Eldar, Jun 12 2024
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 August 25 01:19 EDT 2024. Contains 375418 sequences. (Running on oeis4.)