OFFSET
1,1
COMMENTS
Subsequence of A125308, the reflectable primes. - Reinhard Zumkeller, Jul 16 2014
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
C. W. Trigg, "Reflective Primes", J. Rec. Math., 15 (1983), 251-256.
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..10000
Prime Glossary, Reflectable prime
C. W. Trigg, Reflectable primes, J. Recreational Mathematics 15.4 (1983), 253. (Annotated scanned copy)
PROG
(Haskell)
a007628 n = a007628_list !! (n-1)
a007628_list = filter f a125308_list where
f p = a010051' q == 1 && q /= p where q = a004086 p
-- Reinhard Zumkeller, Jul 16 2014
CROSSREFS
KEYWORD
nonn,base,nice,easy
EXTENSIONS
Missing 1811 inserted by Reinhard Zumkeller, Jul 16 2014
STATUS
approved