login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121935 Decimal expansion of 1/log(3). 0
9, 1, 0, 2, 3, 9, 2, 2, 6, 6, 2, 6, 8, 3, 7, 3, 9, 3, 6, 1, 4, 2, 4, 0, 1, 6, 5, 7, 3, 6, 1, 0, 7, 0, 0, 0, 6, 1, 2, 6, 3, 6, 0, 5, 7, 2, 5, 5, 2, 1, 1, 7, 4, 4, 7, 2, 6, 3, 0, 2, 0, 6, 3, 2, 9, 5, 2, 8, 1, 0, 8, 3, 1, 9, 3, 7, 9, 3, 7, 4, 6, 6, 4, 7, 2, 7, 1, 7, 8, 0, 8, 3, 8, 0, 8, 7, 1, 4, 8, 2, 8, 9, 7, 0, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET

0,1

LINKS

Table of n, a(n) for n=0..104.

FORMULA

1/log(3)

EXAMPLE

0.9102392266268373936142401657361...

MATHEMATICA

RealDigits[1/Log[3], 10, 105][[1]] (* Alonso del Arte, Dec 01 2012 *)

PROG

(PARI) {d=105; default(realprecision, d+1); print(k=1/log(3)); k=10*k; for(c=0, d, z=floor(k); print1(z, ", "); k=10*(k-z))} \\ Klaus Brockhaus, Sep 06 2006

CROSSREFS

Sequence in context: A166734 A155783 A175764 * A070060 A176980 A102209

Adjacent sequences:  A121932 A121933 A121934 * A121936 A121937 A121938

KEYWORD

nonn,cons

AUTHOR

Joost de Winter, Sep 03 2006

EXTENSIONS

More terms from Klaus Brockhaus, Sep 06 2006

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 24 22:42 EDT 2013. Contains 225631 sequences.