login
A251965
Indices of primes in A055729(m), where A055729(m) is the number of primes <= 3^m.
0
1, 5, 11, 13, 14, 31
OFFSET
1,2
COMMENTS
A055729 is the sequence primepi(3^n). A087865 are the terms of A055729 that are prime. a(n) is the index of the n-th prime term in A055729.
EXAMPLE
1 is a term since A055729(1) = 2 is prime.
The next prime appearing in A055729 is 53, which occurs at index 5, so a(2)=5.
MATHEMATICA
Select[Range@49, PrimeQ[PrimePi[3^#]]&]
CROSSREFS
Sequence in context: A104215 A287123 A227146 * A093685 A337658 A206548
KEYWORD
nonn,more
AUTHOR
David Baugh, Mar 21 2015
STATUS
approved