Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016696 Decimal expansion of log(73). 2

%I #22 Sep 08 2022 08:44:41

%S 4,2,9,0,4,5,9,4,4,1,1,4,8,3,9,1,1,2,9,0,9,2,1,0,8,8,5,7,4,3,8,5,4,2,

%T 5,7,0,9,0,4,7,5,2,8,4,4,8,7,1,5,9,7,6,6,4,5,9,5,6,9,8,8,5,7,1,6,1,7,

%U 8,9,9,7,5,9,2,0,5,9,7,2,9,3,2,7,6,3,2,9,3,2,2,8,3,4,8,5,8,8,9

%N Decimal expansion of log(73).

%D M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 2.

%H Harry J. Smith, <a href="/A016696/b016696.txt">Table of n, a(n) for n = 1..20000</a>

%H M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].

%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>

%e 4.290459441148391129092108857438542570904752844871597664595698857161789....

%t RealDigits[Log[73], 10, 100][[1]] (* _G. C. Greubel_, Sep 21 2018 *)

%o (PARI) default(realprecision, 20080); x=log(73); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016696.txt", n, " ", d)); \\ _Harry J. Smith_, May 23 2009

%o (Magma) SetDefaultRealField(RealField(100)); Log(73); // _G. C. Greubel_, Sep 21 2018

%Y Cf. A016501 (continued fraction).

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 27 14:37 EDT 2024. Contains 375469 sequences. (Running on oeis4.)