A358559 Decimal expansion of Bi(0), where Bi is the Airy function of the second kind.
6, 1, 4, 9, 2, 6, 6, 2, 7, 4, 4, 6, 0, 0, 0, 7, 3, 5, 1, 5, 0, 9, 2, 2, 3, 6, 9, 0, 9, 3, 6, 1, 3, 5, 5, 3, 5, 9, 4, 7, 2, 8, 1, 8, 8, 6, 4, 8, 5, 9, 6, 5, 0, 5, 0, 4, 0, 8, 7, 8, 7, 5, 3, 0, 1, 4, 2, 9, 6, 5, 1, 9, 3, 0, 5, 5, 2, 0, 6, 4, 0, 5, 2, 9, 3
Offset: 0
Examples
0.61492662744600073515092236909361355359472818864859650504087875301429651...
References
- F. W. J. Olver, Asymptotics and Special Functions, Academic Press, ISBN 978-0-12-525856-2, 1974.
- Jerome Spanier and Keith B. Oldham, "Atlas of Functions", Hemisphere Publishing Corp., 1987, chapter 56, page 559.
Links
- [DLMF] NIST Digital Library of Mathematical Functions, Eq. 9.2.5.
- Eric Weisstein's World of Mathematics, Airy Functions.
- Wikipedia, Airy Function.
Crossrefs
Programs
-
Mathematica
RealDigits[AiryBi[0], 10, 120][[1]] (* Amiram Eldar, Nov 28 2022 *)
-
PARI
airy(0)[2]
-
PARI
airy(0)[1]*sqrt(3)
-
PARI
3^(1/3)*gamma(1/3)/(2*Pi)
-
SageMath
airy_bi(0).n(algorithm='scipy', prec=250)
Comments