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.

Previous Showing 11-13 of 13 results.

A266275 Decimal expansion of zeta'(-20) (the derivative of Riemann's zeta function at -20).

Original entry on oeis.org

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

Views

Author

G. C. Greubel, Dec 26 2015

Keywords

Examples

			132.28099750421251452709821158578551868064800999955031458847450192414...
		

Crossrefs

Cf. A075700 (zeta'(0)), A084448 (zeta'(-1)), A240966 (zeta'(-2)), A259068 (zeta'(-3)), A259069 (zeta'(-4)), A259070 (zeta'(-5)), A259071 (zeta'(-6)), A259072 (zeta'(-7)), A259073 (zeta'(-8)), A266260 (zeta'(-9)), A266261 (zeta'(-10)), A266262 (zeta'(-11)), A266263 (zeta'(-12)), A260660 (zeta'(-13)), A266264 (zeta'(-14)), A266270 (zeta'(-15)), A266271 (zeta'(-16)), A266272 (zeta'(-17)), A266273 (zeta'(-18)), A266274 (zeta'(-19)).

Programs

  • Mathematica
    RealDigits[N[Zeta'[-20], 100]]

Formula

zeta'(-20) = (9280784638125*zeta(21))/(8*Pi^20) = - log(A(20)).
Equals (174611/1320)*(zeta(21)/zeta(20)).

Extensions

Offset corrected by Rick L. Shepherd, May 30 2016

A271179 Decimal expansion of the logarithm of the generalized Glaisher-Kinkelin constant A(19) (negated).

Original entry on oeis.org

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

Views

Author

G. C. Greubel, Apr 01 2016

Keywords

Comments

The logarithm of the nineteenth Bendersky constant.

Examples

			-63.894223088837260522097286352901934733...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[(BernoulliB[20]/20)*(EulerGamma + Log[2*Pi] - Zeta'[20]/Zeta[20]), 10, 100][[1]]

Formula

log(A(19)) = (1/20)*HarmonicNumber(19)*Bernoulli(20) - RiemannZeta'(-19).
log(A(19)) = (Bernoulli(20)/20)*(EulerGamma + log(2*Pi) - Zeta'(20)/Zeta(20)).

A271854 Decimal expansion of -zeta'(-1/2), negated derivative of the Riemann zeta function at -1/2.

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, Apr 23 2016

Keywords

Examples

			zeta'(-1/2) = -0.36085433959994760734742080636395106588485278791863221...
		

Crossrefs

Values of |zeta'(x)| for various x: A073002 (+2), A075700 (0), A084448 (-1), A114875 (+1/2), A240966 (-2), A244115(+3), A259068 (-3), A259069 (-4), A259070 (-5), A259071 (-6), A259072 (-7), A259073 (-8), A261506 (+4), A266260 (-9), A266261 (-10), A266262 (zeta'(-11)), A266263 (zeta'(-12)), A260660 (zeta'(-13)), A266264 (zeta'(-14)), A266270 (zeta'(-15)), A266271 (zeta'(-16)), A266272 (zeta'(-17)), A266273 (zeta'(-18)), A266274 (zeta'(-19)), A266275 (zeta'(-20)), A271521 (i).

Programs

  • Mathematica
    RealDigits[N[-Zeta'[-1/2], 106]] [[1]] (* Robert Price, Apr 28 2016 *)
  • PARI
    -zeta'(-1/2)
Previous Showing 11-13 of 13 results.