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!)
A127092 Numbers k such that k^2 divides 11^k - 1. 29
1, 2, 4, 5, 6, 10, 12, 20, 30, 42, 60, 84, 114, 156, 210, 222, 228, 244, 420, 444, 570, 732, 780, 798, 930, 1092, 1110, 1140, 1220, 1554, 1596, 1806, 1860, 2220, 2436, 2964, 3108, 3612, 3660, 3990, 4218, 5124, 5460, 5772, 6510, 7770, 7980, 8268, 8436, 9030 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Subsequence of A068383.
LINKS
MATHEMATICA
Select[Range[15000], IntegerQ[(PowerMod[11, #, #^2 ]-1)/#^2 ]&]
Join[{1}, Select[Range[9100], PowerMod[11, #, #^2]==1&]] (* Harvey P. Dale, Dec 30 2018 *)
PROG
(PARI) for(k=1, 1e4, if(Mod(11, k^2)^k==1, print1(k", "))) \\ Seiichi Manyama, Mar 25 2020
CROSSREFS
Column k=11 of A333500.
Sequence in context: A162534 A233193 A177911 * A128171 A233768 A240748
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Jan 05 2007
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 July 14 18:01 EDT 2024. Contains 374322 sequences. (Running on oeis4.)