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!)
A127396 Number of 3-almostprimes <= 2^n. 5
0, 0, 1, 2, 7, 13, 30, 60, 125, 256, 513, 1049, 2082, 4214, 8401, 16771, 33427, 66550, 132405, 262865, 522296, 1036033, 2055256, 4075039, 8078110, 16008485, 31720903, 62847087, 124501149, 246638355, 488559079, 967785236, 1917099175, 3797688543 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
Robert G. Wilson v, Table of n, a(n) for n = 1..53
Eric Weisstein's World of Mathematics, Semiprime.
FORMULA
a(n) = A072114(2^n). - R. J. Mathar, Aug 26 2011
MATHEMATICA
ThreeAlmostPrimePi[n_] := Sum[PrimePi[n/(Prime@i*Prime@j)] - j + 1, {i, PrimePi[n^(1/3)]}, {j, i, PrimePi[Sqrt[n/Prime@i]]}]; Table[ ThreeAlmostPrimePi[2^n], {n, 30}]
CROSSREFS
Sequence in context: A297883 A215206 A298215 * A294839 A231478 A320680
KEYWORD
nonn,less
AUTHOR
Robert G. Wilson v, Dec 29 2006
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)