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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140133 Decimal expansion of the area enclosed in the lens-shaped region of the Laplace Limit. 0
1, 8, 5, 3, 2, 6, 8, 4, 4, 8, 7, 0, 7, 9, 8, 7, 0, 3, 3, 2, 2, 1, 9, 3, 6, 4, 0, 3, 4, 3, 9, 7, 2, 7, 8, 8, 7, 9, 4, 6, 9, 6, 5, 3, 8, 9, 6, 3, 2, 5, 4, 6, 4, 0, 1, 3, 5, 5, 7, 8, 1, 0, 0, 2, 0, 6, 7, 8, 7, 9, 7, 3, 6, 5, 0, 8, 5, 1, 6, 6, 2, 7, 1, 1, 7, 1, 3, 3, 4, 8, 8, 5, 5, 6, 9, 0, 2, 5, 8, 8 (list; constant; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

See Weisstein for complex analysis function.

LINKS

Eric W. Weisstein, Laplace Limit (value given is incorrect)

EXAMPLE

Roughly 1.85298.

PROG

(Sage)

def A140133_cons(dps=200):

    from mpmath import mp, sqrt, tanh, coth, csch, findroot, quad

    mp.dps = 2*dps # safety

    def f(x): return 1/2*sqrt(x - tanh(x))*(x*csch(x)^2 + 2*x - coth(x))/sqrt(-x + coth(x))

    xmax = findroot(lambda x: coth(x)-x, 1)

    return quad(f, [0, xmax])*4  # [D. S. McNeil, Feb 1 2011]

CROSSREFS

Cf. A033259, A085984.

Sequence in context: A196515 A116397 A176705 * A086723 A011406 A201488

Adjacent sequences:  A140130 A140131 A140132 * A140134 A140135 A140136

KEYWORD

cons,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Jun 04 2008

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 23:53 EST 2012. Contains 205689 sequences.