OFFSET
1,1
COMMENTS
In other words, the n-th prime appears in A262356 at position a(n). - N. J. A. Sloane, Sep 29 2015
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..1000
PROG
(Haskell)
a262371 n = a262371_list !! (n-1)
a262371_list = filter ((== 1) . a010051' . a262356) [1..]
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 20 2015
STATUS
approved