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!)
A243979 Indices of Wagstaff primes. 0
2, 5, 14, 124, 399, 4552, 15898, 203095, 37029521, 105973558438, 19140185454656173 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Andrew R. Booker, The Nth Prime Page
C. Caldwell's The Top Twenty, Wagstaff.
Xavier Gourdon and Pascal Sebah, Counting primes
S. S. Wagstaff, Jr., The Cunningham Project.
Wikipedia, Wagstaff prime
FORMULA
a(n) = A000720(A000979(n)).
A000040(a(n)) = A000979(n).
EXAMPLE
For n = 3 the third Wagstaff prime is A000979(3) = 43 and 43 is also the 14th prime number, so a(3) = 14.
PROG
(PARI) default(primelimit, 10^9); forprime(p=3, 31, q=(2^p+1)/3; if(isprime(q), print1(primepi(q)", "))) \\ Jens Kruse Andersen, Jun 22 2014
CROSSREFS
Sequence in context: A214374 A284661 A097595 * A081483 A118478 A179675
KEYWORD
nonn,hard,more
AUTHOR
Omar E. Pol, Jun 18 2014
EXTENSIONS
a(11) from Jens Kruse Andersen, Jun 22 2014
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)