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!)
A087865 Prime numbers of the form primepi(3^m), for some integer m. 1

%I #28 Feb 28 2024 05:44:54

%S 2,53,16097,120739,334349,18703411700669

%N Prime numbers of the form primepi(3^m), for some integer m.

%C These are the prime terms in A055729.

%t Select[ Table[ PrimePi[ 3^n], {n, 0, 49}], PrimeQ@# &] (* _Robert G. Wilson v_, Feb 25 2010 *)

%o (PARI) primeslessxn2(n, p) = /*primes < p^n if prime */ { sr=0; for(x=0, n, y=primepi(p^x); if(y<>0, sr+=1.0/y); if(isprime(y), print1(y", ")); ); print(); print(sr) }

%Y Cf. A055729 (number of primes <= 3^n).

%K nonn,more,hard

%O 1,1

%A _Cino Hilliard_, Oct 27 2003

%E a(6) added by _David Baugh_, Mar 17 2015

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 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)