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
Seiichi Manyama, Table of n, a(n) for n = 1..100
MATHEMATICA
Join[{1}, Select[Range[775*10^4], PowerMod[12, #, #]==1&]] (* Harvey P. Dale, Jun 08 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(11)-a(30) from Alexander Adamchuk, May 16 2010
Edited by Max Alekseyev, May 20 2011
STATUS
approved