A344074 Decimal expansion of Bessel Y_0(1).
0, 8, 8, 2, 5, 6, 9, 6, 4, 2, 1, 5, 6, 7, 6, 9, 5, 7, 9, 8, 2, 9, 2, 6, 7, 6, 6, 0, 2, 3, 5, 1, 5, 1, 6, 2, 8, 2, 7, 8, 1, 7, 5, 2, 3, 0, 9, 0, 6, 7, 5, 5, 4, 6, 7, 1, 1, 0, 4, 3, 8, 4, 7, 6, 1, 1, 9, 9, 9, 7, 8, 9, 3, 2, 3, 5, 1, 3, 3, 7, 1, 3, 0, 1, 0, 7, 7
Offset: 0
Examples
0.08825696421567695798292676...
Programs
-
Maple
Digits:=100; evalf(BesselY(0,1));
-
Mathematica
Join[{0},First[RealDigits[N[BesselY[0,1],86]]]] (* Stefano Spezia, May 09 2021 *)
-
PARI
bessely(0, 1) \\ Michel Marcus, May 09 2021