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!)
A017348 a(n) = (10*n + 6)^8. 1

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

%S 1679616,4294967296,208827064576,2821109907456,20047612231936,

%T 96717311574016,360040606269696,1113034787454976,2992179271065856,

%U 7213895789838336,15938480745308416,32784148919812096,63527879748485376

%N a(n) = (10*n + 6)^8.

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

%H <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 (10 Range[0,20]+6)^8 (* or *) LinearRecurrence[{9,-36,84,-126,126,-84,36,-9,1},{1679616,4294967296,208827064576,2821109907456,20047612231936,96717311574016,360040606269696,1113034787454976,2992179271065856},20] (* _Harvey P. Dale_, Jan 29 2020 *)

%o (Magma) [(10*n+6)^8: n in [0..20]]; // _Vincenzo Librandi_, Aug 03 2011

%K nonn,easy

%O 0,1

%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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)