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!)
A016684 Decimal expansion of log(61). 2
4, 1, 1, 0, 8, 7, 3, 8, 6, 4, 1, 7, 3, 3, 1, 1, 2, 4, 8, 7, 5, 1, 3, 8, 9, 1, 0, 3, 4, 2, 5, 6, 1, 4, 7, 4, 6, 3, 1, 5, 6, 8, 1, 7, 4, 3, 0, 8, 1, 2, 6, 1, 0, 6, 2, 9, 3, 7, 3, 8, 3, 6, 4, 6, 4, 1, 9, 4, 3, 9, 8, 0, 6, 8, 4, 4, 9, 4, 8, 7, 3, 1, 1, 8, 5, 4, 2, 9, 2, 0, 6, 1, 0, 0, 1, 0, 3, 7, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
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.
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
EXAMPLE
4.110873864173311248751389103425614746315681743081261062937383646419439....
MATHEMATICA
First[RealDigits[Log[61], 10, 100]] (* Paolo Xausa, Mar 22 2024 *)
PROG
(PARI) default(realprecision, 20080); x=log(61); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016684.txt", n, " ", d)); \\ Harry J. Smith, May 22 2009
CROSSREFS
Cf. A016489 (continued fraction).
Sequence in context: A057884 A329637 A276834 * A324564 A276974 A122777
KEYWORD
nonn,cons
AUTHOR
STATUS
approved

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 April 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)