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.

A032430 Coefficients of Jacobi elliptic function c(7,m).

Original entry on oeis.org

1, 8071256, 74197080276, 128453495887560, 107266611330420090, 59752013018382750024, 25835579116799316507780, 9424979520638053300516632, 3051808875538951440990525939, 906467723949073501017465886864, 252583298644057469403578416269848
Offset: 7

Views

Author

Keywords

Crossrefs

Cf. A060628 (7th lower diagonal).

Formula

a(n) = T(2*n+1,0,7) where T(1,0,0) = 1; T(n,i,j) = 0 if i+j < 0 or i+j > n/2; T(2*n,i,j) = (2*j+1) * T(2*n-1,i,j) + (2*i+2) * T(2*n-1,i+1,j-1) + (2*n-2*i-2*j+1) * T(2*n-1,i,j-1), and T(2*n+1,i,j) = (2*i+1) * T(2*n-1,i,j) + (2*j+2) * T(2*n,i-1,j+1) + (2*n-2*i-2*j+2) * T(2*n-1,i-1,j). - Sean A. Irvine, Jun 20 2020

Extensions

Offset corrected and more terms from Sean A. Irvine, Jun 20 2020