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.
%I A141480 #25 Sep 01 2022 06:32:34 %S A141480 125,500,1250,2500,4375,7000,10500,15000,20625,27500,35750,45500, %T A141480 56875,70000,85000,102000,121125,142500,166250,192500,221375,253000, %U A141480 287500,325000,365625,409500,456750,507500,561875,620000,682000,748000,818125,892500,971250,1054500 %N A141480 a(n) = binomial(n+2,3)*5^3. %H A141480 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A141480 G.f.: 125*x / (1-x)^4. %F A141480 a(n) = C(n+2,3)*5^3, n>=1. %F A141480 a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4); a(1)=125, a(2)=500, a(3)=1250, a(4)=2500. - _Harvey P. Dale_, Oct 20 2012 %F A141480 From _Amiram Eldar_, Sep 01 2022: (Start) %F A141480 Sum_{n>=1} 1/a(n) = 3/250. %F A141480 Sum_{n>=1} (-1)^(n+1)/a(n) = 12*log(2)/125 - 3/50. (End) %p A141480 seq(binomial(n+2,3)*5^3, n=1..44); %t A141480 With[{c=5^3},c*Binomial[Range[40]+2,3]] (* _Harvey P. Dale_, Oct 20 2012 *) %t A141480 LinearRecurrence[ {4,-6,4,-1},{125,500,1250,2500},40] (* _Harvey P. Dale_, Oct 20 2012 *) %K A141480 nonn,easy %O A141480 1,1 %A A141480 _Zerinvary Lajos_, Aug 09 2008 %E A141480 Offset corrected by _Harvey P. Dale_, Oct 20 2012