login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A014951
Positive integers k such that k divides 12^k - 1.
13
1, 11, 121, 253, 1331, 2783, 5819, 11891, 14641, 30613, 64009, 130801, 133837, 161051, 273493, 336743, 558877, 704099, 768361, 849299, 1438811, 1472207, 1771561, 3008423, 3078251, 3544453, 3704173, 6147647, 6290339, 7745089
OFFSET
1,2
COMMENTS
Also, the integers k such that k divides s(k), where s(1)=1 and s(j) = s(j-1) + j*12^(j-1).
From Alexander Adamchuk, May 16 2010: (Start)
11 divides a(n) for n > 1.
All powers of 11 are terms.
Prime divisors of a(n) in order of appearance: {11, 23, 47, 3037, 7019, 2663, 5171, 47917, 12973, ...}. (End)
LINKS
MATHEMATICA
Join[{1}, Select[Range[775*10^4], PowerMod[12, #, #]==1&]] (* Harvey P. Dale, Jun 08 2022 *)
CROSSREFS
Cf. A015961.
Sequence in context: A045595 A228440 A015958 * A223223 A240942 A216131
KEYWORD
nonn
EXTENSIONS
a(11)-a(30) from Alexander Adamchuk, May 16 2010
Edited by Max Alekseyev, May 20 2011
STATUS
approved