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.

A012395 sech(tan(x)*tan(x))=1-12/4!*x^4-480/6!*x^6-15792/8!*x^8...

Original entry on oeis.org

1, 0, -12, -480, -15792, 387840, 232592448, 44951262720, 4538494871808, -1173690989322240, -1020600368000166912, -406075179314308669440, -50036577406600515366912, 87776293107173235762462720
Offset: 0

Views

Author

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

Keywords

Programs

  • Mathematica
    With[{nn=30},Take[CoefficientList[Series[Sech[Tan[x]^2],{x,0,nn}],x] Range[ 0,nn]!,{1,-1,2}]] (* Harvey P. Dale, Feb 27 2013 *)