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!)
A016528 Continued fraction for log(100). 3
4, 1, 1, 1, 1, 7, 7, 3, 6, 1, 1, 9, 1, 2, 1, 2, 1, 1, 1, 12, 1, 1, 2, 2, 11, 1, 4, 2, 2, 1, 1, 39, 1, 1, 1433, 2, 3, 1, 5, 1, 10, 1, 35, 2, 2, 6, 1, 1, 3, 6, 2, 1, 4, 3, 3, 1, 1, 3, 3, 1, 1, 1, 2, 32, 1, 1, 1, 2, 1, 1, 1, 58, 5, 2, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
4.605170185988091368035982909... = 4 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 25 2009
MATHEMATICA
ContinuedFraction[Log[100], 120] (* Harvey P. Dale, Jul 13 2016 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(100)); for (n=1, 20000, write("b016528.txt", n, " ", x[n])); } \\ Harry J. Smith, May 25 2009
CROSSREFS
Cf. A016723 Decimal expansion. - Harry J. Smith, May 25 2009
Sequence in context: A046591 A361236 A119350 * A368884 A350388 A056623
KEYWORD
nonn,cofr
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 09:42 EDT 2024. Contains 371935 sequences. (Running on oeis4.)