|
Search: id:A120033
|
|
|
| A120033 |
|
Number of semiprimes 2ap such that 2^n < 2ap <= 2^(n+1). |
|
+0 13
|
|
| 0, 1, 1, 4, 4, 12, 20, 40, 75, 147, 285, 535, 1062, 2006, 3918, 7548, 14595, 28293, 54761, 106452, 206421, 401522, 780966, 1520543, 2962226, 5777162, 11272279, 22009839, 43006972, 84077384, 164482781, 321944211, 630487562, 1235382703
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
COMMENT
|
The partial sum equals the number of Pi_2(2^n).
|
|
EXAMPLE
|
(2^2, 2^3] there is one semiprime, namely 6. 4 was counted in the previous entry.
|
|
MATHEMATICA
|
SemiPrimePi[n_] := Sum[PrimePi[n/Prime[i]] - i + 1, {i, PrimePi[Sqrt[n]]}]; t = Table[SemiPrimePi[2^n], {n, 0, 35}]; Rest@t - Most@t
|
|
CROSSREFS
|
Cf. A001358, A066265, A036378, A120033, A120034, A120035, A120036, A120037, A120038, A120039, A120040, A120041, A120042, A120043.
Sequence in context: A157617 A053415 A079902 this_sequence A097073 A019085 A106232
Adjacent sequences: A120030 A120031 A120032 this_sequence A120034 A120035 A120036
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Jonathan Vos Post (jvospost3(AT)gmail.com) and Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 20 2006
|
|
|
Search completed in 0.002 seconds
|