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.

Showing 1-1 of 1 results.

A088945 a(n) =60*sum(1<=u<=v<=w<=m,u^2*v^2/w).

Original entry on oeis.org

0, 60, 690, 3630, 13035, 37059, 89839, 193879, 382834, 704694, 1225368, 2032668, 3240693, 4994613, 7475853, 10907677, 15561172, 21761632, 29895342, 40416762, 53856111, 70827351, 92036571, 118290771, 150507046, 189722170, 237102580
Offset: 0

Views

Author

Benoit Cloitre, Oct 25 2003

Keywords

Comments

Always an integer. Can be expressed as a polynomial with rational coefficients of degree 6.

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{7,-21,35,-35,21,-7,1},{0,60,690,3630,13035,37059,89839},30] (* Harvey P. Dale, Mar 20 2024 *)

Formula

n*(200*n^5+1752*n^4+5705*n^3+8370*n^2+5075*n+498)/360. - Vladeta Jovovic, Oct 27 2003
G.f.: -x*(x^5-6*x^4+15*x^3+60*x^2+270*x+60) / (x-1)^7. - Colin Barker, Jun 19 2013
Showing 1-1 of 1 results.