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!)
A016474 Continued fraction for log(46). 2
3, 1, 4, 1, 5, 11, 2, 57, 1, 350, 1, 5, 4, 6, 1, 8, 1, 1, 2, 2, 2, 3, 3, 2, 9, 1, 3, 3, 1, 3, 2, 25, 1, 2, 2, 24, 8, 1, 1, 1, 11, 1, 3, 6, 1, 13, 1, 3, 1, 1, 1, 1, 1, 21, 2, 1, 1, 2, 2, 1, 2, 7, 11, 3, 1, 1, 13, 5, 1, 5, 4, 1, 4, 1, 5, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.828641396489095000223984953... = 3 + 1/(1 + 1/(4 + 1/(1 + 1/(5 + ...)))). - Harry J. Smith, May 21 2009
MATHEMATICA
ContinuedFraction[Log[46], 120] (* Harvey P. Dale, Nov 06 2019 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(46)); for (n=1, 20000, write("b016474.txt", n, " ", x[n])); } \\ Harry J. Smith, May 21 2009
CROSSREFS
Cf. A016669 Decimal expansion. - Harry J. Smith, May 21 2009
Sequence in context: A086183 A014462 A309992 * A332678 A069264 A347459
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)