login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A056085
Numbers k such that k^10 == 1 (mod 11^3).
8
1, 124, 161, 596, 632, 699, 735, 1170, 1207, 1330, 1332, 1455, 1492, 1927, 1963, 2030, 2066, 2501, 2538, 2661, 2663, 2786, 2823, 3258, 3294, 3361, 3397, 3832, 3869, 3992, 3994, 4117, 4154, 4589, 4625, 4692, 4728, 5163, 5200, 5323, 5325, 5448, 5485
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,2
LINKS
Amiram Eldar,
Table of n, a(n) for n = 1..10000
MATHEMATICA
x=11; Select[ Range[ 10000 ], PowerMod[ #, x-1, x^3 ]==1& ]
CROSSREFS
Cf.
A056082
,
A056083
,
A056084
,
A056086
,
A056087
,
A056088
,
A056089
.
Sequence in context:
A031203
A107221
A300325
*
A129010
A196582
A133606
Adjacent sequences:
A056082
A056083
A056084
*
A056086
A056087
A056088
KEYWORD
nonn
AUTHOR
Robert G. Wilson v
, Jun 08 2000
STATUS
approved