login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017069 a(n) = (8*n)^5. 1

%I #14 Sep 08 2022 08:44:41

%S 0,32768,1048576,7962624,33554432,102400000,254803968,550731776,

%T 1073741824,1934917632,3276800000,5277319168,8153726976,12166529024,

%U 17623416832,24883200000,34359738368,46525874176

%N a(n) = (8*n)^5.

%H Vincenzo Librandi, <a href="/A017069/b017069.txt">Table of n, a(n) for n = 0..10000</a>

%H <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6, -15, 20, -15, 6, -1).

%F a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6); a(0)=0, a(1)=32768, a(2)=1048576, a(3)=7962624, a(4)=33554432, a(5)=102400000. - _Harvey P. Dale_, Sep 10 2014

%t (8 Range[0,30])^5 (* or *) LinearRecurrence[{6,-15,20,-15,6,-1},{0,32768,1048576,7962624,33554432,102400000},30] (* _Harvey P. Dale_, Sep 10 2014 *)

%o (Magma) [(8*n)^5: n in [0..35]]; // _Vincenzo Librandi_, Jul 11 2011

%K nonn,easy

%O 0,2

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)