login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087865 Numbers n such that there are a prime number of primes less than 3^n. 0
2, 53, 16097, 120739, 334349 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Select[ Table[ PrimePi[ 3^n], {n, 0, 30}], PrimeQ@# &] [From Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 25 2010]

PROG

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

CROSSREFS

Sequence in context: A119777 A176943 A176946 * A083471 A078691 A113028

Adjacent sequences:  A087862 A087863 A087864 * A087866 A087867 A087868

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Oct 27 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 20:38 EST 2012. Contains 205663 sequences.