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

Original entry on oeis.org

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

Views

Author

Sean A. Irvine, May 08 2021

Keywords

Examples

			0.08825696421567695798292676...
		

Crossrefs

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