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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A159672 Continued fraction expansion of A038458. 1
0, 1, 1, 3, 4, 2, 13, 2, 3, 4, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 3, 1, 90, 4, 52, 5, 1, 3, 1, 1, 2, 1, 12, 2, 1, 1, 2, 2, 2, 1, 1, 3, 10, 75, 15, 1, 2, 2, 3, 1, 1, 2, 1, 1, 1, 9, 4, 9, 1, 1, 1, 3, 3, 1, 1, 1, 2, 1, 1, 1, 3, 3, 1, 3, 4, 2, 4, 7, 1, 78, 1, 1, 1, 1, 1, 44, 1, 2, 1, 9, 37, 1, 2, 1, 10, 8, 1, 14 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

COMMENTS

Sometimes called the Smarandache constant.

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,20000

EXAMPLE

0.5671481302020177146468468755...= 0 + 1/(1 + 1/(1 + 1/(3 + 1/(4 + ...))))

PROG

(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(solve(x=.5, .6, 127^x-113^x-1)); for (n=0, 20000, write("b159672.txt", n, " ", x[n+1])); }

CROSSREFS

Sequence in context: A145421 A019474 A072565 * A059114 A166074 A072681

Adjacent sequences:  A159669 A159670 A159671 * A159673 A159674 A159675

KEYWORD

nonn

AUTHOR

Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 19 2009

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 February 14 11:36 EST 2012. Contains 205623 sequences.