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.

A017072 a(n) = (8*n)^8.

This page as a plain text file.
%I A017072 #15 Sep 08 2022 08:44:41
%S A017072 0,16777216,4294967296,110075314176,1099511627776,6553600000000,
%T A017072 28179280429056,96717311574016,281474976710656,722204136308736,
%U A017072 1677721600000000,3596345248055296,7213895789838336,13685690504052736
%N A017072 a(n) = (8*n)^8.
%C A017072 a(n) = A155955(n,8) for n > 7. - _Reinhard Zumkeller_, Jan 31 2009
%H A017072 Vincenzo Librandi, <a href="/A017072/b017072.txt">Table of n, a(n) for n = 0..10000</a>
%H A017072 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
%t A017072 (8*Range[0,20])^8 (* or *) LinearRecurrence[{9,-36,84,-126,126,-84,36,-9,1},{0,16777216,4294967296,110075314176,1099511627776,6553600000000,28179280429056,96717311574016,281474976710656},20] (* _Harvey P. Dale_, May 25 2019 *)
%o A017072 (Magma) [(8*n)^8: n in [0..35]]; // _Vincenzo Librandi_, Jul 11 2011
%K A017072 nonn,easy
%O A017072 0,2
%A A017072 _N. J. A. Sloane_