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.

A064072 Generalized tangent number d(7,n).

Original entry on oeis.org

8, 904, 355688, 296327464, 423645846728, 925434038426824, 2866986638191472168, 11956421282992330042984, 64584221654333725499376008, 438640634423372575622395751944, 3658596185733807024739320857622248, 36763878323837308563984663576886049704
Offset: 1

Views

Author

Eric W. Weisstein, Aug 31 2001

Keywords

Crossrefs

Programs

  • Maple
    egf := sec(7*x)*(-sin(2*x) + sin(4*x) + sin(6*x)): ser := series(egf, x, 24):
    seq((2*n-1)!*coeff(ser, x, 2*n-1), n = 1..10); # Peter Luschny, Nov 21 2021

Formula

a(n) = (2*n-1)!*[x^(2*n-1)](sec(7*x)*(-sin(2*x) + sin(4*x) + sin(6*x))). - Peter Luschny, Nov 21 2021

Extensions

Offset changed to 1 by Lars Blomberg, Sep 07 2015