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!)
A177192 Primes p such that p^p ends in p and p is not congruent to 1 (mod 10). 0
5, 193, 499, 557, 1249, 1693, 4999, 7057, 31249, 49999, 52057, 54193, 56249, 79193, 281249, 829193, 952057, 4531249, 4999999, 8281249, 8704193, 17077057, 39954193, 54577057, 63281249, 64954193, 904577057, 2154577057, 3092077057, 3958704193 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A proper subset of A052228.
LINKS
Eric Weisstein's World of Mathematics, Automorphic Number.
MATHEMATICA
fQ[n_] := PowerMod[n, n, 10^Floor[Log[10, n] + 1]] == n; p = 2; lst = {}; While[p < 10^12, If[ Mod[p, 10] != 1 && fQ@p, AppendTo[lst, p]; Print@p]; p = NextPrime@p]; lst
CROSSREFS
Sequence in context: A086124 A211505 A198485 * A100760 A240702 A240639
KEYWORD
base,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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)