login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of first zero of BesselJ(5,z).
5

%I #15 Aug 23 2022 14:38:20

%S 8,7,7,1,4,8,3,8,1,5,9,5,9,9,5,4,0,1,9,1,2,2,8,6,7,1,3,3,4,0,9,5,6,0,

%T 5,6,2,9,8,1,0,7,7,0,1,4,8,9,7,3,9,5,5,0,8,6,4,5,0,0,7,2,2,0,8,6,2,5,

%U 0,7,8,7,5,1,0,1,8,8,6,1,7,3,3,0,6,1,8,6,0,9,6,4,6,6,8,5,2,9,6,8,1,4,5,1,3

%N Decimal expansion of first zero of BesselJ(5,z).

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/BesselFunctionZeros.html">Bessel Function Zeros</a>.

%e 8.7714838159599540191...

%t RealDigits[BesselJZero[5, 1], 10, 100][[1]] (* _Amiram Eldar_, May 18 2021 *)

%o (PARI) solve(x=8,9,besselj(5,x)) \\ _Charles R Greathouse IV_, Feb 19 2014

%o (PARI) besseljzero(5) \\ _Charles R Greathouse IV_, Aug 23 2022

%Y Cf. A115368, A115369, A115370, A115371, A115372.

%K nonn,cons

%O 1,1

%A _Eric W. Weisstein_, Jan 21 2006