cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A344074 Decimal expansion of Bessel Y_0(1).

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