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.

A170793 a(n) = n^10*(n + 1)/2.

This page as a plain text file.
%I A170793 #14 Sep 08 2022 08:45:49
%S A170793 0,1,1536,118098,2621440,29296875,211631616,1129900996,4831838208,
%T A170793 17433922005,55000000000,155624547606,402462867456,965009442943,
%U A170793 2169409912320,4613203125000,9345848836096,18143945104041
%N A170793 a(n) = n^10*(n + 1)/2.
%H A170793 Vincenzo Librandi, <a href="/A170793/b170793.txt">Table of n, a(n) for n = 0..10000</a>
%H A170793 <a href="/index/Rec#order_12">Index entries for linear recurrences with constant coefficients</a>, signature (12,-66,220,-495,792,-924,792,-495, 220,-66,12,-1).
%F A170793 G.f.: (x + 1524*x^2 + 99732*x^3 + 1305420*x^4 + 5296638*x^5 + 7862124*x^6 + 4441476*x^7 + 898068*x^8 + 52905*x^9 + 512*x^10)/(1-x)^12. - _G. C. Greubel_, Dec 06 2017
%t A170793 Table[n^10*(n+1)/2, {n,0,30}] (* _G. C. Greubel_, Dec 06 2017 *)
%t A170793 LinearRecurrence[{12,-66,220,-495,792,-924,792,-495,220,-66,12,-1},{0,1,1536,118098,2621440,29296875,211631616,1129900996,4831838208,17433922005,55000000000,155624547606},20] (* _Harvey P. Dale_, Dec 06 2018 *)
%o A170793 (Magma) [n^10*(n+1)/2: n in [0..20]]; // _Vincenzo Librandi_, Aug 26 2011
%o A170793 (PARI) for(n=0,30, print1(n^10*(n+1)/2, ", ")) \\ _G. C. Greubel_, Dec 06 2017
%K A170793 nonn,easy
%O A170793 0,3
%A A170793 _N. J. A. Sloane_, Dec 11 2009