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 A081135 #31 Sep 08 2022 08:45:09 %S A081135 0,0,1,15,150,1250,9375,65625,437500,2812500,17578125,107421875, %T A081135 644531250,3808593750,22216796875,128173828125,732421875000, %U A081135 4150390625000,23345947265625,130462646484375,724792480468750 %N A081135 5th binomial transform of (0,0,1,0,0,0, ...). %C A081135 Starting at 1, three-fold convolution of A000351 (powers of 5). %H A081135 Vincenzo Librandi, <a href="/A081135/b081135.txt">Table of n, a(n) for n = 0..300</a> %H A081135 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (15,-75,125). %F A081135 a(n) = 15*a(n-1) - 75*a(n-2) + 125*a(n-3), a(0)=a(1)=0, a(2)=1. %F A081135 a(n) = 5^(n-2)*binomial(n, 2). %F A081135 G.f.: x^2/(1-5*x)^3. %F A081135 E.g.f.: (x^2/2)*exp(5*x). - _G. C. Greubel_, May 14 2021 %F A081135 From _Amiram Eldar_, Jan 05 2022: (Start) %F A081135 Sum_{n>=2} 1/a(n) = 10 - 40*log(5/4). %F A081135 Sum_{n>=2} (-1)^n/a(n) = 60*log(6/5) - 10. (End) %p A081135 seq(n*(n-1)*5^(n-2)/2, n=0..30); # _Zerinvary Lajos_, May 03 2007 %t A081135 CoefficientList[Series[x^2/(1-5x)^3, {x, 0, 30}], x] (* _Vincenzo Librandi_, Aug 06 2013 *) %t A081135 LinearRecurrence[{15,-75,125},{0,0,1},30] (* _Harvey P. Dale_, Sep 13 2017 *) %o A081135 (Sage) [5^(n-2)*binomial(n,2) for n in range(0, 30)] # _Zerinvary Lajos_, Mar 12 2009 %o A081135 (Magma) [5^(n-2)*Binomial(n, 2): n in [0..30]]; // _Vincenzo Librandi_, Aug 06 2013 %Y A081135 Sequences similar to the form q^(n-2)*binomial(n, 2): A000217 (q=1), A001788 (q=2), A027472 (q=3), A038845 (q=4), this sequence (q=5), A081136 (q=6), A027474 (q=7), A081138 (q=8), A081139 (q=9), A081140 (q=10), A081141 (q=11), A081142 (q=12), A027476 (q=15). %K A081135 easy,nonn %O A081135 0,4 %A A081135 _Paul Barry_, Mar 08 2003