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”).

A344074
Decimal expansion of Bessel Y_0(1).
0
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,2
EXAMPLE
0.08825696421567695798292676...
MAPLE
Digits:=100; evalf(BesselY(0, 1));
MATHEMATICA
Join[{0}, First[RealDigits[N[BesselY[0, 1], 86]]]] (* Stefano Spezia, May 09 2021 *)
PROG
(PARI) bessely(0, 1) \\ Michel Marcus, May 09 2021
CROSSREFS
Sequence in context: A178678 A217459 A185280 * A377589 A011464 A019871
KEYWORD
nonn,cons
AUTHOR
Sean A. Irvine, May 08 2021
STATUS
approved