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.

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

This page as a plain text file.
%I A088945 #16 Mar 20 2024 13:55:02
%S A088945 0,60,690,3630,13035,37059,89839,193879,382834,704694,1225368,2032668,
%T A088945 3240693,4994613,7475853,10907677,15561172,21761632,29895342,40416762,
%U A088945 53856111,70827351,92036571,118290771,150507046,189722170,237102580
%N A088945 a(n) =60*sum(1<=u<=v<=w<=m,u^2*v^2/w).
%C A088945 Always an integer. Can be expressed as a polynomial with rational coefficients of degree 6.
%H A088945 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7,-21,35,-35,21,-7,1).
%F A088945 n*(200*n^5+1752*n^4+5705*n^3+8370*n^2+5075*n+498)/360. - _Vladeta Jovovic_, Oct 27 2003
%F A088945 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
%t A088945 LinearRecurrence[{7,-21,35,-35,21,-7,1},{0,60,690,3630,13035,37059,89839},30] (* _Harvey P. Dale_, Mar 20 2024 *)
%Y A088945 Cf. A088941, A088942, A088943, A088944.
%K A088945 nonn,easy
%O A088945 0,2
%A A088945 _Benoit Cloitre_, Oct 25 2003