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.

A013528 Numerator of [x^(2n)] of the Taylor series sech(cosec(x)-cot(x)) = 1 -x^2/8 -x^4/128 +x^6/15360 +19*x^8/294912 +25031*x^10/3715891200+... .

Original entry on oeis.org

1, -1, -1, 1, 19, 25031, 18421, -622177, -283401163, -24826632949, -2243454779, 4882905709651, 43798187793808543, -46704901267812186793, -5325187532598955153807
Offset: 0

Views

Author

Patrick Demichel (patrick.demichel(AT)hp.com)

Keywords

Comments

The e.g.f. related to x/2, sech(cosec(x)-cot(x)) = 1 -1*x^2/(2^2*2!) -3*x^4*(2^4*4!) +3*x^6/(2^6*6!) +665*x^8/(2^8*8!) +.. is (up to signs) apparently provided by A009011.

Programs

  • Mathematica
    Numerator[Take[CoefficientList[Series[Sech[Csc[x] - Cot[x]], {x,0,50}], x], {1, -1, 2}]] (* G. C. Greubel, Nov 12 2016 *)

Extensions

Name edited by R. J. Mathar, Dec 20 2011