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.

A064071 Generalized Euler number c(10,n).

Original entry on oeis.org

2, 158, 79042, 96448478, 218987626882, 798807132800798, 4273446686680147522, 31521738825258026305118, 306606728264687314446344962, 3802448636519829800140388609438
Offset: 0

Views

Author

Eric W. Weisstein, Aug 31 2001

Keywords

Crossrefs

Row 10 of A235605.

Programs

  • Mathematica
    Range[0, 18, 2]! CoefficientList[Series[Sec[10 x] (Cos[x] + Cos[3 x] - Cos[7 x] + Cos[9 x]), {x, 0, 18}], x^2] (* Matthew House, Oct 27 2024 *)

Formula

a(n) = (2*n)!*[x^(2*n)](sec(10*x)*(cos(x) + cos(3*x) - cos(7*x) + cos(9*x))). - Matthew House, Oct 27 2024