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!)
A046884 Doubly automorphic primes: p is k-th prime, ends in k and k is itself prime. 1
17, 99551, 14968819, 95517973 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
p(7)=17 with 7 and 17 both primes. p(9551)=99551 with both 9551 and 99551 primes.
MATHEMATICA
Select[Prime[Prime[Range[6000000]]], PrimePi[#]==Mod[ #, 10^IntegerLength[ PrimePi[#]]]&] (* The program takes a long time to run *) (* Harvey P. Dale, Jul 05 2012 *)
Prime[Select[Range[5517973], PrimeQ[#]&&StringEndsQ[ToString[Prime[#]], ToString[#]]&]] (* Much faster *) (* Ivan N. Ianakiev, Mar 23 2022 *)
CROSSREFS
Cf. A046883.
Sequence in context: A013760 A078351 A046883 * A269442 A203677 A099499
KEYWORD
base,hard,nice,nonn
AUTHOR
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 23 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)