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.

A029584 Expansion of cos x + tan x + sec x.

Original entry on oeis.org

2, 1, 0, 2, 6, 16, 60, 272, 1386, 7936, 50520, 353792, 2702766, 22368256, 199360980, 1903757312, 19391512146, 209865342976, 2404879675440, 29088885112832, 370371188237526, 4951498053124096, 69348874393137900
Offset: 0

Views

Author

Keywords

Comments

a(2n) = 2*A012007(n), a(2n+1) = A000182(n+1).

Programs

  • Mathematica
    With[{nn=30},CoefficientList[Series[Cos[x]+Tan[x]+Sec[x],{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, Jun 09 2025 *)