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!)
A046883 Automorphic primes: primes p such that p is k-th prime and p ends in k. 10
17, 99551, 4303027, 6440999, 14968819, 95517973, 527737957, 1893230839, 1246492090901, 12426836115943, 21732382677641, 154895576080181, 2677628540590583, 133475456543097857, 820396537622790811 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(13) > 10^15. - Donovan Johnson, Mar 26 2010
LINKS
EXAMPLE
p(7)=17, p(9551)=99551, p(303027)=4303027, p(440999)=6440999, p(968819)=14968819, p(5517973)=95517973.
MATHEMATICA
Do[ If[ Mod[ Prime[n], 10^Ceiling[ Log[10, n]]] == n, Print[Prime[n]]], {n, 1, 100000000, 2}] (* Robert G. Wilson v, May 21 2004 *) (* fixed by Ivan N. Ianakiev, Apr 15 2022 *)
fQ[n_]:=StringPosition[ToString[Prime[n]], ToString[n]][[1, 2]]==
IntegerLength[Prime[n]]; Prime[Select[Range[1, 5517973, 2], fQ]]//Quiet (* Ivan N. Ianakiev, Apr 15 2022 *)
CROSSREFS
Sequence in context: A075902 A013760 A078351 * A046884 A269442 A203677
KEYWORD
base,nice,nonn
AUTHOR
EXTENSIONS
One more term from Zak Seidov, Sep 27 2002
Corrected by Lior Manor, Oct 14 2002
a(7)-a(8) from Robert G. Wilson v, May 21 2004
a(9)-a(12) from Donovan Johnson, Mar 26 2010
a(13)-a(14) from Chai Wah Wu, Apr 05 2021
a(15) from Chai Wah Wu, Apr 07 2021
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)