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.

A184853 Decimal expansion of 9th Stieltjes constant, negated.

Original entry on oeis.org

0, 0, 0, 0, 3, 4, 3, 9, 4, 7, 7, 4, 4, 1, 8, 0, 8, 8, 0, 4, 8, 1, 7, 7, 9, 1, 4, 6, 2, 3, 7, 9, 8, 2, 2, 7, 3, 9, 0, 6, 2, 0, 7, 8, 9, 5, 3, 8, 5, 9, 4, 4, 4, 1, 6, 2, 9, 7, 5, 9, 2, 9, 1, 9, 0, 4, 8, 4, 3, 1, 5, 0, 1, 0, 3, 3, 4, 4, 4, 6, 1, 5, 2, 8, 3, 7, 0, 9, 5, 7, 5, 4, 3, 8, 9, 3, 4, 5, 7, 1
Offset: 0

Views

Author

Paul Muljadi, Feb 01 2011

Keywords

Examples

			-0.000034394774418088048177914623798227390620789538594442....
		

Crossrefs

Programs

  • Maple
    evalf(gamma(9)); # R. J. Mathar, Feb 02 2011
  • Mathematica
    Join[{0, 0, 0, 0}, RealDigits[ N[ -StieltjesGamma[9], 101]][[1]]] (* Jean-François Alcover, Nov 07 2012 *)