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!)
A016511 Continued fraction for log(83). 2
4, 2, 2, 1, 1, 2, 1, 1, 1, 1, 3, 74, 1, 1, 37, 1, 2, 1, 2, 4, 12, 119, 1, 65, 1, 9, 1, 5, 6, 2, 2, 37, 1, 1, 3, 2, 4, 2, 2, 2, 4, 3, 2, 4, 4, 2, 4, 4, 1, 1, 2, 9, 3, 8, 1, 122, 8, 2, 2, 3, 1, 1, 26, 3, 3, 3, 2, 3, 1, 9, 1, 166, 2, 2, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.418840607796597923475472223... = 4 + 1/(2 + 1/(2 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 24 2009
MATHEMATICA
ContinuedFraction[Log[83], 100] (* Harvey P. Dale, Jun 10 2023 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(83)); for (n=1, 20000, write("b016511.txt", n, " ", x[n])); } \\ Harry J. Smith, May 24 2009
CROSSREFS
Cf. A016706 Decimal expansion. - Harry J. Smith, May 24 2009
Sequence in context: A004551 A284398 A285001 * A250623 A123402 A205032
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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)