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.

A176475 The coefficients (times n!) of the expansion of the sum {k=1 to Inf.} of Tan(x^n).

Original entry on oeis.org

0, 1, 2, 8, 24, 136, 960, 5312, 40320, 491776, 4112640, 40270592, 638668800, 6249389056, 91883151360, 1919826163712, 20922789888000, 355897293438976, 8676514912665600, 121674189293944832, 2757288942600192000
Offset: 1

Views

Author

Robert G. Wilson v, Apr 18 2010

Keywords

Crossrefs

Programs

  • Mathematica
    Range[0, 25]! CoefficientList[ Series[ Sum[ Tan[x^n], {n, 35}], {x, 0, 25}], x]