cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A154857 Decimal expansion of log_7(17).

This page as a plain text file.
%I A154857 #14 Aug 14 2023 10:51:49
%S A154857 1,4,5,5,9,8,3,6,4,1,0,9,0,3,4,7,5,9,5,9,4,2,1,0,9,3,5,8,7,9,4,1,9,4,
%T A154857 6,7,0,6,0,4,7,3,7,1,2,7,5,8,3,1,6,4,4,7,1,8,5,1,7,7,8,5,5,3,6,6,5,4,
%U A154857 6,5,7,6,0,2,3,2,0,4,8,0,6,2,0,4,9,8,9,5,3,8,7,2,2,0,3,7,2,0,1
%N A154857 Decimal expansion of log_7(17).
%H A154857 Vincenzo Librandi, <a href="/A154857/b154857.txt">Table of n, a(n) for n = 1..1000</a>
%H A154857 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%e A154857 1.4559836410903475959421093587941946706047371275831644718517...
%t A154857 RealDigits[Log[7, 17], 10, 100][[1]] (* _Vincenzo Librandi_, Aug 31 2013 *)
%o A154857 (PARI) default(realprecision, 100); log(17)/log(7) \\ _G. C. Greubel_, Sep 02 2018
%o A154857 (Magma) SetDefaultRealField(RealField(100)); Log(17)/Log(7); // _G. C. Greubel_, Sep 02 2018
%Y A154857 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), this sequence, A154912 (m=18), A155059 (m=19), A155496 (m=20), A155591 (m=21), A155735 (m=22), A155824 (m=23), A155964 (m=24).
%K A154857 nonn,cons
%O A154857 1,2
%A A154857 _N. J. A. Sloane_, Oct 30 2009