OFFSET
1,1
COMMENTS
a(n) is the p-th prime == 1 (mod 6), where p is the n-th prime == 1 (mod 6). - Robert Israel, Nov 22 2024
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
EXAMPLE
a(3) = 181 because A002476(3) = 19 is the third prime == 1 (mod 6), and A002476(19) = 181 is the 19th prime == 1 (mod 6). - Robert Israel, Nov 22 2024
MAPLE
MATHEMATICA
With[{pr=Select[6*Range[2000]+1, PrimeQ]}, Table[pr[[pr[[i]]]], {i, 50}]] (* Harvey P. Dale, Dec 22 2013 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Dec 19 2009
EXTENSIONS
More terms from R. J. Mathar, Jan 25 2010
STATUS
approved