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.

A016918 a(n) = (6*n)^10.

This page as a plain text file.
%I A016918 #18 Jan 20 2024 18:27:02
%S A016918 0,60466176,61917364224,3570467226624,63403380965376,590490000000000,
%T A016918 3656158440062976,17080198121677824,64925062108545024,
%U A016918 210832519264920576,604661760000000000,1568336880910795776,3743906242624487424
%N A016918 a(n) = (6*n)^10.
%H A016918 Vincenzo Librandi, <a href="/A016918/b016918.txt">Table of n, a(n) for n = 0..2000</a>
%H A016918 <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
%F A016918 a(n) = 11*a(n-1) - 55*a(n-2) + 165*a(n-3) - 330*a(n-4) + 462*a(n-5) - 462*a(n-6) + 330*a(n-7) - 165*a(n-8) + 55*a(n-9) - 11*a(n-10) + a(n-11). - _Wesley Ivan Hurt_, Jan 20 2024
%t A016918 (6*Range[0,20])^10 (* _Harvey P. Dale_, Jan 29 2013 *)
%o A016918 (Magma) [(6*n)^10: n in [0..25]]; // _Vincenzo Librandi_, May 03 2011
%Y A016918 Cf. A008454, A008588.
%K A016918 nonn,easy
%O A016918 0,2
%A A016918 _N. J. A. Sloane_