|
|
A033983
|
|
Integers n such that 2^n == 15 (mod n).
|
|
12
|
|
|
|
OFFSET
|
1,2
|
|
COMMENTS
|
No other terms below 10^14.
|
|
LINKS
|
Table of n, a(n) for n=1..10.
Joe K. Crump, 2^n mod n
OEIS Wiki, 2^n mod n
|
|
MATHEMATICA
|
m = 15; Join[Select[Range[m], Divisible[2^# - m, #] &],
Select[Range[m + 1, 10^3], PowerMod[2, #, #] == m &]] (* Robert Price, Oct 08 2018 *)
|
|
CROSSREFS
|
Cf. A125000, A124974, A033982, A033981, A050259, A124977, A124965, A015911, A015910.
Cf. A015910, A015911, A033981, A050259, A124965, A124974, A124977, A015910, A015911, A033982, A125000.
Sequence in context: A012143 A173403 A220560 * A055412 A196911 A197078
Adjacent sequences: A033980 A033981 A033982 * A033984 A033985 A033986
|
|
KEYWORD
|
nonn,more
|
|
AUTHOR
|
Joe K. Crump (joecr(AT)carolina.rr.com)
|
|
EXTENSIONS
|
One more term from Joe K. Crump (joecr(AT)carolina.rr.com), Jun 20 2000
Edited by N. J. A. Sloane, Jul 03 2008 at the suggestion of R. J. Mathar
Terms 1, 13 prepended by Max Alekseyev, May 18 2011
a(10) from Max Alekseyev, Dec 15 2013
|
|
STATUS
|
approved
|
|
|
|