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

A336843
Period of binary representation of 1/A003961(n): a(n) = A007733(A003961(n)).
2
1, 2, 4, 6, 3, 4, 10, 18, 20, 6, 12, 12, 8, 10, 12, 54, 18, 20, 11, 6, 20, 12, 28, 36, 21, 8, 100, 30, 5, 12, 36, 162, 12, 18, 30, 60, 20, 22, 8, 18, 14, 20, 23, 12, 60, 28, 52, 108, 110, 42, 36, 24, 58, 100, 12, 90, 44, 10, 60, 12, 66, 36, 20, 486, 24, 12, 35, 18, 28, 30, 9, 180, 39, 20, 84, 66, 60, 8, 82, 54, 500
OFFSET
1,2
FORMULA
a(n) = A007733(A003961(n)).
a(n) = A002326(A108228(n)) = A002326(A048673(n)-1).
PROG
(PARI) A336843(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); znorder(Mod(2, factorback(f))); };
CROSSREFS
Permutation of A002326.
Sequence in context: A220336 A021410 A356216 * A061504 A077179 A076179
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 06 2020
STATUS
approved