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!)
A175613 Number of semiprimes <= 2^prime(n). 0
1, 2, 10, 42, 589, 2186, 30253, 113307, 1608668, 88157689, 336717854, 19015826478, 282528883551, 1091574618496, 16360940729894 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A072000(A034785(n)) = A125527(A000040(n)). [R. J. Mathar, Dec 10 2010]
EXAMPLE
a(2)=2 because first 2 semiprimes are 4, 6 both <2^prime(2)=8.
MATHEMATICA
(* First run program given in A072000 to define the SemiPrimePi function *) Table[SemiPrimePi[2^Prime[n]], {n, 10}](* Alonso del Arte, Dec 10 2010 *)
PROG
(PARI) a(n)=my(N=2^prime(n), s, i); forprime(p=2, sqrtint(N), s+=primepi(N\p); i++); s - i * (i-1)/2 \\ Charles R Greathouse IV, Apr 25 2016
CROSSREFS
Cf. A001358, A007053, a proper subset of A125527.
Sequence in context: A119694 A286760 A197048 * A296001 A121949 A005144
KEYWORD
nonn,less
AUTHOR
EXTENSIONS
a(14) & a(15) from Robert G. Wilson v, Oct 19 2011.
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 17 21:16 EDT 2024. Contains 371767 sequences. (Running on oeis4.)