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 A084902 #32 Sep 08 2022 08:45:11 %S A084902 0,1,15,150,1250,9375,65625,437500,2812500,17578125,107421875, %T A084902 644531250,3808593750,22216796875,128173828125,732421875000, %U A084902 4150390625000,23345947265625,130462646484375,724792480468750,4005432128906250 %N A084902 a(n) = 5^(n-1)*n*(n+1)/2. %C A084902 Binomial transform of A084901. Fourth binomial transform of heptagonal numbers A000566. Fifth binomial transform of (0,1,5,0,0,0,...). %C A084902 Number of n-permutations of 6 objects u, v, w, z, x, y with repetition allowed, containing exactly two u's. Example: a(2)=15 because we have uuw, uuv, uuz, uux, uuy, uwu, uvu, uzu, uxu, uyu, wuu, vuu, zuu, xuu, yuu. - _Zerinvary Lajos_, Dec 30 2007 %C A084902 A shifted version of A081135. - _R. J. Mathar_, Sep 17 2008 %H A084902 G. C. Greubel, <a href="/A084902/b084902.txt">Table of n, a(n) for n = 0..1000</a> %H A084902 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (15,-75,125). %F A084902 G.f.: x/(1 - 5*x)^3. %F A084902 E.g.f.: (x/2)*(2 + 5*x)*exp(5*x). - _G. C. Greubel_, May 17 2021 %F A084902 a(n) = 15*a(n-1) - 75*a(n-2) + 125*a(n-3). - _Wesley Ivan Hurt_, May 17 2021 %t A084902 Table[5^(n-1)n(n+1)/2,{n,0,30}] (* or *) LinearRecurrence[{15,-75,125},{0,1,15},30] (* _Harvey P. Dale_, Sep 18 2018 *) %o A084902 (PARI) a(n)=5^(n-1)*n*(n+1)/2 \\ _Charles R Greathouse IV_, Oct 07 2015 %o A084902 (Magma) [5^(n-1)*Binomial(n+1,2): n in [0..30]]; // _G. C. Greubel_, May 17 2021 %o A084902 (Sage) [5^(n-1)*binomial(n+1,2) for n in (0..30)] # _G. C. Greubel_, May 17 2021 %Y A084902 Cf. A000566, A038243, A081135, A084901. %K A084902 easy,nonn %O A084902 0,3 %A A084902 _Paul Barry_, Jun 10 2003