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.

A282898 Numerator of the coefficients of the series expansion of the Riemann-Siegel theta function at infinity.

Original entry on oeis.org

1, 7, 31, 127, 511, 1414477, 8191, 118518239, 5749691557, 91546277357, 23273283019, 1982765468311237, 22076500342261, 455371239541065869, 925118910976041358111, 16555640865486520478399, 1302480594081611886641, 904185845619475242495834469891
Offset: 1

Views

Author

Mats Granvik and Robert G. Wilson v, Feb 24 2017

Keywords

Comments

See "RiemannSiegelTheta" in the help file of Mathematica, Series expansion at infinity.

Crossrefs

Differs from A036282.

Programs

  • Mathematica
    Numerator[ DeleteCases[ CoefficientList[ CoefficientList[ Series[ RiemannSiegelTheta[ t], {t, Infinity, 41}], 1/t^_] + Pi/8 + t/2 + t*Log[2]/2 + t*Log[Pi]/2 + t*Log[1/t]/2, 1/t][[1]], 0]]