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.

A016914 a(n) = (6*n)^6.

This page as a plain text file.
%I A016914 #16 Jan 28 2024 14:39:17
%S A016914 0,46656,2985984,34012224,191102976,729000000,2176782336,5489031744,
%T A016914 12230590464,24794911296,46656000000,82653950016,139314069504,
%U A016914 225199600704,351298031616,531441000000,782757789696
%N A016914 a(n) = (6*n)^6.
%C A016914 a(n) = A155955(n,6) for n > 5. - _Reinhard Zumkeller_, Jan 31 2009
%H A016914 Vincenzo Librandi, <a href="/A016914/b016914.txt">Table of n, a(n) for n = 0..2000</a>
%H A016914 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7, -21, 35, -35, 21, -7, 1).
%t A016914 (6*Range[0,20])^6 (* or *) LinearRecurrence[{7,-21,35,-35,21,-7,1},{0,46656,2985984,34012224,191102976,729000000,2176782336},20] (* _Harvey P. Dale_, Jan 28 2024 *)
%o A016914 (Magma) [(6*n)^6: n in [0..35]]; // _Vincenzo Librandi_, May 03 2011
%K A016914 nonn,easy
%O A016914 0,2
%A A016914 _N. J. A. Sloane_