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!)
A185092 Numbers k such that j^j == j^j^j (mod k) for every j. 0
1, 2, 3, 4, 6, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Divisors of 12. For k <= 16, we may compute membership directly (see Mathematica code). For k > 16, we have j = 2 as a counterexample. - Eric M. Schmidt, Aug 03 2014
LINKS
MATHEMATICA
h1[mod_] := Table[PowerMod[i, i, mod], {i, 1, mod + LCM[mod*CarmichaelLambda[mod]]}]; h2[mod_] := Table[PowerMod[i, i^i, mod], {i, 1, mod + LCM[mod*CarmichaelLambda[mod]]}]; Union[Table[If[h1[i] == h2[i], Print[i]; i], {i, 1000}]]
CROSSREFS
Sequence in context: A003099 A061941 A029505 * A218337 A335993 A018309
KEYWORD
nonn,fini,full
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 May 7 14:53 EDT 2024. Contains 372310 sequences. (Running on oeis4.)