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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087933 Numbers n such that there are a prime number of primes less than 2^n. 0
2, 11, 31, 97, 12251, 564163 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The next entry is greater than 2^44 as 2^45 exceeds The Nth Prime Page.

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: A121346 A106847 A092761 * A190259 A190261 A000755

Adjacent sequences:  A087930 A087931 A087932 * A087934 A087935 A087936

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 16 04:18 EST 2012. Contains 205860 sequences.