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”).
%I #13 May 09 2021 05:00:59
%S 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,
%T 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,
%U 9,7,8,9,3,2,3,5,1,3,3,7,1,3,0,1,0,7,7
%N Decimal expansion of Bessel Y_0(1).
%H <a href="/index/Be#Bessel">Index entries for sequences related to Bessel functions or polynomials</a>
%e 0.08825696421567695798292676...
%p Digits:=100; evalf(BesselY(0,1));
%t Join[{0},First[RealDigits[N[BesselY[0,1],86]]]] (* _Stefano Spezia_, May 09 2021 *)
%o (PARI) bessely(0, 1) \\ _Michel Marcus_, May 09 2021
%Y Cf. A334380, A046961.
%K nonn,cons
%O 0,2
%A _Sean A. Irvine_, May 08 2021