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!)
A178195 Smallest k such that 34^k mod k = n. 1
1, 3, 1154, 31, 5, 29, 7, 39297, 13, 19055, 18, 23, 22, 21, 535, 19, 20, 62537, 1138, 45, 142, 2092793, 42, 19547, 25, 39279, 50, 749, 36, 39055, 1126, 39, 188, 93641, 35, 634815079, 70, 171, 86, 355, 52, 65387, 713, 69, 148, 253, 74 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
First unknown term is a(47), where there are no solutions < 2904290724.
For a catalog of sequences of the kind "smallest k such that m^k mod k = n," see A178194.
LINKS
MATHEMATICA
aa = {}; Do[k = 1; While[PowerMod[34, k, k] != n, k++ ]; Print[k]; AppendTo[aa, k], {n, 0, 50}]; aa
CROSSREFS
Sequence in context: A062612 A096082 A274994 * A199236 A171360 A034315
KEYWORD
nonn
AUTHOR
Artur Jasinski, May 23 2010
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 17 21:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)