[go: up one dir, main page]

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

A155735
Decimal expansion of log_7(22).
22
1, 5, 8, 8, 4, 8, 1, 5, 9, 2, 9, 7, 5, 3, 6, 5, 9, 3, 8, 3, 7, 4, 9, 3, 3, 9, 4, 5, 6, 5, 6, 9, 1, 9, 8, 2, 8, 4, 5, 0, 5, 9, 7, 0, 5, 6, 0, 5, 9, 6, 3, 1, 2, 5, 5, 6, 6, 5, 8, 9, 9, 5, 9, 2, 5, 8, 7, 6, 9, 7, 0, 8, 4, 6, 0, 1, 0, 2, 9, 4, 3, 5, 5, 5, 2, 5, 4, 7, 8, 2, 5, 8, 4, 6, 8, 9, 3, 9, 7
OFFSET
1,2
EXAMPLE
1.5884815929753659383749339456569198284505970560596312556658...
MATHEMATICA
RealDigits[Log[7, 22], 10, 100][[1]] (* Vincenzo Librandi, Aug 31 2013 *)
PROG
(PARI) default(realprecision, 100); log(22)/log(7) \\ G. C. Greubel, Sep 02 2018
(Magma) SetDefaultRealField(RealField(100)); Log(22)/Log(7); // G. C. Greubel, Sep 02 2018
CROSSREFS
Cf. decimal expansion of log_7(m): A152713 (m=2), A152945 (m=3), A153103 (m=4), A153203 (m=5), A153463 (m=6), A153755 (m=8), A113211 (m=9), A154158 (m=10), A154179 (m=11), A154200 (m=12), A154294 (m=13), A154467 (m=14), A154572 (m=15), A154793 (m=16), A154857 (m=17), A154912 (m=18), A155059 (m=19), A155496 (m=20), A155591 (m=21), this sequence, A155824 (m=23), A155964 (m=24).
Sequence in context: A303816 A342647 A200297 * A153611 A068470 A069997
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved