OFFSET
0,1
REFERENCES
F. W. J. Olver, Asymptotics and Special Functions, Academic Press, ISBN 978-0-12-525856-2, 1974.
LINKS
[DLMF] NIST Digital Library of Mathematical Functions, Eq. 9.2.6.
Eric Weisstein's World of Mathematics, Airy Functions.
Wikipedia, Airy Function.
FORMULA
Bi'(0) = 3*Gi'(0), where Gi' is the derivative of the inhomogeneous Airy function of the first kind.
Bi'(0) = 3^(1/6)/A073005.
Bi'(0) = 3^(1/4)*AGM(2,(sqrt(2+sqrt(3))))^(1/3)/(2^(7/9) * Pi^(2/3)), where AGM is the arithmetic-geometric mean.
EXAMPLE
0.44828835735382635791482371039882839086622679921226206108280877837233075...
MATHEMATICA
RealDigits[AiryBi'[0], 10, 120][[1]] (* Amiram Eldar, Nov 28 2022 *)
PROG
(PARI) derivnum(x=0, airy(x)[2])
(SageMath) airy_bi_prime(0).n(algorithm='scipy', prec=250)
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Dumitru Damian, Nov 22 2022
STATUS
approved