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.

A024277 E.g.f.: log(1+tanh(x)*tan(x))/2 (even powers only).

Original entry on oeis.org

0, 1, -6, 176, -8176, 691456, -86186496, 15358324736, -3667315849216, 1135407181398016, -441731548179726336, 211079248633366839296, -121507103129359646457856, 82940335057202543199256576
Offset: 0

Views

Author

Keywords

Examples

			log(1+tanh(x)*tan(x))/2 = 1/2*x^2 - 1/4*x^4 + 11/45*x^6 - 73/360*x^8 +- ... .
		

Crossrefs

Cf. A009398.
Cf. A101921.

Programs

  • Mathematica
    Log[ 1+Tanh[ x ]*Tan[ x ]]/2 (* Even Part *)

Extensions

Extended with signs Mar 1997