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!)
A250719 Decimal expansion of E(T_{0,2}), the expected "first-passage" time required for an Ornstein-Uhlenbeck process to cross the level 0, given that it started at level 2. 2
1, 4, 2, 5, 2, 0, 4, 5, 6, 5, 5, 3, 7, 7, 9, 9, 7, 1, 8, 9, 5, 9, 7, 3, 6, 6, 4, 5, 6, 1, 5, 1, 2, 1, 7, 1, 2, 2, 0, 2, 3, 0, 6, 8, 5, 8, 2, 4, 0, 9, 6, 2, 5, 8, 3, 6, 3, 3, 4, 3, 4, 8, 1, 8, 2, 0, 5, 7, 3, 9, 3, 1, 9, 3, 9, 7, 6, 3, 3, 1, 7, 2, 1, 4, 3, 3, 8, 0, 4, 8, 8, 8, 7, 6, 0, 1, 0, 8, 7, 2, 6, 3, 8, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Following Steven Finch, it is assumed that the values of the parameters of the stochastic differential equation dX_t = -rho (X_t - mu) dt + sigma dW_t, satisfied by the process, are mu = 0, rho = 1 and sigma^2 = 2.
LINKS
Steven R. Finch, Ornstein-Uhlenbeck Process, May 15, 2004. [Cached copy, with permission of the author]
FORMULA
E(T_{0,c}) = sqrt(Pi/2)*integrate_{-c..0} (1 + erf(t/sqrt(2)))*exp(t^2/2) dt.
E(T_{0,c}) = (1/2)*sum_{k >= 1} (-1)^(k+1)*(sqrt(2)*a)^k/k!*Gamma(k/2).
E(T_{0,c}) = (1/2)*(Pi*erfi(c/sqrt(2)) - c^2 * 2F2(1,1; 3/2,2; c^2/2)), where erfi is the imaginary error function, and 2F2 the hypergeometric function.
EXAMPLE
1.42520456553779971895973664561512171220230685824...
MATHEMATICA
Ex[T[0, c_]] := (1/2)*(Pi*Erfi[c/Sqrt[2]] - c^2*HypergeometricPFQ[{1, 1}, {3/2, 2}, c^2/2]); RealDigits[Ex[T[0, 2]], 10, 104] // First
CROSSREFS
Sequence in context: A267184 A275927 A072907 * A211174 A367574 A059833
KEYWORD
nonn,cons
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 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)