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!)
A178200 Smallest k such that 39^k mod k = n. 1

%I #12 Feb 12 2014 18:19:22

%S 1,2,37,6,5,17,11,1514,31,12,29,70,159,26,85,21,23,94,33,1502,779,30,

%T 253529023201,214,25,28,299,54,2905241561,115,77,298,96172711,48,

%U 13243955,1486,63,106,1841252062709911,41,13343,74,59277,1478,119,82,697,134,69,176,70961,150,481,116,55,1466,3161,84,437,86,511,146,13787,153,90224135,104,6789,1454,140459,132,958471,1303310,87,362,175,482,1369,244,93,98,2501,88,119239,1438,1077,692,2258141,102,9066799,358,99,130,46859,506,121,217,187,124,163067,105,40649

%N Smallest k such that 39^k mod k = n.

%t aa = {}; Do[k = 1; While[PowerMod[39, k, k] != n, k++ ]; Print[{n, k}]; AppendTo[aa, k], {n, 1, 50}]; aa

%Y Cf. A036236, A078457, A119678, A119679, A119714-A119716, A127817-A127821, A128154-A128372, A178194-A178202

%K nonn

%O 0,2

%A _Artur Jasinski_, May 23 2010

%E Terms a(22) onward from _Max Alekseyev_, Feb 04 2012, Apr 13 2012

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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)