A096715 First (least negative) real zero of the Airy Bi function (negated).
1, 1, 7, 3, 7, 1, 3, 2, 2, 2, 7, 0, 9, 1, 2, 7, 9, 2, 4, 9, 1, 9, 9, 7, 9, 9, 6, 2, 4, 7, 3, 9, 0, 2, 1, 0, 4, 5, 4, 3, 6, 4, 6, 3, 8, 9, 1, 7, 5, 7, 0, 3, 0, 9, 7, 5, 7, 9, 2, 0, 7, 6, 1, 1, 5, 0, 4, 2, 9, 5, 3, 0, 6, 2, 6, 0, 2, 1, 4, 9, 5, 4, 0, 1, 6, 3, 5, 4, 3, 3, 7, 1, 0, 8, 6, 5, 9, 7, 6, 9, 6, 3
Offset: 1
Examples
-1.17371322270912792491997996247390210454364638917570...
Links
- Eric Weisstein's World of Mathematics, Airy Functions.
Crossrefs
Cf. A096714.
Programs
-
Mathematica
RealDigits[AiryBiZero[1], 10, 100][[1]] (* Amiram Eldar, Jun 27 2021 *)
-
PARI
-solve(x=-1.1, -1.2, airy(x)[2]) \\ Charles R Greathouse IV, Apr 27 2019