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

A321694
Digits of the 2-adic integer log(-3).
4
0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1
OFFSET
0,1
COMMENTS
Appears to equal A309754 shifted right one place. - R. J. Mathar, Jul 27 2023
FORMULA
a(n) = (A321691(n+1) - A321691(n))/2^n.
EXAMPLE
log(-3) = ...01110001100100010100100101110100011110100.
PROG
(PARI) a(n) = lift(log(-3 + O(2^(n+1))))\2^n;
CROSSREFS
Cf. A321691, A152228 (log(5)).
Sequence in context: A340373 A043545 A094754 * A262684 A373263 A287382
KEYWORD
nonn,base
AUTHOR
Jianing Song, Nov 17 2018
STATUS
approved