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.

A006089 Coefficients of elliptic function cn.

Original entry on oeis.org

16, 912, 30768, 870640, 22945056, 586629984, 14804306080, 371548371744, 9303419165040, 232733558500720, 5819812891661136, 145509858586733712, 3637888729721421568
Offset: 2

Views

Author

Keywords

References

  • M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 575, Eq. 16.22.1 and 16.22.2.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A002753.

Programs

  • Mathematica
    max = 16; coes = Coefficient[#, m^2] & /@ CoefficientList[ Series[ JacobiCN[u, m], {u, 0, 2*max}, {m, 0, 2}], u]* Range[0, 2*max]!; a[n_] := Abs[ coes[[ 2*n+3 ]] ]; Table[ a[n], {n, 2, max-2}] (* Jean-François Alcover, Dec 20 2011 *)

Formula

a(n) ~ 25^(n+1) / 256. - Vaclav Kotesovec, Apr 10 2018

Extensions

More terms from Paolo Dominici (pl.dm(AT)libero.it) using formulas 16.22.1 and 16.22.2 of Abramowitz and Stegun's Handbook of Mathematical Functions