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”).

A127104
Numbers k such that k^2 divides 4^k-1.
28
1, 3, 21, 903, 2667, 7077, 113799, 114681, 304311, 389193, 898779, 932799, 4893357, 6099429, 8131683, 8776257, 14452473, 38350263, 38647497, 40647747, 49427511, 99583113, 118465473, 128794323, 131158041, 152643813, 262275447, 300510651, 314353263, 335873559, 349662369
OFFSET
1,2
COMMENTS
From Alexander Adamchuk, Jan 11 2007: (Start)
3 divides a(n) for n > 1.
7 divides a(n) for n > 2.
43 divides a(n) for n = {4, 8, 9, 10, 12, 13, 16, ...}.
127 divides a(n) for n = {5, 8, 11, 14, 15, 17, ...}.
Prime factors of a(n) in order of their appearance in {a(n)} are {3, 7, 43, 127, 337, 5419, 431, 1033, 5419, 2287, 3049, 9719, ...}. (End)
LINKS
MATHEMATICA
Select[Range[30000], IntegerQ[(PowerMod[4, #, #^2 ]-1)/#^2 ]&]
PROG
(PARI) is(k) = Mod(4, k^2)^k == 1; \\ Amiram Eldar, May 25 2024
CROSSREFS
Subset of A014945 (numbers k such that k divides 4^nk-1).
Sequence in context: A057600 A162924 A079269 * A176430 A340505 A327037
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Jan 05 2007
EXTENSIONS
More terms from Ryan Propper and Alexander Adamchuk, Jan 05 2007
a(27)-a(31) from Amiram Eldar, May 25 2024
STATUS
approved