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.

A035329 a(n) = n*(2*n+5)*(2*n+7).

Original entry on oeis.org

0, 63, 198, 429, 780, 1275, 1938, 2793, 3864, 5175, 6750, 8613, 10788, 13299, 16170, 19425, 23088, 27183, 31734, 36765, 42300, 48363, 54978, 62169, 69960, 78375, 87438, 97173, 107604, 118755, 130650, 143313, 156768, 171039, 186150, 202125, 218988, 236763
Offset: 0

Views

Author

Keywords

References

  • Eric Harold Neville, Jacobian Elliptic Functions, 2nd ed., p. 38.

Crossrefs

Programs

Formula

From Wesley Ivan Hurt, Oct 05 2020: (Start)
a(n) = 4*n^3 + 24*n^2 + 35*n.
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4).
G.f.: 3*x*(21-18*x+5*x^2)/(1-x)^4. (End)
From Elmo R. Oliveira, Aug 08 2025: (Start)
E.g.f.: exp(x)*x*(63 + 36*x + 4*x^2).
a(n) = A033537(n)*A020742(n). (End)

Extensions

More terms from Sean A. Irvine, Oct 05 2020