This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A358559 #22 Feb 16 2025 08:34:04 %S A358559 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, %T A358559 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, %U A358559 6,5,1,9,3,0,5,5,2,0,6,4,0,5,2,9,3 %N A358559 Decimal expansion of Bi(0), where Bi is the Airy function of the second kind. %D A358559 F. W. J. Olver, Asymptotics and Special Functions, Academic Press, ISBN 978-0-12-525856-2, 1974. %D A358559 Jerome Spanier and Keith B. Oldham, "Atlas of Functions", Hemisphere Publishing Corp., 1987, chapter 56, page 559. %H A358559 [DLMF] NIST Digital Library of Mathematical Functions, <a href="https://dlmf.nist.gov/9.2.E5">Eq. 9.2.5</a>. %H A358559 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/AiryFunctions.html">Airy Functions</a>. %H A358559 Wikipedia, <a href="https://en.wikipedia.org/wiki/Airy_function">Airy Function</a>. %F A358559 Bi(0) = A284867*A002194. %F A358559 Bi(0) = A358564*3. %F A358559 Bi(0) = 1/(3^(1/6)*A073006). %F A358559 Bi(0) = A073005/(3^(1/6)*A186706). %F A358559 Bi(0) = A073005/(3^(1/6)*2*A093602). %F A358559 Bi(0) = 3^(1/3)*A073005/(2*A000796). %F A358559 Bi(0) = A252799/(3^(1/6)*BarnesG[5/3]). %F A358559 Bi(0) = 3^(1/4)/(2^(2/9) * Pi^(1/3) * AGM(2,(sqrt(2+sqrt(3))))^(1/3)), where AGM is the arithmetic-geometric mean. %e A358559 0.61492662744600073515092236909361355359472818864859650504087875301429651... %t A358559 RealDigits[AiryBi[0], 10, 120][[1]] (* _Amiram Eldar_, Nov 28 2022 *) %o A358559 (PARI) airy(0)[2] %o A358559 (PARI) airy(0)[1]*sqrt(3) %o A358559 (PARI) 3^(1/3)*gamma(1/3)/(2*Pi) %o A358559 (SageMath) airy_bi(0).n(algorithm='scipy', prec=250) %Y A358559 Cf. A284867 (Ai(0)), A284868 (Ai'(0)), this sequence (Bi(0)), A358561 (Bi'(0)), A358564(Gi(0)). %K A358559 cons,nonn %O A358559 0,1 %A A358559 _Dumitru Damian_, Nov 22 2022