A115368 Decimal expansion of first zero of the Bessel function J_0(z).
2, 4, 0, 4, 8, 2, 5, 5, 5, 7, 6, 9, 5, 7, 7, 2, 7, 6, 8, 6, 2, 1, 6, 3, 1, 8, 7, 9, 3, 2, 6, 4, 5, 4, 6, 4, 3, 1, 2, 4, 2, 4, 4, 9, 0, 9, 1, 4, 5, 9, 6, 7, 1, 3, 5, 7, 0, 6, 9, 9, 9, 0, 9, 0, 5, 9, 6, 7, 6, 5, 8, 3, 8, 6, 7, 7, 1, 9, 4, 0, 2, 9, 2, 0, 4, 4, 3, 6, 3, 4, 3, 7, 6, 0, 1, 4, 5, 2, 5, 4, 7, 8, 6, 8, 9
Offset: 1
Examples
2.4048255576957727686...
References
- Chi Keung Cheung et al., Getting Started with Mathematica, 2nd Ed. New York: J. Wiley (2005) p. 7.
- Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, p. 221.
- C. Siegel, Über einige Anwendungen Diophantischer Approximationen, Abh. Preuss. Akad. Wiss. 1929/30, No. 1. Translated as "On some applications
- of Diophantine approximations" by Clemens Fuchs.
Links
- Eric Weisstein's World of Mathematics, Bessel Function Zeros
- Index entries for transcendental numbers
Crossrefs
Programs
-
Mathematica
RealDigits[BesselJZero[0, 1], 10, 120][[1]] (* Alonso del Arte, May 06 2011 *)
-
PARI
solve(x=2,3,besselj(0,x)) \\ Charles R Greathouse IV, Feb 19 2014
-
PARI
besseljzero(0) \\ Charles R Greathouse IV, Aug 06 2022
Comments